summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)AuthorFilesLines
2021-03-03igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen1-2/+0
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-05-27igb: use igb_adapter->io_addr instead of e1000_hw->hw_addrCao jin1-2/+2
2019-11-28igb: 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-11-10igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke1-12/+0
2018-04-13igb: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller1-2/+10
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-11-21igb: Fix hw_dbg logging in igb_update_flash_i210Hannu Lounento1-2/+2
2017-11-21igb: close/suspend race in netif_device_detachTodd Fujinaka1-9/+12
2017-11-21igb: reset the PHY before reading the PHY IDAaron Sierra1-0/+11
2017-10-08igb: re-assign hw address pointer on reset after PCI errorGuilherme G Piccoli1-0/+5
2017-07-28igb: Explicitly select page 0 at initializationMatwey V Kornilov1-0/+1
2017-03-22igb: add i211 to i210 PHY workaroundTodd Fujinaka1-1/+1
2017-03-22igb: Workaround for igb i210 firmware issueChris J Arges1-0/+4
2016-12-01igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck1-2/+6
2016-09-28igb: restore PPS signal on igb_ptp_resetJacob Keller2-1/+5
2016-09-28igb: bump version to igb-5.4.0Todd Fujinaka1-1/+1
2016-09-28igb: fix non static symbol warningWei Yongjun1-2/+2
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-3/+6
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre1-1/+1
2016-08-19igb: fix error code in igb_add_ethtool_nfc_entry()Gangfeng Huang1-1/+1
2016-08-19igb: support RX flow classification by VLAN priorityGangfeng Huang4-7/+92
2016-08-19igb: support RX flow classification by ethertypeGangfeng Huang4-6/+101
2016-08-19igb: add support of RX network flow classificationGangfeng Huang3-0/+270
2016-08-16igb: fix adjusting PTP timestamps for Tx/Rx latencyKshitiz Gupta1-3/+23
2016-08-03Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+3
2016-06-29igb: Only DMA sync frame lengthAndrew Lunn1-3/+4
2016-06-29igb: call igb_ptp_suspend during suspend/resume cycleJacob Keller1-0/+2
2016-06-29igb: implement igb_ptp_suspendJacob Keller2-5/+18
2016-06-29igb: re-use igb_ptp_reset in igb_ptp_initJacob Keller2-33/+18
2016-06-29igb: introduce IGB_PTP_OVERFLOW_CHECK flagJacob Keller2-13/+9
2016-06-29igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTPJacob Keller2-4/+8
2016-06-23ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-7/+3
2016-05-21intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck1-0/+1
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+1
2016-05-14igb/igbvf: Add support for GSO partialAlexander Duyck1-41/+96
2016-05-14igb: adjust PTP timestamps for Tx/Rx latencyNathan Sullivan2-0/+44
2016-05-14igb: make igb_update_pf_vlvf staticJacob Keller1-1/+1
2016-05-14igb: use BIT() macro or unsigned prefixJacob Keller11-136/+136
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-04-07Revert "igb: Fix a deadlock in igb_sriov_reinit"Arika Chen1-1/+0
2016-04-06igb: Garbled output for "ethtool -m"Doron Shikmoni1-1/+2
2016-04-06igb: allow setting MAC address on i211 using a device tree blobJohn Holland1-3/+6