summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache linesAlexander Duyck2017-03-032-2/+3
* ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni2017-03-033-4/+20
* scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* scripts/spelling.txt: add "applys" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada2017-02-281-3/+1Star
* i40e: Invoke softirqs after napi_rescheduleBenjamin Poirier2017-02-191-0/+2
* i40e: remove duplicate device id from PCI tableCarolyn Wyborny2017-02-191-1/+0Star
* i40e: mark the value passed to csum_replace_by_diff as __wsumJacob Keller2017-02-192-4/+6
* i40e: Error handling for link eventHarshitha Ramamurthy2017-02-192-2/+13
* i40e: properly convert le16 value to CPU formatJacob Keller2017-02-191-5/+6
* i40e: convert to cpu from le16 to generate switch_id correctlyJacob Keller2017-02-191-2/+3
* i40e: refactor AQ CMD buffer debug printingAlan Brady2017-02-192-14/+24
* i40e: Fix Adaptive ITR enablingCarolyn Wyborny2017-02-192-12/+12
* i40evf: add commentMitch Williams2017-02-191-0/+5
* i40evf: free rings in remove functionMitch Williams2017-02-191-1/+2
* i40e: remove unnecessary call to i40e_update_link_infoJacob Keller2017-02-191-1/+0Star
* i40e: enable mc magic pkt wakeup during power downJoshua Hay2017-02-193-10/+67
* i40e: fix disable overflow promiscuous modeAlan Brady2017-02-191-5/+7
* ixgbe: Don't bother clearing buffer memory for descriptor ringsAlexander Duyck2017-02-162-71/+99
* ixgbe: Add support for build_skbAlexander Duyck2017-02-161-1/+48
* ixgbe: Add private flag to control buffer modeAlexander Duyck2017-02-161-0/+47
* ixgbe: Add support for padding packetAlexander Duyck2017-02-162-4/+56
* ixgbe: Break out Rx buffer page managementAlexander Duyck2017-02-161-109/+122
* ixgbe: Use length to determine if descriptor is doneAlexander Duyck2017-02-162-7/+9
* ixgbe: Make use of order 1 pages and 3K buffers independent of FCoEAlexander Duyck2017-02-162-17/+22
* ixgbe: Update code to better handle incrementing page countAlexander Duyck2017-02-162-15/+31
* ixgbe: Update driver to make use of DMA attributes in Rx pathAlexander Duyck2017-02-162-19/+40
* ixgbe: Only DMA sync frame lengthAlexander Duyck2017-02-161-5/+5
* ixgbe: Add function for checking to see if we can reuse pageAlexander Duyck2017-02-161-29/+42
* ixgbe: Update version to reflect added functionalityMark Rustad2017-02-161-1/+1
* ixgbe: prefix Data Center Bridge ops structStephen Hemminger2017-02-163-3/+3
* ixgbe: Support 2.5Gb and 5Gb speedTony Nguyen2017-02-162-3/+10
* i40e: Save more link abilities when using ethtoolHenry Tieman2017-02-121-0/+3
* i40e: avoid race condition when sending filters to firmware for additionJacob Keller2017-02-122-51/+112
* i40e: allow i40e_update_filter_state to skip broadcast filtersJacob Keller2017-02-121-8/+29
* i40e: don't warn every time we clear an Rx timestamp registerJacob Keller2017-02-121-5/+16
* i40e: Save link FEC info from link up eventHenry Tieman2017-02-124-2/+23
* i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari2017-02-126-13/+19
* i40e: Clean up dead codeMitch Williams2017-02-121-10/+3Star
* i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari2017-02-122-2/+2
* i40e: update comment explaining where FDIR buffers are freedJacob Keller2017-02-121-1/+6
* i40e/i40evf: eliminate i40e_pull_tail()Scott Peterson2017-02-122-152/+186
* i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ringScott Peterson2017-02-124-33/+46
* i40e/i40evf: Limit DMA sync of RX buffers to actual packet sizeScott Peterson2017-02-122-14/+18
* i40evf: track outstanding client requestMitch Williams2017-02-123-0/+6
* i40e: don't check params until after checking for client instanceJacob Keller2017-02-121-2/+2
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-02-0414-153/+129Star
|\
| * i40e: add interrupt rate limit verbosityAlan Brady2017-02-031-3/+10
| * i40e: refactor macro INTRL_USEC_TO_REGAlan Brady2017-02-033-3/+16
| * i40e: remove unused functionMitch Williams2017-02-032-36/+0Star