aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
7 daystreewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+4
2025-04-29igb: Get rid of spurious interruptsKurt Kanzenbach1-4/+25
2025-04-29igb: Add support for persistent NAPI configKurt Kanzenbach1-1/+2
2025-04-29igb: Link queues to NAPI instancesKurt Kanzenbach1-5/+38
2025-04-29igb: Link IRQs to NAPI instancesKurt Kanzenbach1-0/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-4/+4
2025-01-07igb: Fix passing 0 to ERR_PTR in igb_run_xdp()Yue Haibing1-14/+8
2025-01-07igb: Add AF_XDP zero-copy Tx supportSriram Yagnaraman1-10/+51
2025-01-07igb: Add AF_XDP zero-copy Rx supportSriram Yagnaraman1-18/+61
2025-01-07igb: Add XDP finalize and stats update functionsKurt Kanzenbach1-19/+35
2025-01-07igb: Introduce XSK data structures and helpersSriram Yagnaraman1-0/+9
2025-01-07igb: Introduce igb_xdp_is_enabled()Sriram Yagnaraman1-3/+5
2025-01-07igb: Remove static qualifiersSriram Yagnaraman1-31/+6
2024-12-03igb: Fix potential invalid memory access in igb_init_module()Yuan Can1-0/+4
2024-11-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski1-2/+2
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata1-1/+1
2024-11-13igb: Fix 2 typos in comments in igb_main.cJohnny Park1-2/+2
2024-11-12Revert "igb: Disable threaded IRQ for igb_msix_other"Wander Lairson Costa1-1/+1
2024-10-29igb: Disable threaded IRQ for igb_msix_otherWander Lairson Costa1-1/+1
2024-10-08igb: Do not bring the device up after non-fatal errorMohamed Khalfella1-0/+4
2024-09-09igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman1-4/+13
2024-08-28igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li1-0/+10
2024-08-20igb: cope with large MAX_SKB_FRAGSPaolo Abeni1-0/+1
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen1-1/+0
2024-06-20igb: Add MII write supportJackie Jone1-0/+4
2024-05-08igb: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+3
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg1-16/+10
2024-03-29igb: simplify pci ops declarationJesse Brandeburg1-29/+24
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+5
2024-03-06igb: Fix missing time sync eventsVinicius Costa Gomes1-18/+5
2024-03-04intel: make module parameters readable in sys filesystemJon Maxwell1-1/+1
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet1-1/+1
2024-02-14igb: Fix string truncation warnings in igb_set_fw_versionKunwu Chan1-17/+18
2023-12-18intel: legacy: field get conversionJesse Brandeburg1-2/+2
2023-12-18intel: legacy: field prep conversionJesse Brandeburg1-6/+3
2023-10-20igb: Fix an end of loop testDan Carpenter1-3/+6
2023-10-18igb: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-18intel: fix string truncation warningsJesse Brandeburg1-19/+18
2023-09-28ethernet/intel: Use list_for_each_entry() helperJinjie Ruan1-5/+2
2023-09-13igb: clean up in all error paths when enabling SR-IOVCorinna Vinschen1-1/+4
2023-09-03igb: disable virtualization features on 82580Corinna Vinschen1-2/+3
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+7
2023-08-28igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl1-4/+7
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-4/+4
2023-06-22igb: Fix igb_down hung on surprise removalYing Hsu1-0/+5
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2023-06-08igb: Fix extts capture value format for 82580/i354/i350Yuezhen Luan1-2/+6
2023-05-18igb: Define igb_pm_ops conditionally on CONFIG_PMTom Rix1-0/+2
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-79/+58