summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* igb: Clear TXSTMP when ptp_tx_work() is timeoutDaniel Hua2018-01-241-0/+9
* igb: Delete an error message for a failed memory allocation in igb_enable_sri...Markus Elfring2018-01-241-2/+0Star
* igb: Free IRQs when device is hotpluggedLyude Paul2018-01-241-1/+1
* igb: Clarify idleslope config constraintsJesus Sanchez-Palencia2018-01-241-0/+14
* igb: add function to get maximum RSS queuesZhang Shengju2018-01-243-33/+12Star
* igb: Allow to remove administratively set MAC on VFsCorinna Vinschen2018-01-241-11/+31
* igb: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-154-10/+394
|\
| * net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel2017-11-081-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-1/+1
| |\
| * | igb: Add support for CBS offloadAndre Guedes2017-10-274-0/+384
| * | ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-181-10/+8Star
| * | igb: check memory allocation failureChristophe JAILLET2017-10-101-0/+2
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-1/+1
|\ \ \ | | |/ | |/|
| * | igb: Fix TX map failure pathJean-Philippe Brucker2017-10-261-1/+1
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-2/+2
|/
* igb: support BCM54616 PHYJohn W Linville2017-08-093-0/+8
* igb: do not drop PF mailbox lock after read of VF messageGreg Edwards2017-08-094-12/+26
* igb: expose mailbox unlock methodGreg Edwards2017-08-093-0/+41
* igb: add argument names to mailbox op function declarationsGreg Edwards2017-08-092-13/+14
* igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen2017-08-091-2/+0Star
* igb: protect TX timestamping from API misuseCliff Spradlin2017-08-091-1/+2
* igb: Fix error of RX network flow classificationGangfeng Huang2017-08-091-2/+2
* igb: make a few local functions staticColin Ian King2017-06-081-6/+6
* igb: Remove useless argumentBenjamin Poirier2017-06-063-7/+7
* igb: check for Tx timestamp timeouts during watchdogJacob Keller2017-06-063-0/+31
* igb: add statistic indicating number of skipped Tx timestampsJacob Keller2017-06-063-0/+4
* igb: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller2017-06-061-5/+18
* igb: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller2017-06-061-2/+10
* igb: mark PM functions as __maybe_unusedArnd Bergmann2017-06-061-13/+5Star
* igb: Explicitly select page 0 at initializationMatwey V Kornilov2017-06-061-0/+1
* net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
* scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-091-1/+1
* igb: Enable reading of wake up packetKim Tatt Chuah2017-04-212-1/+56
* igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin2017-04-213-13/+150
* igb: improve MAC filter handlingYury Kylulin2017-04-212-65/+192
* 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/+7Star
* 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/+10Star
* 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