aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)Author
2017-06-07igb: make a few local functions staticColin Ian King
2017-06-06igb: Remove useless argumentBenjamin Poirier
2017-06-06igb: check for Tx timestamp timeouts during watchdogJacob Keller
2017-06-06igb: add statistic indicating number of skipped Tx timestampsJacob Keller
2017-06-06igb: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller
2017-06-06igb: mark PM functions as __maybe_unusedArnd Bergmann
2017-04-20igb: Enable reading of wake up packetKim Tatt Chuah
2017-04-20igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin
2017-04-20igb: improve MAC filter handlingYury Kylulin
2017-03-17igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code commentAlexander Duyck
2017-03-17igb: Re-add support for build_skb in igbAlexander Duyck
2017-03-17igb: Break out Rx buffer page managementAlexander Duyck
2017-03-17igb: Add support for padding packetAlexander Duyck
2017-03-17igb: Add support for using order 1 pages to receive large framesAlexander Duyck
2017-03-17igb: Use page_address offset from page instead of masking virtual addressAlexander Duyck
2017-03-17igb: Limit maximum frame Rx based on MTUAlexander Duyck
2017-03-17igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ringAlexander Duyck
2017-03-17igb: Clear Rx buffer_info in configure instead of cleanAlexander Duyck
2017-03-17igb: Use length to determine if descriptor is doneAlexander Duyck
2017-03-17igb: Add support for DMA_ATTR_WEAK_ORDERINGAlexander Duyck
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-10mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-06igb: close/suspend race in netif_device_detachTodd Fujinaka
2017-01-06igb: re-assign hw address pointer on reset after PCI errorGuilherme G Piccoli
2017-01-06igb: use igb_adapter->io_addr instead of e1000_hw->hw_addrCao jin
2016-12-14igb: update code to better handle incrementing page countAlexander Duyck
2016-12-14igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-01igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson
2016-09-27igb: bump version to igb-5.4.0Todd Fujinaka
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh
2016-08-18igb: add support of RX network flow classificationGangfeng Huang
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-29igb: Only DMA sync frame lengthAndrew Lunn
2016-06-29igb: call igb_ptp_suspend during suspend/resume cycleJacob Keller
2016-06-29igb: re-use igb_ptp_reset in igb_ptp_initJacob Keller
2016-06-23ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn
2016-05-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert
2016-05-13igb/igbvf: Add support for GSO partialAlexander Duyck
2016-05-13igb: make igb_update_pf_vlvf staticJacob Keller
2016-05-13igb: use BIT() macro or unsigned prefixJacob Keller
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal
2016-04-06Revert "igb: Fix a deadlock in igb_sriov_reinit"Arika Chen
2016-04-06igb: allow setting MAC address on i211 using a device tree blobJohn Holland
2016-04-06igb: Add support for bulk Tx cleanup & cleanup boolean logicAlexander Duyck
2016-04-06igb: Fix sparse warning about passing __beXX into leXX_to_cpupAlexander Duyck