summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-21igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri1-0/+9
2020-06-20igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2020-02-05igb: Fix SGMII SFP module discovery for 100FX/LX.Manfred Rudigier2-7/+3
2019-12-01igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar1-1/+7
2019-11-12igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier1-1/+2
2019-05-08igb: Fix WARN_ONCE on runtime suspendArvind Sankar2-49/+10
2019-02-12igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng1-3/+5
2018-12-17igb: fix uninitialized variablesYunjian Wang1-0/+1
2018-08-03igb: Fix queue selection on MAC filters on i210Vinicius Costa Gomes1-2/+7
2018-04-26igb: Clear TXSTMP when ptp_tx_work() is timeoutDaniel Hua1-0/+9
2018-04-26igb: Allow to remove administratively set MAC on VFsCorinna Vinschen1-11/+31
2018-02-03igb: Free IRQs when device is hotpluggedLyude Paul1-1/+1
2017-12-25igb: check memory allocation failureChristophe JAILLET1-0/+2
2017-11-30igb: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-10-26igb: Fix TX map failure pathJean-Philippe Brucker1-1/+1
2017-08-09igb: support BCM54616 PHYJohn W Linville3-0/+8
2017-08-09igb: do not drop PF mailbox lock after read of VF messageGreg Edwards4-12/+26
2017-08-09igb: expose mailbox unlock methodGreg Edwards3-0/+41
2017-08-09igb: add argument names to mailbox op function declarationsGreg Edwards2-13/+14
2017-08-09igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen1-2/+0
2017-08-09igb: protect TX timestamping from API misuseCliff Spradlin1-1/+2
2017-08-09igb: Fix error of RX network flow classificationGangfeng Huang1-2/+2
2017-06-08igb: make a few local functions staticColin Ian King1-6/+6
2017-06-06igb: Remove useless argumentBenjamin Poirier3-7/+7
2017-06-06igb: check for Tx timestamp timeouts during watchdogJacob Keller3-0/+31
2017-06-06igb: add statistic indicating number of skipped Tx timestampsJacob Keller3-0/+4
2017-06-06igb: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller1-5/+18
2017-06-06igb: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller1-2/+10
2017-06-06igb: mark PM functions as __maybe_unusedArnd Bergmann1-13/+5
2017-06-06igb: Explicitly select page 0 at initializationMatwey V Kornilov1-0/+1
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-05-09scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-04-21igb: Enable reading of wake up packetKim Tatt Chuah2-1/+56
2017-04-21igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin3-13/+150
2017-04-21igb: improve MAC filter handlingYury Kylulin2-65/+192
2017-03-22igb: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes1-65/+73
2017-03-17igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code commentAlexander Duyck1-1/+1
2017-03-17igb: Re-add support for build_skb in igbAlexander Duyck1-0/+47
2017-03-17igb: Break out Rx buffer page managementAlexander Duyck1-114/+121
2017-03-17igb: Add support for padding packetAlexander Duyck2-2/+23
2017-03-17igb: Add support for using order 1 pages to receive large framesAlexander Duyck2-18/+76
2017-03-17igb: Add support for ethtool private flag to allow use of legacy RxAlexander Duyck2-0/+49
2017-03-17igb: Use page_address offset from page instead of masking virtual addressAlexander Duyck3-9/+7
2017-03-17igb: Only sync size of expected frame in ethtool testingAlexander Duyck1-2/+2
2017-03-17igb: Limit maximum frame Rx based on MTUAlexander Duyck2-5/+26
2017-03-17igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ringAlexander Duyck3-49/+83
2017-03-17igb: Clear Rx buffer_info in configure instead of cleanAlexander Duyck1-14/+10