summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
8 daysixgbe: prevent from unwanted interface name changesJedrzej Jagielski1-0/+1
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds161-4636/+8300
2025-07-30Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-5/+5
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2025-07-26igb: xsk: solve negative overflow of nb_pkts in zerocopy modeJason Xing1-2/+1
2025-07-26Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski58-2142/+1267
2025-07-25net: Fix typosBjorn Helgaas7-7/+7
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-3/+16
2025-07-24i40e: use libie_aq_strMichal Swiatkowski9-224/+105
2025-07-24iavf: use libie_aq_strMichal Swiatkowski5-56/+5
2025-07-24ice: use libie_aq_strMichal Swiatkowski11-109/+60
2025-07-24libie: add adminq helper for converting err to strMichal Swiatkowski3-0/+62
2025-07-24iavf: use libie adminq descriptorsMichal Swiatkowski6-191/+106
2025-07-24i40e: use libie adminq descriptorsMichal Swiatkowski12-650/+482
2025-07-24ixgbe: use libie adminq descriptorsMichal Swiatkowski5-367/+151
2025-07-24ice, libie: move generic adminq descriptors to libMichal Swiatkowski24-649/+400
2025-07-24idpf: access ->pp through netmem_desc instead of pageByungchul Park1-3/+5
2025-07-24iavf: access ->pp through netmem_desc instead of pageByungchul Park1-1/+1
2025-07-21e1000e: ignore uninitialized checksum word on tgpJacek Kowalski2-0/+9
2025-07-21e1000e: disregard NVM checksum on tgp when valid checksum bit is not setJacek Kowalski1-0/+2
2025-07-21ice: Fix a null pointer dereference in ice_copy_and_init_pkg()Haoxiang Li1-0/+2
2025-07-21i40e: When removing VF MAC filters, only check PF-set MACJamie Bainbridge1-2/+2
2025-07-21i40e: report VF tx_dropped with tx_errors instead of tx_discardsDennis Chen1-1/+1
2025-07-18ixgbevf: remove unused fields from struct ixgbevf_adapterYuto Ohnuki1-3/+0
2025-07-18igbvf: remove unused fields from struct igbvf_adapterYuto Ohnuki2-32/+0
2025-07-18igc: Add wildcard rule support to ethtool NFC using Default QueueSong Yoong Siang4-3/+49
2025-07-18igc: Relocate RSS field definitions to igc_defines.hSong Yoong Siang2-4/+3
2025-07-18ice: breakout common LAG code into helpersDave Ertman4-35/+51
2025-07-18ice: convert ice_add_prof() to bitmapJesse Brandeburg3-55/+34
2025-07-18ice: add E835 device IDsDawid Osuchowski3-0/+36
2025-07-18ice: add 40G speed to Admin Command GET PORT OPTIONAleksandr Loktionov4-2/+6
2025-07-18idpf: preserve coalescing settings across resetsAhmed Zaki5-13/+74
2025-07-18idpf: add cross timestampingMilena Olech3-1/+207
2025-07-18idpf: add flow steering supportAhmed Zaki5-5/+425
2025-07-18virtchnl2: add flow steering supportSudheer Mogilappagari1-7/+202
2025-07-18virtchnl2: rename enum virtchnl2_cap_rssAhmed Zaki3-35/+35
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-5/+8
2025-07-17Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Paolo Abeni14-74/+1052
2025-07-15ice: check correct pointer in fwlog debugfsMichal Swiatkowski1-1/+1
2025-07-15ice: add NULL check in eswitch lag checkDave Ertman1-1/+2
2025-07-15ethernet: intel: fix building with large NR_CPUSArnd Bergmann3-3/+5
2025-07-14idpf: implement get LAN MMIO memory regionsJoshua Hay10-52/+368
2025-07-14idpf: implement IDC vport aux driver MTU change handlerJoshua Hay3-3/+41
2025-07-14idpf: implement remaining IDC RDMA core callbacks and handlersJoshua Hay5-3/+69
2025-07-14idpf: implement RDMA vport auxiliary dev create, init, and destroyJoshua Hay4-1/+188
2025-07-14idpf: implement core RDMA auxiliary dev create, init, and destroyJoshua Hay8-0/+294
2025-07-14idpf: use reserved RDMA vectors from control planeJoshua Hay4-21/+98
2025-07-11ice: introduce ice_get_vf_by_dev() wrapperJacob Keller2-6/+19
2025-07-11ice: avoid rebuilding if MSI-X vector count is unchangedJacob Keller1-0/+6
2025-07-11ice: use pci_iov_vf_id() to get VF IDJacob Keller1-9/+3