summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* igb: restore PPS signal on igb_ptp_resetJacob Keller2016-09-272-1/+5
* igb: bump version to igb-5.4.0Todd Fujinaka2016-09-271-1/+1
* igb: fix non static symbol warningWei Yongjun2016-09-271-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-181-1/+1
* igb: support RX flow classification by VLAN priorityGangfeng Huang2016-08-184-7/+92
* igb: support RX flow classification by ethertypeGangfeng Huang2016-08-184-6/+101
* igb: add support of RX network flow classificationGangfeng Huang2016-08-183-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/+3
|\
| * ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn2016-06-231-7/+3
* | 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/+18
* | igb: introduce IGB_PTP_OVERFLOW_CHECK flagJacob Keller2016-06-292-13/+9
* | 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-201-0/+1
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-201-2/+1
* igb/igbvf: Add support for GSO partialAlexander Duyck2016-05-131-41/+96
* igb: adjust PTP timestamps for Tx/Rx latencyNathan Sullivan2016-05-132-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-061-1/+0
* 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-243-6/+8
| * igb: Fix VLAN tag stripping on Intel i350Corinna Vinschen2016-02-241-9/+32
| * igb: Add support for generic Tx checksumsAlexander Duyck2016-02-241-58/+48
| * igb: rename igb define to be more genericTodd Fujinaka2016-02-242-4/+4
| * igb: add conditions for I210 to generate periodic clock outputRoland Hii2016-02-241-1/+2
| * igb: enable WoL for OEM devices regardless of EEPROM settingTodd Fujinaka2016-02-241-0/+20
| * igb: constify e1000_phy_operations structureJulia Lawall2016-02-242-2/+2
| * igb: When GbE link up, wait for Remote receiver status conditionTakuma Ueba2016-02-241-0/+20
| * igb: Add workaround for VLAN tag stripping on 82576Alexander Duyck2016-02-152-12/+16
| * igb: Enable use of "bridge fdb add" to set unicast table entriesAlexander Duyck2016-02-151-9/+30
| * igb: Drop unnecessary checks in transmit pathAlexander Duyck2016-02-151-10/+0
| * igb: Add support for VLAN promiscuous with SR-IOV and NTUPLEAlexander Duyck2016-02-152-72/+242
| * igb: Clean-up configuration of VF port VLANsAlexander Duyck2016-02-151-71/+110
| * igb: Merge VLVF configuration into igb_vfta_setAlexander Duyck2016-02-153-92/+135
| * igb: Always enable VLAN 0 even if 8021q is not loadedAlexander Duyck2016-02-151-2/+3
| * igb: Do not factor VLANs into RLPML calculationAlexander Duyck2016-02-152-42/+2
| * igb: Allow asymmetric configuration of MTU versus Rx frame sizeAlexander Duyck2016-02-152-68/+42
| * igb: Refactor VFTA configurationAlexander Duyck2016-02-154-76/+67
| * igb: clean up code for setting MAC addressAlexander Duyck2016-02-151-5/+4