summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-24igb: Delete an error message for a failed memory allocation in igb_enable_sri...Markus Elfring1-2/+0
2018-01-24igb: Free IRQs when device is hotpluggedLyude Paul1-1/+1
2018-01-24igb: Clarify idleslope config constraintsJesus Sanchez-Palencia1-0/+14
2018-01-24igb: add function to get maximum RSS queuesZhang Shengju1-2/+10
2018-01-24igb: Allow to remove administratively set MAC on VFsCorinna Vinschen1-11/+31
2017-11-22igb: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+357
2017-11-08net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-1/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-27igb: Add support for CBS offloadAndre Guedes1-0/+347
2017-10-26igb: Fix TX map failure pathJean-Philippe Brucker1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook1-10/+8
2017-10-10igb: check memory allocation failureChristophe JAILLET1-0/+2
2017-08-09igb: do not drop PF mailbox lock after read of VF messageGreg Edwards1-4/+10
2017-08-09igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen1-2/+0
2017-08-09igb: protect TX timestamping from API misuseCliff Spradlin1-1/+2
2017-08-09igb: Fix error of RX network flow classificationGangfeng Huang1-2/+2
2017-06-08igb: make a few local functions staticColin Ian King1-6/+6
2017-06-06igb: Remove useless argumentBenjamin Poirier1-5/+5
2017-06-06igb: check for Tx timestamp timeouts during watchdogJacob Keller1-0/+1
2017-06-06igb: add statistic indicating number of skipped Tx timestampsJacob Keller1-0/+2
2017-06-06igb: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller1-5/+18
2017-06-06igb: mark PM functions as __maybe_unusedArnd Bergmann1-13/+5
2017-04-21igb: Enable reading of wake up packetKim Tatt Chuah1-1/+35
2017-04-21igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin1-13/+134
2017-04-21igb: improve MAC filter handlingYury Kylulin1-65/+181
2017-03-17igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code commentAlexander Duyck1-1/+1
2017-03-17igb: Re-add support for build_skb in igbAlexander Duyck1-0/+47
2017-03-17igb: Break out Rx buffer page managementAlexander Duyck1-114/+121
2017-03-17igb: Add support for padding packetAlexander Duyck1-2/+12
2017-03-17igb: Add support for using order 1 pages to receive large framesAlexander Duyck1-17/+47
2017-03-17igb: Use page_address offset from page instead of masking virtual addressAlexander Duyck1-6/+5
2017-03-17igb: Limit maximum frame Rx based on MTUAlexander Duyck1-4/+17
2017-03-17igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ringAlexander Duyck1-47/+73
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