summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)AuthorLines
2026-03-03igb: Fix trigger of incorrect irq in igb_xsk_wakeupVivek Behera-8/+30
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-4/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+9
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+0
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-4/+8
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+2
2025-11-26igb: extract GRXRINGS from .get_rxnfcBreno Leitao-4/+8
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-2/+0
2025-11-19igb: Switch to use %ptSpAndy Shevchenko-5/+2
2025-10-28igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count()Kohei Enju-1/+1
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+2
2025-09-09igb: fix link test skipping when interface is admin downKohei Enju-4/+1
2025-09-09igb: Fix NULL pointer dereference in ethtool loopback testTianyu Xu-2/+1
2025-09-03igb: drop unnecessary constant casts to u16Jacek Kowalski-8/+7
2025-08-18eth: intel: use vmalloc_array() to simplify codeQianfeng Rong-4/+4
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-39/+36
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+1
2025-07-26igb: xsk: solve negative overflow of nb_pkts in zerocopy modeJason Xing-2/+1
2025-07-03igb: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean-27/+25
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman-2/+2
2025-06-16eth: igb: migrate to new RXFH callbacksJakub Kicinski-10/+10
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+4
2025-04-29igb: Get rid of spurious interruptsKurt Kanzenbach-5/+28
2025-04-29igb: Add support for persistent NAPI configKurt Kanzenbach-1/+2
2025-04-29igb: Link queues to NAPI instancesKurt Kanzenbach-5/+40
2025-04-29igb: Link IRQs to NAPI instancesKurt Kanzenbach-0/+3
2025-04-15net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller-14/+6
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-4/+4
2025-03-20igb: reject invalid external timestamp requests for 82580-based HWJacob Keller-0/+6
2025-01-07igb: Fix passing 0 to ERR_PTR in igb_run_xdp()Yue Haibing-14/+8
2025-01-07igb: Add AF_XDP zero-copy Tx supportSriram Yagnaraman-10/+116
2025-01-07igb: Add AF_XDP zero-copy Rx supportSriram Yagnaraman-19/+360
2025-01-07igb: Add XDP finalize and stats update functionsKurt Kanzenbach-19/+38
2025-01-07igb: Introduce XSK data structures and helpersSriram Yagnaraman-2/+229
2025-01-07igb: Introduce igb_xdp_is_enabled()Sriram Yagnaraman-3/+10
2025-01-07igb: Remove static qualifiersSriram Yagnaraman-31/+35
2024-12-03igb: Fix potential invalid memory access in igb_init_module()Yuan Can-0/+4
2024-11-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-2/+2
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata-1/+1
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-11-13igb: Fix 2 typos in comments in igb_main.cJohnny Park-2/+2
2024-11-12Revert "igb: Disable threaded IRQ for igb_msix_other"Wander Lairson Costa-1/+1
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-10-29igb: Disable threaded IRQ for igb_msix_otherWander Lairson Costa-1/+1
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2024-10-08igb: Cleanup unused declarationsYue Haibing-2/+0
2024-10-08igb: Do not bring the device up after non-fatal errorMohamed Khalfella-0/+4
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+13
2024-09-09igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman-4/+13