summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)AuthorFilesLines
2024-12-14igb: Fix potential invalid memory access in igb_init_module()Yuan Can1-0/+4
2024-11-08igb: Do not bring the device up after non-fatal errorMohamed Khalfella1-0/+4
2024-09-12igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li1-0/+10
2024-03-27igb: Fix missing time sync eventsVinicius Costa Gomes1-18/+5
2024-03-27igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos1-35/+46
2023-11-08igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski1-1/+5
2023-09-23igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-23igb: disable virtualization features on 82580Corinna Vinschen1-2/+3
2023-09-23igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl1-4/+7
2023-08-30igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani1-12/+12
2023-07-27igb: Fix igb_down hung on surprise removalYing Hsu1-0/+5
2023-06-21igb: fix nvm.ops.read() error handlingAleksandr Loktionov1-0/+3
2023-05-30igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov1-2/+2
2023-04-05igb: revert rtnl_lock() that causes deadlockLin Ma1-2/+0
2023-01-18igb: Do not free q_vector unless new one was allocatedKees Cook1-2/+6
2023-01-18igb: Initialize mailbox message for VF resetTony Nguyen1-1/+1
2022-12-14igb: Allocate MSI-X vector when testingAkihiko Odaki1-0/+2
2022-08-25igb: Add lock to avoid data raceLin Ma2-1/+13
2022-06-29igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng1-7/+5
2022-05-25igb: skip phy status check where unavailableKevin Mitchell1-1/+2
2021-12-22igb: Fix removal of unicast MAC filters of VFsKaren Sornek1-14/+14
2021-12-01igb: fix netpoll exit with trafficJesse Brandeburg1-1/+1
2021-07-28igb: Fix position of assignment to *ringJedrzej Jagielski1-1/+2
2021-07-28igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov1-1/+8
2021-07-28igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET1-0/+1
2021-07-28igb: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-07-19igb: handle vlan types with checker enabledJesse Brandeburg1-2/+3
2021-05-07igb: Enable RSS for Intel I211 Ethernet ControllerNick Lowe1-2/+1
2020-08-11igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri1-0/+9
2020-06-22igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2020-02-06igb: Fix SGMII SFP module discovery for 100FX/LX.Manfred Rudigier2-7/+3
2019-11-15igb: Reject requests that fail to enable time stamping on both edges.Richard Cochran1-0/+6
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran1-1/+2
2019-11-15igb: reject unsupported external timestamp flagsJacob Keller1-0/+6
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller1-0/+4
2019-11-09igb/igc: use ktime accessors for skb->tstampJacob Keller1-2/+2
2019-11-01igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier1-1/+2
2019-11-01igb: Enable media autosense for the i350.Manfred Rudigier2-2/+2
2019-11-01igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul1-1/+2
2019-08-23ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-07-23igb: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+3
2019-07-10net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-8/+8
2019-07-10drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-10net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-20/+4
2019-07-01Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2-36/+41
2019-06-29igb: add RR2DCDELAY to ethtool registers dumpArtem Bityutskiy2-1/+6
2019-06-29igb: minor ethool regdump amendmentArtem Bityutskiy1-35/+35
2019-06-29igb: clear out skb->tstamp after reading the txtimeVedang Patel1-0/+1
2019-05-29igb: mark expected switch fall-throughGustavo A. R. Silva1-1/+1