summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-08-05ixgbevf: Remove unused function declarationsYue Haibing1-3/+0
2023-08-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+18
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski1-0/+1
2023-08-01i40e: remove i40e_statusJan Sokolowski16-327/+275
2023-08-01ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski1-0/+18
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth4-44/+44
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 Kicinski5-31/+50
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-26igc: Fix Kernel Panic during ndo_tx_timeout callbackMuhammad Husaini Zulkifli1-12/+28
2023-07-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-6/+7
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-24vxlan: calculate correct header length for GPEJiri Benc1-1/+1
2023-07-21iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILEDJacob Keller1-3/+3
2023-07-21iavf: fix potential deadlock on allocation failureJacob Keller1-2/+3
2023-07-21i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming1-1/+1
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-144/+199
2023-07-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-90/+254
2023-07-19i40e: xsk: add TX multi-buffer supportTirthendu Sarkar2-5/+6
2023-07-19ice: xsk: Tx multi-buffer supportMaciej Fijalkowski2-23/+61
2023-07-19i40e: xsk: add RX multi-buffer supportTirthendu Sarkar4-18/+84
2023-07-19ice: xsk: add RX multi-buffer supportMaciej Fijalkowski2-43/+102
2023-07-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller1-27/+38
2023-07-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-111/+176
2023-07-19ice: remove unnecessary (void*) conversionsWu Yunchuan1-2/+2
2023-07-19igc: Prevent garbled TX queue with XDP ZEROCOPYFlorian Kauer1-2/+2
2023-07-18igc: Add TransmissionOverrun counterMuhammad Husaini Zulkifli1-3/+32
2023-07-17iavf: fix reset task race with iavf_remove()Ahmed Zaki4-29/+16