summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* igb: Fix hw_dbg logging in igb_update_flash_i210Hannu Lounento2017-01-061-2/+2
* igb: add i211 to i210 PHY workaroundTodd Fujinaka2017-01-061-1/+1
* igb: close/suspend race in netif_device_detachTodd Fujinaka2017-01-061-9/+12
* igb: re-assign hw address pointer on reset after PCI errorGuilherme G Piccoli2017-01-061-0/+5
* igb: reset the PHY before reading the PHY IDAaron Sierra2017-01-061-0/+11
* igb: use igb_adapter->io_addr instead of e1000_hw->hw_addrCao jin2017-01-061-2/+2
* igb: Workaround for igb i210 firmware issueChris J Arges2017-01-061-0/+4
* igb: correct register commentsCao jin2017-01-061-1/+1
* igb: Realign bad indentationJoe Perches2017-01-061-9/+6Star
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* igb: update code to better handle incrementing page countAlexander Duyck2016-12-152-8/+23
* igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck2016-12-151-20/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-2/+6
|\
| * igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-011-2/+6
* | ptp: igb: Use the high resolution frequency method.Richard Cochran2016-11-101-8/+8
* | ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-182-12/+6Star
|/
* igb: restore PPS signal on igb_ptp_resetJacob Keller2016-09-282-1/+5
* igb: bump version to igb-5.4.0Todd Fujinaka2016-09-281-1/+1
* igb: fix non static symbol warningWei Yongjun2016-09-281-2/+2
* net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-241-3/+6
* ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre2016-09-221-1/+1
* igb: fix error code in igb_add_ethtool_nfc_entry()Gangfeng Huang2016-08-191-1/+1
* igb: support RX flow classification by VLAN priorityGangfeng Huang2016-08-194-7/+92
* igb: support RX flow classification by ethertypeGangfeng Huang2016-08-194-6/+101
* igb: add support of RX network flow classificationGangfeng Huang2016-08-193-0/+270
* igb: fix adjusting PTP timestamps for Tx/Rx latencyKshitiz Gupta2016-08-161-3/+23
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-7/+3Star
|\
| * ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn2016-06-231-7/+3Star
* | igb: Only DMA sync frame lengthAndrew Lunn2016-06-291-3/+4
* | igb: call igb_ptp_suspend during suspend/resume cycleJacob Keller2016-06-291-0/+2
* | igb: implement igb_ptp_suspendJacob Keller2016-06-292-5/+18
* | igb: re-use igb_ptp_reset in igb_ptp_initJacob Keller2016-06-292-33/+18Star
* | igb: introduce IGB_PTP_OVERFLOW_CHECK flagJacob Keller2016-06-292-13/+9Star
* | igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTPJacob Keller2016-06-292-4/+8
|/
* intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck2016-05-211-0/+1
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-211-2/+1Star
* igb/igbvf: Add support for GSO partialAlexander Duyck2016-05-141-41/+96
* igb: adjust PTP timestamps for Tx/Rx latencyNathan Sullivan2016-05-142-0/+44
* igb: make igb_update_pf_vlvf staticJacob Keller2016-05-131-1/+1
* igb: use BIT() macro or unsigned prefixJacob Keller2016-05-1311-136/+136
* drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal2016-05-041-1/+1
* Revert "igb: Fix a deadlock in igb_sriov_reinit"Arika Chen2016-04-071-1/+0Star
* igb: Garbled output for "ethtool -m"Doron Shikmoni2016-04-061-1/+2
* igb: allow setting MAC address on i211 using a device tree blobJohn Holland2016-04-061-3/+6
* igb: Add support for bulk Tx cleanup & cleanup boolean logicAlexander Duyck2016-04-061-5/+7
* igb: Fix sparse warning about passing __beXX into leXX_to_cpupAlexander Duyck2016-04-061-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1911-504/+752
|\
| * igb: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-02-253-6/+8
| * igb: Fix VLAN tag stripping on Intel i350Corinna Vinschen2016-02-251-9/+32
| * igb: Add support for generic Tx checksumsAlexander Duyck2016-02-251-58/+48Star