summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * igb/igbvf: don't give upMitch Williams2016-02-151-6/+12
| * igb: Unpair the queues when changing the number of queuesShota Suzuki2016-02-151-0/+2
| * igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()Shota Suzuki2016-02-151-8/+0
* | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
|/
* sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-151-2/+2
* igb: Explicitly label self-test result indicesJoe Schultz2015-12-141-14/+24
* igb: Improve cable length function for I210, etc.Joe Schultz2015-12-143-9/+51
* igb: Don't add PHY address to PCDL addressAaron Sierra2015-12-141-2/+1
* igb: Remove GS40G specific defines/functionsAaron Sierra2015-12-145-106/+11
* igb: improve handling of disconnected adaptersJarod Wilson2015-12-122-5/+3
* igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich2015-12-121-0/+7
* igb: use the correct i210 register for EEMNGCTLTodd Fujinaka2015-12-124-0/+30
* igb: don't unmap NULL hw_addrJarod Wilson2015-12-122-4/+8
* igb: add 88E1543 initialization codeTodd Fujinaka2015-12-124-0/+103
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-161-6/+11
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-4/+0
* net: igb: avoid using timespecArnd Bergmann2015-10-053-13/+14
* igb: assume MSI-X interrupts during initializationStefan Assmann2015-09-281-0/+3
OpenPOWER on IntegriCloud