aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAge
* mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck2017-01-10
* igb: update code to better handle incrementing page countAlexander Duyck2016-12-14
* igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck2016-12-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-03
|\
| * igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-01
* | ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-18
|/
* igb: bump version to igb-5.4.0Todd Fujinaka2016-09-27
* net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-24
* igb: add support of RX network flow classificationGangfeng Huang2016-08-19
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-02
|\
| * ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn2016-06-23
* | igb: Only DMA sync frame lengthAndrew Lunn2016-06-29
* | igb: call igb_ptp_suspend during suspend/resume cycleJacob Keller2016-06-29
* | igb: re-use igb_ptp_reset in igb_ptp_initJacob Keller2016-06-29
|/
* intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck2016-05-20
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-20
* igb/igbvf: Add support for GSO partialAlexander Duyck2016-05-13
* igb: make igb_update_pf_vlvf staticJacob Keller2016-05-13
* igb: use BIT() macro or unsigned prefixJacob Keller2016-05-13
* drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal2016-05-04
* Revert "igb: Fix a deadlock in igb_sriov_reinit"Arika Chen2016-04-07
* igb: allow setting MAC address on i211 using a device tree blobJohn Holland2016-04-06
* igb: Add support for bulk Tx cleanup & cleanup boolean logicAlexander Duyck2016-04-06
* igb: Fix sparse warning about passing __beXX into leXX_to_cpupAlexander Duyck2016-04-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-19
|\
| * igb: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-02-24
| * igb: Fix VLAN tag stripping on Intel i350Corinna Vinschen2016-02-24
| * igb: Add support for generic Tx checksumsAlexander Duyck2016-02-24
| * igb: rename igb define to be more genericTodd Fujinaka2016-02-24
| * igb: enable WoL for OEM devices regardless of EEPROM settingTodd Fujinaka2016-02-24
| * igb: When GbE link up, wait for Remote receiver status conditionTakuma Ueba2016-02-24
| * igb: Add workaround for VLAN tag stripping on 82576Alexander Duyck2016-02-15
| * igb: Enable use of "bridge fdb add" to set unicast table entriesAlexander Duyck2016-02-15
| * igb: Drop unnecessary checks in transmit pathAlexander Duyck2016-02-15
| * igb: Add support for VLAN promiscuous with SR-IOV and NTUPLEAlexander Duyck2016-02-15
| * igb: Clean-up configuration of VF port VLANsAlexander Duyck2016-02-15
| * igb: Merge VLVF configuration into igb_vfta_setAlexander Duyck2016-02-15
| * igb: Always enable VLAN 0 even if 8021q is not loadedAlexander Duyck2016-02-15
| * igb: Do not factor VLANs into RLPML calculationAlexander Duyck2016-02-15
| * igb: Allow asymmetric configuration of MTU versus Rx frame sizeAlexander Duyck2016-02-15
| * igb: clean up code for setting MAC addressAlexander Duyck2016-02-15
| * igb: Unpair the queues when changing the number of queuesShota Suzuki2016-02-15
| * igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()Shota Suzuki2016-02-15
* | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-17
|/
* sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-15
* igb: improve handling of disconnected adaptersJarod Wilson2015-12-13
* igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich2015-12-13
* igb: don't unmap NULL hw_addrJarod Wilson2015-12-13
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-16
* net: igb: avoid using timespecArnd Bergmann2015-10-05