summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-141-1/+1
|\ \ | |/ |/|
| * Revert "igb: Disable threaded IRQ for igb_msix_other"Wander Lairson Costa2024-11-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-011-1/+1
|\|
| * igb: Disable threaded IRQ for igb_msix_otherWander Lairson Costa2024-10-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-101-0/+4
|\|
| * igb: Do not bring the device up after non-fatal errorMohamed Khalfella2024-10-081-0/+4
* | igb: Cleanup unused declarationsYue Haibing2024-10-092-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-131-4/+13
|\
| * igb: Always call igb_xdp_ring_update_tail() under Tx lockSriram Yagnaraman2024-09-091-4/+13
* | igb: Remove setting of RX software timestampGal Pressman2024-09-061-7/+1
|/
* 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
* Merge branch 'net-make-timestamping-selectable'Jakub Kicinski2024-07-151-1/+1
|\
| * net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* | net: intel: Remove MODULE_AUTHORsTony Nguyen2024-07-111-1/+0
|/
* igb: Add MII write supportJackie Jone2024-06-201-0/+4
* net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko2024-06-111-3/+3
* 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
* igb: Remove redundant runtime resume for ethtool_opsBjorn Helgaas2024-04-081-15/+0
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-2/+3
|\|
| * igb: extend PTP timestamp adjustments to i211Oleksij Rempel2024-02-291-2/+3
* | net: intel: igb: Use linkmode helpers for EEEAndrew Lunn2024-02-281-12/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-162-18/+19
|\|
| * igb: Fix string truncation warnings in igb_set_fw_versionKunwu Chan2024-02-142-18/+19
* | ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2024-01-311-10/+10
* | ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-4/+4
|/
* intel: legacy: field get conversionJesse Brandeburg2023-12-187-46/+35
* intel: legacy: field prep conversionJesse Brandeburg2023-12-183-10/+6
* intel: add bit macro includes where neededJesse Brandeburg2023-12-183-6/+6
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2023-12-141-3/+3
|\
| * igb: Use FIELD_GET() to extract Link WidthIlpo Järvinen2023-12-121-3/+3
* | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-141-13/+14
|/
* net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-1/+5
|\
| * igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski2023-10-201-1/+5
* | 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 format warningsJesse Brandeburg2023-10-191-2/+2
* | intel: fix string truncation warningsJesse Brandeburg2023-10-191-19/+18
* | ethernet/intel: Use list_for_each_entry() helperJinjie Ruan2023-09-281-5/+2
|/