summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+18
2023-08-01ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski1-0/+18
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-22/+22
2023-07-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller16-135/+2128
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+14
2023-07-27ice: update reset path for SRIOV LAG supportDave Ertman3-4/+244
2023-07-27ice: enforce no DCB config changing when in bondDave Ertman1-0/+50
2023-07-27ice: enforce interface eligibility and add messaging for SRIOV LAGDave Ertman1-5/+84
2023-07-27ice: support non-standard teardown of bond interfaceDave Ertman1-7/+40
2023-07-27ice: Flesh out implementation of support for SRIOV on bonded interfaceDave Ertman1-10/+816
2023-07-27ice: process events created by lag netdev event handlerDave Ertman5-74/+501
2023-07-27ice: implement lag netdev event handlerDave Ertman2-14/+140
2023-07-27ice: changes to the interface with the HW and FW for SRIOV_VF+LAGDave Ertman7-29/+211
2023-07-27ice: Add driver support for firmware changes for LAGDave Ertman8-30/+66
2023-07-27ice: Correctly initialize queue context valuesJacob Keller2-5/+19
2023-07-25ice: Fix memory management in ice_ethtool_fdir.cJedrzej Jagielski1-12/+14
2023-07-24ice: add tracepoints for the switchdev bridgePawel Chmielewski2-0/+100
2023-07-24ice: implement static version of ageingMichal Swiatkowski2-0/+58
2023-07-24ice: implement bridge port vlanMichal Swiatkowski8-90/+287
2023-07-24ice: Add VLAN FDB support in switchdev modeMarcin Szycik2-8/+317
2023-07-24ice: Add guard rule when creating FDB in switchdevMarcin Szycik5-36/+132
2023-07-24ice: Switchdev FDB events supportWojciech Drewek2-0/+478
2023-07-24ice: Implement basic eswitch bridge setupWojciech Drewek8-9/+456
2023-07-24ice: Unset src prune on uplink VSIWojciech Drewek3-0/+32
2023-07-24ice: Disable vlan pruning for uplink VSIWojciech Drewek1-0/+10
2023-07-24ice: Don't tx before switchdev is fully configuredWojciech Drewek1-0/+3
2023-07-24ice: Prohibit rx mode change in switchdev modeWojciech Drewek1-1/+1
2023-07-24ice: Skip adv rules removal upon switchdev releaseWojciech Drewek3-55/+0
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-31/+21
2023-07-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-67/+164
2023-07-19ice: xsk: Tx multi-buffer supportMaciej Fijalkowski2-23/+61
2023-07-19ice: xsk: add RX multi-buffer supportMaciej Fijalkowski2-43/+102
2023-07-19ice: remove unnecessary (void*) conversionsWu Yunchuan1-2/+2
2023-07-14ice: prevent NULL pointer deref during reloadMichal Swiatkowski3-4/+21
2023-07-14ice: Unregister netdev and devlink_port only oncePetr Oros1-27/+0
2023-07-05ice: Fix tx queue rate limit when TCs are configuredSridhar Samudrala3-11/+19
2023-07-05ice: Fix max_rate check while configuring TX rate limitsSridhar Samudrala1-8/+8
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds38-1409/+1205
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+4
2023-06-22ice: use ice_down_up() where applicableMaciej Fijalkowski1-15/+3
2023-06-22ice: Remove managed memory usage in ice_get_fw_log_cfg()Christophe JAILLET1-2/+2
2023-06-22ice: remove null checks before devm_kfree() callsPrzemek Kitszel6-75/+29
2023-06-22ice: clean up freeing SR-IOV VFsPrzemek Kitszel1-3/+2
2023-06-22ice: allow hot-swapping XDP programsMaciej Fijalkowski1-10/+9
2023-06-22ice: reduce initial wait for control queue messagesJacob Keller2-3/+7
2023-06-16ice: remove unnecessary check for old MAC == new MACPiotr Gardocki1-5/+0
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-18/+10
2023-06-15ice: Fix ice module unloadJakub Buchocki1-11/+5
2023-06-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller4-48/+84
2023-06-08ice: do not re-enable miscellaneous interrupt until thread_fn completesJacob Keller1-4/+5