aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2016-12-01igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck1-2/+6
2016-11-09ptp: igb: Use the high resolution frequency method.Richard Cochran1-8/+8
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson2-12/+6
2016-09-27igb: restore PPS signal on igb_ptp_resetJacob Keller2-1/+5
2016-09-27igb: bump version to igb-5.4.0Todd Fujinaka1-1/+1
2016-09-27igb: 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-18igb: fix error code in igb_add_ethtool_nfc_entry()Gangfeng Huang1-1/+1
2016-08-18igb: support RX flow classification by VLAN priorityGangfeng Huang4-7/+92
2016-08-18igb: support RX flow classification by ethertypeGangfeng Huang4-6/+101
2016-08-18igb: 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-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus 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-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck1-0/+1
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+1
2016-05-13igb/igbvf: Add support for GSO partialAlexander Duyck1-41/+96
2016-05-13igb: adjust PTP timestamps for Tx/Rx latencyNathan Sullivan2-0/+44
2016-05-13igb: make igb_update_pf_vlvf staticJacob Keller1-1/+1
2016-05-13igb: 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-06Revert "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
2016-04-06igb: Add support for bulk Tx cleanup & cleanup boolean logicAlexander Duyck1-5/+7
2016-04-06igb: Fix sparse warning about passing __beXX into leXX_to_cpupAlexander Duyck1-4/+6
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-504/+752
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-02-24igb: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-6/+8
2016-02-24igb: Fix VLAN tag stripping on Intel i350Corinna Vinschen1-9/+32
2016-02-24igb: Add support for generic Tx checksumsAlexander Duyck1-58/+48
2016-02-24igb: rename igb define to be more genericTodd Fujinaka2-4/+4
2016-02-24igb: add conditions for I210 to generate periodic clock outputRoland Hii1-1/+2
2016-02-24igb: enable WoL for OEM devices regardless of EEPROM settingTodd Fujinaka1-0/+20
2016-02-24igb: constify e1000_phy_operations structureJulia Lawall2-2/+2
2016-02-24igb: When GbE link up, wait for Remote receiver status conditionTakuma Ueba1-0/+20
2016-02-15igb: Add workaround for VLAN tag stripping on 82576Alexander Duyck2-12/+16
2016-02-15igb: Enable use of "bridge fdb add" to set unicast table entriesAlexander Duyck1-9/+30
2016-02-15igb: Drop unnecessary checks in transmit pathAlexander Duyck1-10/+0
2016-02-15igb: Add support for VLAN promiscuous with SR-IOV and NTUPLEAlexander Duyck2-72/+242
2016-02-15igb: Clean-up configuration of VF port VLANsAlexander Duyck1-71/+110
2016-02-15igb: Merge VLVF configuration into igb_vfta_setAlexander Duyck3-92/+135