summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-19igb: disable virtualization features on 82580Corinna Vinschen1-2/+3
2023-09-19igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl1-4/+7
2023-07-27igb: Fix igb_down hung on surprise removalYing Hsu1-0/+5
2023-04-05igb: revert rtnl_lock() that causes deadlockLin Ma1-2/+0
2023-01-14igb: Do not free q_vector unless new one was allocatedKees Cook1-2/+6
2023-01-14net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean1-1/+1
2022-12-21igb: Initialize mailbox message for VF resetTony Nguyen1-1/+1
2022-08-25igb: Add lock to avoid data raceLin Ma1-1/+11
2022-06-29igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng1-7/+5
2022-06-29igb: fix a use-after-free issue in igb_clean_tx_ringLorenzo Bianconi1-2/+5
2022-05-25igb: skip phy status check where unavailableKevin Mitchell1-1/+2
2021-12-29igb: fix deadlock caused by taking RTNL in RPM resume pathHeiner Kallweit1-6/+13
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: fix assignment on big endian machinesJesse Brandeburg1-2/+2
2021-07-19igb: handle vlan types with checker enabledJesse Brandeburg1-2/+3
2021-06-10igb: add correct exception tracing for XDPMagnus Karlsson1-4/+6
2021-05-07igb: Enable RSS for Intel I211 Ethernet ControllerNick Lowe1-2/+1
2021-03-30igb: avoid premature Rx buffer reuseLi RongQing1-7/+15
2021-03-30igb: check timestamp validityJesse Brandeburg1-5/+6
2020-12-10igb: avoid transmit queue timeout in xdp pathSven Auhagen1-0/+5
2020-12-10igb: use xdp_do_flushSven Auhagen1-1/+1
2020-12-10igb: skb add metasize for xdpSven Auhagen1-0/+4
2020-12-10igb: XDP extack message on errorSven Auhagen1-5/+12
2020-12-10igb: take VLAN double header into accountSven Auhagen1-4/+3
2020-12-10igb: XDP xmit back fix error codeSven Auhagen1-1/+1
2020-09-30net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-1/+0
2020-09-29igb: read PBA number from flashGal Hammer1-1/+3
2020-09-29igb: add XDP supportSven Auhagen1-30/+403
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-13/+15
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2020-08-27net: Take common prefetch code structure into a functionTariq Toukan1-8/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+9
2020-07-30igb: use eth_zero_addr() to clear mac addressMiaohe Lin1-2/+2
2020-07-30igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri1-0/+9
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-13/+13
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher1-10/+1
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki1-1/+1
2019-12-31igb: dont drop packets if rx flow control is enabledRobert Beckett1-14/+33
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-11-09igb/igc: use ktime accessors for skb->tstampJacob Keller1-2/+2
2019-11-08net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli1-3/+2
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5
2019-11-01igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier1-1/+2