summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-15ice: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter
2024-09-15ice: Fix a couple NULL vs IS_ERR() bugsDan Carpenter
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-11Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-09-09idpf: enable WB_ON_ITRJoshua Hay
2024-09-09idpf: fix netdev Tx queue stop/wakeMichal Kubiak
2024-09-09idpf: refactor Tx completion routinesJoshua Hay
2024-09-09idpf: convert to libeth Tx buffer completionAlexander Lobakin
2024-09-09igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman
2024-09-09ice: fix VSI lists confusion when adding VLANsMichal Schmidt
2024-09-09ice: stop calling pci_disable_device() as we use pcimPrzemek Kitszel
2024-09-09ice: fix accounting for filters shared by multiple VSIsJacob Keller
2024-09-09ice: Fix lldp packets dropping after changing the number of channelsMartyna Szapar-Mudlaw
2024-09-06ice: subfunction activation and base devlink opsPiotr Raczynski
2024-09-06ice: basic support for VLAN in subfunctionsMichal Swiatkowski
2024-09-06ice: support subfunction devlink Tx topologyMichal Swiatkowski
2024-09-06ice: implement netdevice ops for SF representorMichal Swiatkowski
2024-09-06ice: check if SF is ready in ethtool opsMichal Swiatkowski
2024-09-06ice: don't set target VSI for subfunctionMichal Swiatkowski
2024-09-06ice: create port representor for SFMichal Swiatkowski
2024-09-06ice: make representor code genericMichal Swiatkowski
2024-09-06ice: implement netdev for subfunctionPiotr Raczynski
2024-09-06ice: base subfunction aux driverPiotr Raczynski
2024-09-06ice: allocate devlink for subfunctionPiotr Raczynski
2024-09-06ice: treat subfunction VSI the same as PF VSIMichal Swiatkowski
2024-09-06ice: add basic devlink subfunctions supportPiotr Raczynski
2024-09-06ice: export ice ndo_ops functionsPiotr Raczynski
2024-09-06ice: add new VSI type for subfunctionsPiotr Raczynski
2024-09-06ixgbe: Remove setting of RX software timestampGal Pressman
2024-09-06igc: Remove setting of RX software timestampGal Pressman
2024-09-06igb: Remove setting of RX software timestampGal Pressman
2024-09-06ice: Remove setting of RX software timestampGal Pressman
2024-09-06i40e: Remove setting of RX software timestampGal Pressman
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-03Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2024-09-03ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba
2024-09-03ice: remove ICE_CFG_BUSY locking from AF_XDP codeLarysa Zaremba
2024-09-03ice: check ICE_VSI_DOWN under rtnl_lock when preparing for resetLarysa Zaremba
2024-09-03ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba
2024-09-03ice: protect XDP configuration with a mutexLarysa Zaremba
2024-09-03ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin
2024-09-02igc: Unlock on error in igc_io_resume()Dan Carpenter
2024-08-30i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cardsAleksandr Loktionov
2024-08-30e1000e: avoid failing the system during pm_suspendVitaly Lifshits
2024-08-30igc: Move the MULTI GBT AN Control Register to _regs fileSasha Neftin
2024-08-30igc: Add Energy Efficient Ethernet abilitySasha Neftin
2024-08-30igc: Get rid of spurious interruptsKurt Kanzenbach
2024-08-30igc: Add MQPRIO offload supportKurt Kanzenbach