summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* igb: Fix TX map failure pathJean-Philippe Brucker2017-10-261-1/+1
* igb: do not drop PF mailbox lock after read of VF messageGreg Edwards2017-08-081-4/+10
* igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen2017-08-081-2/+0
* igb: protect TX timestamping from API misuseCliff Spradlin2017-08-081-1/+2
* igb: Fix error of RX network flow classificationGangfeng Huang2017-08-081-2/+2
* igb: make a few local functions staticColin Ian King2017-06-071-6/+6
* igb: Remove useless argumentBenjamin Poirier2017-06-061-5/+5
* igb: check for Tx timestamp timeouts during watchdogJacob Keller2017-06-061-0/+1
* igb: add statistic indicating number of skipped Tx timestampsJacob Keller2017-06-061-0/+2
* igb: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller2017-06-061-5/+18
* igb: mark PM functions as __maybe_unusedArnd Bergmann2017-06-061-13/+5
* igb: Enable reading of wake up packetKim Tatt Chuah2017-04-201-1/+35
* igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin2017-04-201-13/+134
* igb: improve MAC filter handlingYury Kylulin2017-04-201-65/+181
* igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code commentAlexander Duyck2017-03-171-1/+1
* igb: Re-add support for build_skb in igbAlexander Duyck2017-03-171-0/+47
* igb: Break out Rx buffer page managementAlexander Duyck2017-03-171-114/+121
* igb: Add support for padding packetAlexander Duyck2017-03-171-2/+12
* igb: Add support for using order 1 pages to receive large framesAlexander Duyck2017-03-171-17/+47
* igb: Use page_address offset from page instead of masking virtual addressAlexander Duyck2017-03-171-6/+5
* igb: Limit maximum frame Rx based on MTUAlexander Duyck2017-03-171-4/+17
* igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ringAlexander Duyck2017-03-171-47/+73
* igb: Clear Rx buffer_info in configure instead of cleanAlexander Duyck2017-03-171-14/+10
* igb: Use length to determine if descriptor is doneAlexander Duyck2017-03-171-6/+8
* igb: Add support for DMA_ATTR_WEAK_ORDERINGAlexander Duyck2017-03-171-3/+3
* net: Remove usage of net_device last_rx memberTobias Klauser2017-01-181-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-111-3/+3
|\
| * mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck2017-01-101-3/+3
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-6/+4
* | igb: close/suspend race in netif_device_detachTodd Fujinaka2017-01-061-9/+12
* | igb: re-assign hw address pointer on reset after PCI errorGuilherme G Piccoli2017-01-061-0/+5
* | igb: use igb_adapter->io_addr instead of e1000_hw->hw_addrCao jin2017-01-061-2/+2
|/
* 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