summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck2017-01-101-3/+3
* igb: update code to better handle incrementing page countAlexander Duyck2016-12-141-7/+17
* igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck2016-12-141-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
* | ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-181-11/+4
|/
* igb: bump version to igb-5.4.0Todd Fujinaka2016-09-271-1/+1
* net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-241-3/+6
* igb: add support of RX network flow classificationGangfeng Huang2016-08-181-0/+45
* 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: re-use igb_ptp_reset in igb_ptp_initJacob Keller2016-06-291-1/+2
|/
* 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: make igb_update_pf_vlvf staticJacob Keller2016-05-131-1/+1
* igb: use BIT() macro or unsigned prefixJacob Keller2016-05-131-24/+24
* 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: 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-191-412/+545
|\
| * igb: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-02-241-4/+4
| * 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-241-2/+2
| * igb: enable WoL for OEM devices regardless of EEPROM settingTodd Fujinaka2016-02-241-0/+20
| * 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-151-12/+14
| * 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-151-72/+241
| * igb: Clean-up configuration of VF port VLANsAlexander Duyck2016-02-151-71/+110
| * igb: Merge VLVF configuration into igb_vfta_setAlexander Duyck2016-02-151-87/+18
| * 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-151-41/+2
| * igb: Allow asymmetric configuration of MTU versus Rx frame sizeAlexander Duyck2016-02-151-67/+40
| * igb: clean up code for setting MAC addressAlexander Duyck2016-02-151-5/+4
| * 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: improve handling of disconnected adaptersJarod Wilson2015-12-121-3/+2
* igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich2015-12-121-0/+7
* igb: don't unmap NULL hw_addrJarod Wilson2015-12-121-4/+6
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-161-6/+11
* net: igb: avoid using timespecArnd Bergmann2015-10-051-7/+8