summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* igb: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-211-65/+73
* 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-172-2/+23
* igb: Add support for using order 1 pages to receive large framesAlexander Duyck2017-03-172-18/+76
* igb: Add support for ethtool private flag to allow use of legacy RxAlexander Duyck2017-03-172-0/+49
* igb: Use page_address offset from page instead of masking virtual addressAlexander Duyck2017-03-173-9/+7
* igb: Only sync size of expected frame in ethtool testingAlexander Duyck2017-03-171-2/+2
* igb: Limit maximum frame Rx based on MTUAlexander Duyck2017-03-172-5/+26
* igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ringAlexander Duyck2017-03-173-49/+83
* 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-172-7/+9
* igb: Add support for DMA_ATTR_WEAK_ORDERINGAlexander Duyck2017-03-172-3/+6
* scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* 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: Fix hw_dbg logging in igb_update_flash_i210Hannu Lounento2017-01-061-2/+2
* | igb: add i211 to i210 PHY workaroundTodd Fujinaka2017-01-061-1/+1
* | 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: reset the PHY before reading the PHY IDAaron Sierra2017-01-061-0/+11
* | igb: use igb_adapter->io_addr instead of e1000_hw->hw_addrCao jin2017-01-061-2/+2
* | igb: Workaround for igb i210 firmware issueChris J Arges2017-01-061-0/+4
* | igb: correct register commentsCao jin2017-01-061-1/+1
* | igb: Realign bad indentationJoe Perches2017-01-061-9/+6
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* igb: update code to better handle incrementing page countAlexander Duyck2016-12-142-8/+23
* 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
* | ptp: igb: Use the high resolution frequency method.Richard Cochran2016-11-091-8/+8
* | ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-182-12/+6
|/
* igb: restore PPS signal on igb_ptp_resetJacob Keller2016-09-272-1/+5
* igb: bump version to igb-5.4.0Todd Fujinaka2016-09-271-1/+1
* igb: fix non static symbol warningWei Yongjun2016-09-271-2/+2
* net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-241-3/+6
* ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre2016-09-221-1/+1
* igb: fix error code in igb_add_ethtool_nfc_entry()Gangfeng Huang2016-08-181-1/+1
* igb: support RX flow classification by VLAN priorityGangfeng Huang2016-08-184-7/+92
* igb: support RX flow classification by ethertypeGangfeng Huang2016-08-184-6/+101
* igb: add support of RX network flow classificationGangfeng Huang2016-08-183-0/+270
* igb: fix adjusting PTP timestamps for Tx/Rx latencyKshitiz Gupta2016-08-161-3/+23
* 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: implement igb_ptp_suspendJacob Keller2016-06-292-5/+18
OpenPOWER on IntegriCloud