summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-18/+5
|\
| * igb: Fix missing time sync eventsVinicius Costa Gomes2024-03-061-18/+5
* | intel: make module parameters readable in sys filesystemJon Maxwell2024-03-041-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-181-1/+1
* intel: fix string truncation warningsJesse Brandeburg2023-10-181-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-221-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-2/+6
|\
| * igb: Fix extts capture value format for 82580/i354/i350Yuezhen Luan2023-06-081-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-081-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-151-10/+32
| * igb: Fix PPS input and output using 3rd and 4th SDPMiroslav Lichvar2023-02-141-6/+6
* | Daniel Borkmann says:Jakub Kicinski2023-02-101-1/+8
|\ \
| * | drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-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-131-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
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* igb: Add lock to avoid data raceLin Ma2022-08-181-1/+11
* igb: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi2022-07-121-43/+78
* intel/igb:fix repeated words in commentsJilin Yuan2022-06-301-2/+2
* igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng2022-06-221-7/+5
* igb: fix a use-after-free issue in igb_clean_tx_ringLorenzo Bianconi2022-06-171-2/+5
* igb: skip phy status check where unavailableKevin Mitchell2022-05-181-1/+2
* igb: refactor XDP registrationCorinna Vinschen2022-02-071-6/+13
* igb: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-13/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+1
|\