summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-15/+23
2024-09-11Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-325/+276
2024-09-09idpf: enable WB_ON_ITRJoshua Hay5-3/+41
2024-09-09idpf: fix netdev Tx queue stop/wakeMichal Kubiak3-27/+21
2024-09-09idpf: refactor Tx completion routinesJoshua Hay3-76/+122
2024-09-09idpf: convert to libeth Tx buffer completionAlexander Lobakin3-232/+105
2024-09-09igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman1-4/+13
2024-09-09ice: fix VSI lists confusion when adding VLANsMichal Schmidt1-1/+1
2024-09-09ice: stop calling pci_disable_device() as we use pcimPrzemek Kitszel1-2/+0
2024-09-09ice: fix accounting for filters shared by multiple VSIsJacob Keller1-1/+1
2024-09-09ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw1-7/+8
2024-09-06ice: subfunction activation and base devlink opsPiotr Raczynski4-0/+290
2024-09-06ice: basic support for VLAN in subfunctionsMichal Swiatkowski4-0/+39
2024-09-06ice: support subfunction devlink Tx topologyMichal Swiatkowski3-5/+20
2024-09-06ice: implement netdevice ops for SF representorMichal Swiatkowski1-14/+43
2024-09-06ice: check if SF is ready in ethtool opsMichal Swiatkowski3-4/+16
2024-09-06ice: don't set target VSI for subfunctionMichal Swiatkowski1-1/+1
2024-09-06ice: create port representor for SFMichal Swiatkowski6-4/+113
2024-09-06ice: make representor code genericMichal Swiatkowski7-76/+121
2024-09-06ice: implement netdev for subfunctionPiotr Raczynski1-1/+85
2024-09-06ice: base subfunction aux driverPiotr Raczynski7-1/+215
2024-09-06ice: allocate devlink for subfunctionPiotr Raczynski3-0/+47
2024-09-06ice: treat subfunction VSI the same as PF VSIMichal Swiatkowski1-2/+3
2024-09-06ice: add basic devlink subfunctions supportPiotr Raczynski7-2/+341
2024-09-06ice: export ice ndo_ops functionsPiotr Raczynski4-29/+35
2024-09-06ice: add new VSI type for subfunctionsPiotr Raczynski6-6/+35
2024-09-06ixgbe: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-06igc: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-06igb: Remove setting of RX software timestampGal Pressman1-7/+1
2024-09-06ice: Remove setting of RX software timestampGal Pressman1-2/+0
2024-09-06i40e: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-161/+124
2024-09-03Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski11-25/+347
2024-09-03ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba1-2/+5
2024-09-03ice: remove ICE_CFG_BUSY locking from AF_XDP codeLarysa Zaremba1-9/+0
2024-09-03ice: check ICE_VSI_DOWN under rtnl_lock when preparing for resetLarysa Zaremba1-6/+6
2024-09-03ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba3-7/+7
2024-09-03ice: protect XDP configuration with a mutexLarysa Zaremba4-19/+39
2024-09-03ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba4-118/+49
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin5-13/+10
2024-09-02igc: Unlock on error in igc_io_resume()Dan Carpenter1-0/+1
2024-08-30i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cardsAleksandr Loktionov3-7/+54
2024-08-30e1000e: avoid failing the system during pm_suspendVitaly Lifshits1-8/+11
2024-08-30igc: Move the MULTI GBT AN Control Register to _regs fileSasha Neftin3-3/+5
2024-08-30igc: Add Energy Efficient Ethernet abilitySasha Neftin3-1/+89
2024-08-30igc: Get rid of spurious interruptsKurt Kanzenbach2-4/+27
2024-08-30igc: Add MQPRIO offload supportKurt Kanzenbach6-2/+161
2024-08-28ice: Add netif_device_attach/detach into PF reset flowDawid Osuchowski1-0/+7
2024-08-28igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li1-0/+10
2024-08-27Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-102/+119