aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* igb: Fix NULL pointer dereference in ethtool loopback testTianyu Xu2025-09-091-2/+1
* igb: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean2025-07-031-4/+2
* treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2025-06-081-2/+4
* igb: Get rid of spurious interruptsKurt Kanzenbach2025-04-291-4/+25
* igb: Add support for persistent NAPI configKurt Kanzenbach2025-04-291-1/+2
* igb: Link queues to NAPI instancesKurt Kanzenbach2025-04-291-5/+38
* igb: Link IRQs to NAPI instancesKurt Kanzenbach2025-04-291-0/+3
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2025-04-051-4/+4
* igb: Fix passing 0 to ERR_PTR in igb_run_xdp()Yue Haibing2025-01-081-14/+8
* igb: Add AF_XDP zero-copy Tx supportSriram Yagnaraman2025-01-081-10/+51
* igb: Add AF_XDP zero-copy Rx supportSriram Yagnaraman2025-01-081-18/+61
* igb: Add XDP finalize and stats update functionsKurt Kanzenbach2025-01-081-19/+35
* igb: Introduce XSK data structures and helpersSriram Yagnaraman2025-01-081-0/+9
* igb: Introduce igb_xdp_is_enabled()Sriram Yagnaraman2025-01-081-3/+5
* igb: Remove static qualifiersSriram Yagnaraman2025-01-081-31/+6
* igb: Fix potential invalid memory access in igb_init_module()Yuan Can2024-12-031-0/+4
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-11-161-2/+2
|\
| * igb: Fix 2 typos in comments in igb_main.cJohnny Park2024-11-131-2/+2
* | ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata2024-11-161-1/+1
* | Revert "igb: Disable threaded IRQ for igb_msix_other"Wander Lairson Costa2024-11-131-1/+1
|/
* igb: Disable threaded IRQ for igb_msix_otherWander Lairson Costa2024-10-291-1/+1
* igb: Do not bring the device up after non-fatal errorMohamed Khalfella2024-10-081-0/+4
* igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman2024-09-091-4/+13
* igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li2024-08-281-0/+10
* igb: cope with large MAX_SKB_FRAGSPaolo Abeni2024-08-201-0/+1
* net: intel: Remove MODULE_AUTHORsTony Nguyen2024-07-111-1/+0
* igb: Add MII write supportJackie Jone2024-06-201-0/+4
* igb: flower: validate control flagsAsbjørn Sloth Tønnesen2024-05-081-0/+3
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: intel: implement modern PM ops declarationsJesse Brandeburg2024-03-291-16/+10
* igb: simplify pci ops declarationJesse Brandeburg2024-03-291-29/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-121-18/+5
|\
| * igb: Fix missing time sync eventsVinicius Costa Gomes2024-03-061-18/+5
* | intel: make module parameters readable in sys filesystemJon Maxwell2024-03-051-1/+1
* | net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-1/+1
|/
* igb: Fix string truncation warnings in igb_set_fw_versionKunwu Chan2024-02-141-17/+18
* intel: legacy: field get conversionJesse Brandeburg2023-12-181-2/+2
* intel: legacy: field prep conversionJesse Brandeburg2023-12-181-6/+3
* igb: Fix an end of loop testDan Carpenter2023-10-201-3/+6
* igb: replace deprecated strncpy with strscpyJustin Stitt2023-10-191-1/+1
* intel: fix string truncation warningsJesse Brandeburg2023-10-191-19/+18
* ethernet/intel: Use list_for_each_entry() helperJinjie Ruan2023-09-281-5/+2
* igb: clean up in all error paths when enabling SR-IOVCorinna Vinschen2023-09-131-1/+4
* igb: disable virtualization features on 82580Corinna Vinschen2023-09-031-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-291-4/+7
|\
| * igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl2023-08-281-4/+7
* | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-4/+4
|/
* igb: Fix igb_down hung on surprise removalYing Hsu2023-06-231-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-161-2/+6
|\
| * igb: Fix extts capture value format for 82580/i354/i350Yuezhen Luan2023-06-091-2/+6