summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-17igb: Clear Rx buffer_info in configure instead of cleanAlexander Duyck1-14/+10
2017-03-17igb: Use length to determine if descriptor is doneAlexander Duyck1-6/+8
2017-03-17igb: Add support for DMA_ATTR_WEAK_ORDERINGAlexander Duyck1-3/+3
2017-01-19net: Remove usage of net_device last_rx memberTobias Klauser1-3/+3
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-01-11mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck1-3/+3
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-6/+4
2017-01-06igb: close/suspend race in netif_device_detachTodd Fujinaka1-9/+12
2017-01-06igb: re-assign hw address pointer on reset after PCI errorGuilherme G Piccoli1-0/+5
2017-01-06igb: use igb_adapter->io_addr instead of e1000_hw->hw_addrCao jin1-2/+2
2016-12-15igb: update code to better handle incrementing page countAlexander Duyck1-7/+17
2016-12-15igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck1-20/+33
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-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson1-11/+4
2016-09-28igb: bump version to igb-5.4.0Todd Fujinaka1-1/+1
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-3/+6
2016-08-19igb: add support of RX network flow classificationGangfeng Huang1-0/+45
2016-08-03Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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: re-use igb_ptp_reset in igb_ptp_initJacob Keller1-1/+2
2016-06-23ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-7/+3
2016-05-21intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck1-0/+1
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+1
2016-05-14igb/igbvf: Add support for GSO partialAlexander Duyck1-41/+96
2016-05-14igb: make igb_update_pf_vlvf staticJacob Keller1-1/+1
2016-05-14igb: use BIT() macro or unsigned prefixJacob Keller1-24/+24
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-04-07Revert "igb: Fix a deadlock in igb_sriov_reinit"Arika Chen1-1/+0
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 Torvalds1-412/+545
2016-03-18mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-02-25igb: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann1-4/+4
2016-02-25igb: Fix VLAN tag stripping on Intel i350Corinna Vinschen1-9/+32
2016-02-25igb: Add support for generic Tx checksumsAlexander Duyck1-58/+48
2016-02-25igb: rename igb define to be more genericTodd Fujinaka1-2/+2
2016-02-25igb: enable WoL for OEM devices regardless of EEPROM settingTodd Fujinaka1-0/+20
2016-02-25igb: When GbE link up, wait for Remote receiver status conditionTakuma Ueba1-0/+20
2016-02-16igb: Add workaround for VLAN tag stripping on 82576Alexander Duyck1-12/+14
2016-02-16igb: Enable use of "bridge fdb add" to set unicast table entriesAlexander Duyck1-9/+30
2016-02-16igb: Drop unnecessary checks in transmit pathAlexander Duyck1-10/+0
2016-02-16igb: Add support for VLAN promiscuous with SR-IOV and NTUPLEAlexander Duyck1-72/+241
2016-02-16igb: Clean-up configuration of VF port VLANsAlexander Duyck1-71/+110
2016-02-16igb: Merge VLVF configuration into igb_vfta_setAlexander Duyck1-87/+18
2016-02-16igb: Always enable VLAN 0 even if 8021q is not loadedAlexander Duyck1-2/+3
2016-02-16igb: Do not factor VLANs into RLPML calculationAlexander Duyck1-41/+2
2016-02-16igb: Allow asymmetric configuration of MTU versus Rx frame sizeAlexander Duyck1-67/+40