aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-24i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck1-4/+12
2017-03-24Revert "e1000e: driver trying to free already-free irq"Jeff Kirsher1-1/+1
2017-03-02ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache linesAlexander Duyck2-2/+3
2017-03-02ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni3-4/+20
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "applys" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada1-3/+1
2017-02-18i40e: Invoke softirqs after napi_rescheduleBenjamin Poirier1-0/+2
2017-02-18i40e: remove duplicate device id from PCI tableCarolyn Wyborny1-1/+0
2017-02-18i40e: mark the value passed to csum_replace_by_diff as __wsumJacob Keller2-4/+6
2017-02-18i40e: Error handling for link eventHarshitha Ramamurthy2-2/+13
2017-02-18i40e: properly convert le16 value to CPU formatJacob Keller1-5/+6
2017-02-18i40e: convert to cpu from le16 to generate switch_id correctlyJacob Keller1-2/+3
2017-02-18i40e: refactor AQ CMD buffer debug printingAlan Brady2-14/+24
2017-02-18i40e: Fix Adaptive ITR enablingCarolyn Wyborny2-12/+12
2017-02-18i40evf: add commentMitch Williams1-0/+5
2017-02-18i40evf: free rings in remove functionMitch Williams1-1/+2
2017-02-18i40e: remove unnecessary call to i40e_update_link_infoJacob Keller1-1/+0
2017-02-18i40e: enable mc magic pkt wakeup during power downJoshua Hay3-10/+67
2017-02-18i40e: fix disable overflow promiscuous modeAlan Brady1-5/+7
2017-02-16ixgbe: Don't bother clearing buffer memory for descriptor ringsAlexander Duyck2-71/+99
2017-02-16ixgbe: Add support for build_skbAlexander Duyck1-1/+48
2017-02-16ixgbe: Add private flag to control buffer modeAlexander Duyck1-0/+47
2017-02-16ixgbe: Add support for padding packetAlexander Duyck2-4/+56
2017-02-16ixgbe: Break out Rx buffer page managementAlexander Duyck1-109/+122
2017-02-16ixgbe: Use length to determine if descriptor is doneAlexander Duyck2-7/+9
2017-02-16ixgbe: Make use of order 1 pages and 3K buffers independent of FCoEAlexander Duyck2-17/+22
2017-02-16ixgbe: Update code to better handle incrementing page countAlexander Duyck2-15/+31
2017-02-16ixgbe: Update driver to make use of DMA attributes in Rx pathAlexander Duyck2-19/+40
2017-02-16ixgbe: Only DMA sync frame lengthAlexander Duyck1-5/+5
2017-02-16ixgbe: Add function for checking to see if we can reuse pageAlexander Duyck1-29/+42
2017-02-16ixgbe: Update version to reflect added functionalityMark Rustad1-1/+1
2017-02-16ixgbe: prefix Data Center Bridge ops structStephen Hemminger3-3/+3
2017-02-16ixgbe: Support 2.5Gb and 5Gb speedTony Nguyen2-3/+10
2017-02-11i40e: Save more link abilities when using ethtoolHenry Tieman1-0/+3
2017-02-11i40e: avoid race condition when sending filters to firmware for additionJacob Keller2-51/+112
2017-02-11i40e: allow i40e_update_filter_state to skip broadcast filtersJacob Keller1-8/+29
2017-02-11i40e: don't warn every time we clear an Rx timestamp registerJacob Keller1-5/+16
2017-02-11i40e: Save link FEC info from link up eventHenry Tieman4-2/+23
2017-02-11i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari6-13/+19
2017-02-11i40e: Clean up dead codeMitch Williams1-10/+3
2017-02-11i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari2-2/+2
2017-02-11i40e: update comment explaining where FDIR buffers are freedJacob Keller1-1/+6
2017-02-11i40e/i40evf: eliminate i40e_pull_tail()Scott Peterson2-152/+186
2017-02-11i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ringScott Peterson4-33/+46
2017-02-11i40e/i40evf: Limit DMA sync of RX buffers to actual packet sizeScott Peterson2-14/+18
2017-02-11i40evf: track outstanding client requestMitch Williams3-0/+6
2017-02-11i40e: don't check params until after checking for client instanceJacob Keller1-2/+2
2017-02-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller14-153/+129
2017-02-03ixgbevf: get rid of custom busy polling codeEric Dumazet3-215/+0