summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2025-07-23idpf: access ->pp through netmem_desc instead of pageByungchul Park
2025-07-23iavf: access ->pp through netmem_desc instead of pageByungchul Park
2025-07-21e1000e: ignore uninitialized checksum word on tgpJacek Kowalski
2025-07-21e1000e: disregard NVM checksum on tgp when valid checksum bit is not setJacek Kowalski
2025-07-21ice: Fix a null pointer dereference in ice_copy_and_init_pkg()Haoxiang Li
2025-07-21i40e: When removing VF MAC filters, only check PF-set MACJamie Bainbridge
2025-07-21i40e: report VF tx_dropped with tx_errors instead of tx_discardsDennis Chen
2025-07-18ixgbevf: remove unused fields from struct ixgbevf_adapterYuto Ohnuki
2025-07-18igbvf: remove unused fields from struct igbvf_adapterYuto Ohnuki
2025-07-18igc: Add wildcard rule support to ethtool NFC using Default QueueSong Yoong Siang
2025-07-18igc: Relocate RSS field definitions to igc_defines.hSong Yoong Siang
2025-07-18ice: breakout common LAG code into helpersDave Ertman
2025-07-18ice: convert ice_add_prof() to bitmapJesse Brandeburg
2025-07-18ice: add E835 device IDsDawid Osuchowski
2025-07-18ice: add 40G speed to Admin Command GET PORT OPTIONAleksandr Loktionov
2025-07-18idpf: preserve coalescing settings across resetsAhmed Zaki
2025-07-18idpf: add cross timestampingMilena Olech
2025-07-18idpf: add flow steering supportAhmed Zaki
2025-07-18virtchnl2: add flow steering supportSudheer Mogilappagari
2025-07-18virtchnl2: rename enum virtchnl2_cap_rssAhmed Zaki
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-17Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Paolo Abeni
2025-07-15ice: check correct pointer in fwlog debugfsMichal Swiatkowski
2025-07-15ice: add NULL check in eswitch lag checkDave Ertman
2025-07-15ethernet: intel: fix building with large NR_CPUSArnd Bergmann
2025-07-14idpf: implement get LAN MMIO memory regionsJoshua Hay
2025-07-14idpf: implement IDC vport aux driver MTU change handlerJoshua Hay
2025-07-14idpf: implement remaining IDC RDMA core callbacks and handlersJoshua Hay
2025-07-14idpf: implement RDMA vport auxiliary dev create, init, and destroyJoshua Hay
2025-07-14idpf: implement core RDMA auxiliary dev create, init, and destroyJoshua Hay
2025-07-14idpf: use reserved RDMA vectors from control planeJoshua Hay
2025-07-10ice: introduce ice_get_vf_by_dev() wrapperJacob Keller
2025-07-10ice: avoid rebuilding if MSI-X vector count is unchangedJacob Keller
2025-07-10ice: use pci_iov_vf_id() to get VF IDJacob Keller
2025-07-10ice: expose VF functions used by live migrationJacob Keller
2025-07-10ice: move ice_vsi_update_l2tsel to ice_lib.cJacob Keller
2025-07-10ice: save RSS hash configuration for migrationJacob Keller
2025-07-10ice: add functions to get and set Tx queue contextJacob Keller
2025-07-10ice: add support for reading and unpacking Rx queue contextJacob Keller
2025-07-08eth: ice: drop the dead code related to rss_contextsJakub Kicinski
2025-07-07Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-07-03igbvf: add tx_timeout_count to ethtool statisticsKohei Enju
2025-07-03igbvf: remove unused interrupt counter fields from struct igbvf_adapterKohei Enju
2025-07-03ixgbe: spelling correctionsSimon Horman
2025-07-03ixgbe: turn off MDD while modifying SRRCTLRadoslaw Tyl
2025-07-03ixgbe: add Tx hang detection unhandled MDDSlawomir Mrozowicz
2025-07-03ixgbe: check for MDD eventsDon Skidmore
2025-07-03ixgbe: add MDD supportPaul Greenwalt
2025-07-03i40e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean