summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-162-2/+9
|\
| * igb: fix nvm.ops.read() error handlingAleksandr Loktionov2023-06-121-0/+3
| * igb: Fix extts capture value format for 82580/i354/i350Yuezhen Luan2023-06-091-2/+6
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2023-05-201-0/+2
|\ \ | |/ |/|
| * igb: Define igb_pm_ops conditionally on CONFIG_PMTom Rix2023-05-181-0/+2
* | igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov2023-05-171-2/+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: refactor igb_ptp_adjfine_82580 to use diff_by_scaled_ppmAndrii Staikov2023-03-211-8/+3
* | 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-091-0/+2
|\
| * igb: Allocate MSI-X vector when testingAkihiko Odaki2022-11-301-0/+2
* | 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
* | ptp: introduce helpers to adjust by scaled parts per millionJacob Keller2022-10-311-16/+2
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-292-10/+10
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-291-2/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-4/+4
* igb: Add lock to avoid data raceLin Ma2022-08-182-1/+13
* igb: convert .adjfreq to .adjfineJacob Keller2022-07-281-8/+7
* igb: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi2022-07-131-43/+78
* intel/igb:fix repeated words in commentsJilin Yuan2022-06-302-3/+3
* igb: remove unexpected word "the"Jiang Jian2022-06-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-9/+10
|\
| * igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng2022-06-231-7/+5
| * igb: fix a use-after-free issue in igb_clean_tx_ringLorenzo Bianconi2022-06-181-2/+5
* | igb: Remove duplicate definesKai-Heng Feng2022-06-092-4/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-1/+2
|\
| * igb: skip phy status check where unavailableKevin Mitchell2022-05-181-1/+2
* | igb: Convert kmap() to kmap_local_page()Alaa Mohamed2022-05-051-2/+2
|/
* igb: zero hwtstamp by defaultTom Rix2022-03-171-4/+2
* igb: refactor XDP registrationCorinna Vinschen2022-02-072-10/+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
|\
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | igb: support EXTTS on 82580/i354/i350Ruud Bos2021-12-292-5/+51
* | igb: support PEROUT on 82580/i354/i350Ruud Bos2021-12-292-4/+182
* | igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos2021-12-291-35/+46
* | igb: move SDP config initialization to separate functionRuud Bos2021-12-291-8/+19
* | igb: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1