summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-10/+5
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-11/+11
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-30/+26
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-16/+10
2026-01-27ixgbe: don't initialize aci lock in ixgbe_recovery_probe()Kohei Enju-4/+2
2026-01-27ixgbe: fix memory leaks in the ixgbe_recovery_probe() pathKohei Enju-12/+8
2026-01-09ixgbe: Add 10G-BX supportBirger Koblitz-5/+53
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2025-11-27ixgbe: avoid redundant call to ixgbe_non_sfp_link_config()Alok Tiwari-2/+2
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-1/+0
2025-11-14net: ixgbe: convert to use .get_rx_ring_countBreno Leitao-5/+10
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+0
2025-11-05libie: depend on DEBUG_FS when building LIBIE_FWLOGMichal Swiatkowski-2/+0
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2025-10-29ixgbe: fix typos in ixgbe driver commentsAlok Tiwari-4/+4
2025-10-28ixgbe: use EOPNOTSUPP instead of ENOTSUPP in ixgbe_ptp_feature_enable()Kohei Enju-1/+1
2025-10-28ixgbe: fix memory leak and use-after-free in ixgbe_recovery_probe()Kohei Enju-1/+1
2025-10-13ixgbe: fix too early devlink_free() in ixgbe_remove()Koichiro Den-1/+2
2025-10-13ixgbe: handle IXGBE_VF_FEATURES_NEGOTIATE mbox cmdJedrzej Jagielski-0/+47
2025-10-13ixgbe: handle IXGBE_VF_GET_PF_LINK_STATE mailbox operationJedrzej Jagielski-0/+47
2025-09-29ixgbe: fix typos and docstring inconsistenciesAlok Tiwari-5/+5
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+12
2025-09-16ixgbe: destroy aci.lock later within ixgbe_remove pathJedrzej Jagielski-3/+4
2025-09-16ixgbe: initialize aci.lock before it's usedJedrzej Jagielski-7/+8
2025-09-11ixgbe: fwlog support for e610Michal Swiatkowski-0/+46
2025-09-08ixgbe: fix typo in function comment for ixgbe_get_num_per_func()Alok Tiwari-1/+1
2025-09-04Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski-48/+58
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2025-09-03ixgbe: drop unnecessary casts to u16 / intJacek Kowalski-6/+6
2025-09-03ixgbe: reduce number of reads when getting OROM dataJedrzej Jagielski-19/+40
2025-09-03ixgbe: add the 2.5G and 5G speeds in auto-negotiation for E610Piotr Kwapulinski-23/+12
2025-09-02ixgbe: fix incorrect map used in eee linkmodeAlok Tiwari-2/+2
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2025-08-25ixgbe: fix ixgbe_orom_civd_info struct layoutJedrzej Jagielski-2/+2
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-24/+14
2025-08-20ixgbe: fix ndo_xdp_xmit() workloadsMaciej Fijalkowski-23/+11
2025-08-20ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zcJason Xing-1/+3
2025-08-18eth: intel: use vmalloc_array() to simplify codeQianfeng Rong-1/+1
2025-08-12ixgbe: prevent from unwanted interface name changesJedrzej Jagielski-0/+1
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-459/+667
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2025-07-24ixgbe: use libie adminq descriptorsMichal Swiatkowski-367/+151
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2025-07-15ethernet: intel: fix building with large NR_CPUSArnd Bergmann-1/+2
2025-07-03ixgbe: spelling correctionsSimon Horman-17/+17
2025-07-03ixgbe: turn off MDD while modifying SRRCTLRadoslaw Tyl-1/+8
2025-07-03ixgbe: add Tx hang detection unhandled MDDSlawomir Mrozowicz-22/+209
2025-07-03ixgbe: check for MDD eventsDon Skidmore-0/+57