aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)Author
2024-03-26igb: Fix missing time sync eventsVinicius Costa Gomes
2024-03-26igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos
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-07-27igb: 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-06-29igb: 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-12-01igb: fix netpoll exit with trafficJesse Brandeburg
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
2021-07-19igb: handle vlan types with checker enabledJesse Brandeburg
2021-05-07igb: Enable RSS for Intel I211 Ethernet ControllerNick Lowe
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-11-15igb: Reject requests that fail to enable time stamping on both edges.Richard Cochran
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran
2019-11-15igb: reject unsupported external timestamp flagsJacob Keller
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller
2019-11-08igb/igc: use ktime accessors for skb->tstampJacob Keller
2019-11-01igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier
2019-10-31igb: Enable media autosense for the i350.Manfred Rudigier
2019-10-31igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-07-23igb: Use dev_get_drvdata where possibleChuhong Yuan
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso
2019-06-30Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2019-06-28igb: add RR2DCDELAY to ethtool registers dumpArtem Bityutskiy
2019-06-28igb: minor ethool regdump amendmentArtem Bityutskiy
2019-06-28igb: clear out skb->tstamp after reading the txtimeVedang Patel
2019-05-28igb: mark expected switch fall-throughGustavo A. R. Silva
2019-05-28igb: mark expected switch fall-throughGustavo A. R. Silva
2019-05-28igb/igc: warn when fatal read failure happensFeng Tang
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds