summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2017-03-24i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck
2017-03-24Revert "e1000e: driver trying to free already-free irq"Jeff Kirsher
2017-03-02ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache linesAlexander Duyck
2017-03-02ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada
2017-02-27scripts/spelling.txt: add "applys" pattern and fix typo instancesMasahiro Yamada
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada
2017-02-18i40e: Invoke softirqs after napi_rescheduleBenjamin Poirier
2017-02-18i40e: remove duplicate device id from PCI tableCarolyn Wyborny
2017-02-18i40e: mark the value passed to csum_replace_by_diff as __wsumJacob Keller
2017-02-18i40e: Error handling for link eventHarshitha Ramamurthy
2017-02-18i40e: properly convert le16 value to CPU formatJacob Keller
2017-02-18i40e: convert to cpu from le16 to generate switch_id correctlyJacob Keller
2017-02-18i40e: refactor AQ CMD buffer debug printingAlan Brady
2017-02-18i40e: Fix Adaptive ITR enablingCarolyn Wyborny
2017-02-18i40evf: add commentMitch Williams
2017-02-18i40evf: free rings in remove functionMitch Williams
2017-02-18i40e: remove unnecessary call to i40e_update_link_infoJacob Keller
2017-02-18i40e: enable mc magic pkt wakeup during power downJoshua Hay
2017-02-18i40e: fix disable overflow promiscuous modeAlan Brady
2017-02-16ixgbe: Don't bother clearing buffer memory for descriptor ringsAlexander Duyck
2017-02-16ixgbe: Add support for build_skbAlexander Duyck
2017-02-16ixgbe: Add private flag to control buffer modeAlexander Duyck
2017-02-16ixgbe: Add support for padding packetAlexander Duyck
2017-02-16ixgbe: Break out Rx buffer page managementAlexander Duyck
2017-02-16ixgbe: Use length to determine if descriptor is doneAlexander Duyck
2017-02-16ixgbe: Make use of order 1 pages and 3K buffers independent of FCoEAlexander Duyck
2017-02-16ixgbe: Update code to better handle incrementing page countAlexander Duyck
2017-02-16ixgbe: Update driver to make use of DMA attributes in Rx pathAlexander Duyck
2017-02-16ixgbe: Only DMA sync frame lengthAlexander Duyck
2017-02-16ixgbe: Add function for checking to see if we can reuse pageAlexander Duyck
2017-02-16ixgbe: Update version to reflect added functionalityMark Rustad
2017-02-16ixgbe: prefix Data Center Bridge ops structStephen Hemminger
2017-02-16ixgbe: Support 2.5Gb and 5Gb speedTony Nguyen
2017-02-11i40e: Save more link abilities when using ethtoolHenry Tieman
2017-02-11i40e: avoid race condition when sending filters to firmware for additionJacob Keller
2017-02-11i40e: allow i40e_update_filter_state to skip broadcast filtersJacob Keller
2017-02-11i40e: don't warn every time we clear an Rx timestamp registerJacob Keller
2017-02-11i40e: Save link FEC info from link up eventHenry Tieman
2017-02-11i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari
2017-02-11i40e: Clean up dead codeMitch Williams
2017-02-11i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari
2017-02-11i40e: update comment explaining where FDIR buffers are freedJacob Keller
2017-02-11i40e/i40evf: eliminate i40e_pull_tail()Scott Peterson
2017-02-11i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ringScott Peterson
2017-02-11i40e/i40evf: Limit DMA sync of RX buffers to actual packet sizeScott Peterson
2017-02-11i40evf: track outstanding client requestMitch Williams
2017-02-11i40e: don't check params until after checking for client instanceJacob Keller
2017-02-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-02-03ixgbevf: get rid of custom busy polling codeEric Dumazet