summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-29igb: Get rid of spurious interruptsKurt Kanzenbach
2025-04-29igb: Add support for persistent NAPI configKurt Kanzenbach
2025-04-29igb: Link queues to NAPI instancesKurt Kanzenbach
2025-04-29igb: Link IRQs to NAPI instancesKurt Kanzenbach
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-01-07igb: Fix passing 0 to ERR_PTR in igb_run_xdp()Yue Haibing
2025-01-07igb: Add AF_XDP zero-copy Tx supportSriram Yagnaraman
2025-01-07igb: Add AF_XDP zero-copy Rx supportSriram Yagnaraman
2025-01-07igb: Add XDP finalize and stats update functionsKurt Kanzenbach
2025-01-07igb: Introduce XSK data structures and helpersSriram Yagnaraman
2025-01-07igb: Introduce igb_xdp_is_enabled()Sriram Yagnaraman
2025-01-07igb: Remove static qualifiersSriram Yagnaraman
2024-12-03igb: Fix potential invalid memory access in igb_init_module()Yuan Can
2024-11-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata
2024-11-13igb: Fix 2 typos in comments in igb_main.cJohnny Park
2024-11-12Revert "igb: Disable threaded IRQ for igb_msix_other"Wander Lairson Costa
2024-10-29igb: Disable threaded IRQ for igb_msix_otherWander Lairson Costa
2024-10-08igb: Do not bring the device up after non-fatal errorMohamed Khalfella
2024-09-09igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman
2024-08-28igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li
2024-08-20igb: cope with large MAX_SKB_FRAGSPaolo Abeni
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen
2024-06-20igb: Add MII write supportJackie Jone
2024-05-08igb: flower: validate control flagsAsbjørn Sloth Tønnesen
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg
2024-03-29igb: simplify pci ops declarationJesse Brandeburg
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06igb: Fix missing time sync eventsVinicius Costa Gomes
2024-03-04intel: make module parameters readable in sys filesystemJon Maxwell
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet
2024-02-14igb: Fix string truncation warnings in igb_set_fw_versionKunwu Chan
2023-12-18intel: legacy: field get conversionJesse Brandeburg
2023-12-18intel: legacy: field prep conversionJesse Brandeburg
2023-10-20igb: Fix an end of loop testDan Carpenter
2023-10-18igb: replace deprecated strncpy with strscpyJustin Stitt
2023-10-18intel: fix string truncation warningsJesse Brandeburg
2023-09-28ethernet/intel: Use list_for_each_entry() helperJinjie Ruan
2023-09-13igb: clean up in all error paths when enabling SR-IOVCorinna Vinschen
2023-09-03igb: disable virtualization features on 82580Corinna Vinschen
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-28igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-06-22igb: Fix igb_down hung on surprise removalYing Hsu
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-08igb: Fix extts capture value format for 82580/i354/i350Yuezhen Luan
2023-05-18igb: Define igb_pm_ops conditionally on CONFIG_PMTom Rix
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski