summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-291-0/+10
* igb: cope with large MAX_SKB_FRAGSPaolo Abeni2024-08-211-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-081-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
* | igb: Define igb_pm_ops conditionally on CONFIG_PMTom Rix2023-05-181-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-79/+58
|\
| * igb: Enable SR-IOV after reinitAkihiko Odaki2023-03-161-77/+58
| * igb: revert rtnl_lock() that causes deadlockLin Ma2023-03-161-2/+0
* | igb: Remove unnecessary aer.h includeBjorn Helgaas2023-03-091-1/+0
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-16/+38
|\
| * igb: conditionalize I2C bit banging on external thermal sensor supportCorinna Vinschen2023-02-161-10/+32
| * igb: Fix PPS input and output using 3rd and 4th SDPMiroslav Lichvar2023-02-151-6/+6
* | Daniel Borkmann says:Jakub Kicinski2023-02-111-1/+8
|\ \
| * | drivers: net: turn on XDP featuresMarek Majtyka2023-02-031-1/+8
| |/
* | net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean2023-02-081-0/+18
* | igb: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-01-301-5/+0
|/
* igb: Initialize mailbox message for VF resetTony Nguyen2022-12-141-1/+1
* igb: Proactively round up to kmalloc bucket sizeKees Cook2022-11-041-1/+1
* igb: Do not free q_vector unless new one was allocatedKees Cook2022-11-041-2/+6