summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * i40e/i40evf: Remove VF Rx csum offload for tunneled packetsalice michael2017-04-201-7/+0
| * i40evf: Use net_device_stats from struct net_deviceTobias Klauser2017-04-203-28/+11
* | ixgbe: Fix output from ixgbe_dumpAlexander Duyck2017-04-191-3/+1
* | ixgbe: Add support for maximum headroom when using build_skbAlexander Duyck2017-04-182-8/+53
* | ixgbe: add check for VETO bit when configuring link for KRTony Nguyen2017-04-181-0/+3
* | ixgbevf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-04-181-11/+11
* | ixgbe: Remove unused defineDon Skidmore2017-04-181-3/+0
* | ixgbe: do not use adapter->num_vfs when setting VFs via module parameterEmil Tantilov2017-04-183-30/+28
* | ixgbe: return early instead of wrap block in if statementEmil Tantilov2017-04-181-44/+41
* | ixgbe: move num_vfs_macvlans allocation into separate functionEmil Tantilov2017-04-181-19/+29
* | ixgbe: add default setup_link for x550em_a MAC typeEmil Tantilov2017-04-181-1/+1
* | ixgbe: list X553 backplane speeds correctlyDon Skidmore2017-04-182-0/+19
* | ixgbe: Add X552 XFI backplane supportDon Skidmore2017-04-184-0/+18
* | ixgbe: Complete support for X553 sgmiiDon Skidmore2017-04-181-2/+27
* | ixgbe: Remove driver config for KX4 PHYTony Nguyen2017-04-183-52/+3
* | ixgbe: Remove pr_cont usesJoe Perches2017-04-181-37/+47
* | ixgbe: Avoid Tx hang by not allowing more than the number of VFs supported.Usha Ketineni2017-04-182-3/+26
|/
* i40e/i40evf: Use build_skb to build framesAlexander Duyck2017-04-082-0/+94
* i40e/i40evf: Add support for padding start of framesAlexander Duyck2017-04-086-8/+179
* i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck2017-04-086-27/+60
* i40e: clean up historic deprecated flag definitionsJacob Keller2017-04-081-3/+0
* i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael2017-04-083-3/+0
* i40e: remove extraneous loop in i40e_vsi_wait_queues_disabledJacob Keller2017-04-081-7/+3
* i40e: allow look-up of MAC address from Open Firmware or IDPROMJacob Keller2017-04-081-13/+16
* i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady2017-04-085-64/+15
* i40e: Decrease the scope of rtnl lockMaciej Sosin2017-04-083-45/+101
* i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR EvictionAlexander Duyck2017-04-081-4/+2
* i40e: update error message when trying to add invalid filtersJacob Keller2017-04-081-4/+5
* i40e: only register client on iWarp-capable devicesMitch Williams2017-04-081-8/+11
* i40e: close client on remove and shutdownMitch Williams2017-04-071-0/+10
* i40e: register existing client on probeMitch Williams2017-04-071-0/+6
* i40e: remove client instance on driver unloadMitch Williams2017-04-071-0/+3
* i40e/i40evf: Add capability exchange for outer checksumPreethi Banala2017-04-076-56/+74
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2017-04-065-133/+239
|\
| * fm10k: do not enqueue mailbox when host not readyNgai-Mint Kwan2017-04-061-25/+80
| * fm10k: disable receive queue when configuring ringNgai-Mint Kwan2017-04-061-0/+1
| * fm10k: update function header comment for fm10k_get_stats64Jacob Keller2017-04-061-2/+2
| * fm10k: allow service task to reschedule itselfJacob Keller2017-04-062-1/+13
| * fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller2017-04-065-57/+61
| * fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller2017-04-065-48/+82
| * fm10k: correctly check if interface is removedPhil Turnbull2017-04-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-062-5/+13
|\ \ | |/ |/|
| * i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck2017-03-251-4/+12
| * Revert "e1000e: driver trying to free already-free irq"Jeff Kirsher2017-03-241-1/+1
* | drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+1
* | i40e: fix for queue timing delaysWyborny, Carolyn2017-03-291-0/+6
* | i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck2017-03-296-27/+41
* | i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck2017-03-294-1/+111
* | i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag codeAlexander Duyck2017-03-292-146/+130
* | i40e/i40evf: Pull out code for cleaning up Rx buffersAlexander Duyck2017-03-292-56/+89