aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)Author
2023-11-08igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski
2023-09-23igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska
2023-09-23igb: disable virtualization features on 82580Corinna Vinschen
2023-09-23igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl
2023-08-30igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani
2023-08-11igb: Fix igb_down hung on surprise removalYing Hsu
2023-06-21igb: fix nvm.ops.read() error handlingAleksandr Loktionov
2023-05-30igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov
2023-04-05igb: revert rtnl_lock() that causes deadlockLin Ma
2023-01-18igb: Do not free q_vector unless new one was allocatedKees Cook
2023-01-18igb: Initialize mailbox message for VF resetTony Nguyen
2022-12-14igb: Allocate MSI-X vector when testingAkihiko Odaki
2022-08-25igb: Add lock to avoid data raceLin Ma
2022-07-02igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng
2022-05-25igb: skip phy status check where unavailableKevin Mitchell
2021-12-22igb: Fix removal of unicast MAC filters of VFsKaren Sornek
2021-07-28igb: Fix position of assignment to *ringJedrzej Jagielski
2021-07-28igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov
2021-07-28igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET
2021-07-28igb: Fix use-after-free error during resetVinicius Costa Gomes
2020-08-11igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri
2020-06-22igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng
2020-02-05igb: Fix SGMII SFP module discovery for 100FX/LX.Manfred Rudigier
2019-12-01igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar
2019-11-12igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier
2019-07-26igb: clear out skb->tstamp after reading the txtimeVedang Patel
2019-05-31igb: Exclude device from suspend direct complete optimizationKai-Heng Feng
2019-05-08igb: Fix WARN_ONCE on runtime suspendArvind Sankar
2019-02-12igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng
2018-12-17igb: fix uninitialized variablesYunjian Wang
2018-09-23igb: remove ndo_poll_controllerEric Dumazet
2018-08-24igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai
2018-08-24igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()Jia-Ju Bai
2018-08-24igb: Use an advanced ctx descriptor for launchtimeJesus Sanchez-Palencia
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-08-07igb: e1000_phy: Mark expected switch fall-throughGustavo A. R. Silva
2018-08-07igb: e1000_82575: Mark expected switch fall-throughGustavo A. R. Silva
2018-08-07igb_main: Mark expected switch fall-throughsGustavo A. R. Silva
2018-08-06igb: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas
2018-07-26igb: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas
2018-07-26igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke
2018-07-04igb: Add support for ETF offloadJesus Sanchez-Palencia
2018-07-04igb: Only call skb_tx_timestamp after descriptors are readyJesus Sanchez-Palencia
2018-07-04igb: Refactor igb_offload_cbs()Jesus Sanchez-Palencia
2018-07-04igb: Only change Tx arbitration when CBS is onJesus Sanchez-Palencia
2018-07-04igb: Refactor igb_configure_cbs()Jesus Sanchez-Palencia
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley
2018-06-25cls_flower: fix error values for commands not supported by driversJiri Pirko
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook