summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2017-02-12i40e: Save more link abilities when using ethtoolHenry Tieman1-0/+3
2017-02-12i40e: avoid race condition when sending filters to firmware for additionJacob Keller2-51/+112
2017-02-12i40e: allow i40e_update_filter_state to skip broadcast filtersJacob Keller1-8/+29
2017-02-12i40e: don't warn every time we clear an Rx timestamp registerJacob Keller1-5/+16
2017-02-12i40e: Save link FEC info from link up eventHenry Tieman4-2/+23
2017-02-12i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari6-13/+19
2017-02-12i40e: Clean up dead codeMitch Williams1-10/+3
2017-02-12i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari2-2/+2
2017-02-12i40e: update comment explaining where FDIR buffers are freedJacob Keller1-1/+6
2017-02-12i40e/i40evf: eliminate i40e_pull_tail()Scott Peterson2-152/+186
2017-02-12i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ringScott Peterson4-33/+46
2017-02-12i40e/i40evf: Limit DMA sync of RX buffers to actual packet sizeScott Peterson2-14/+18
2017-02-12i40evf: track outstanding client requestMitch Williams3-0/+6
2017-02-12i40e: 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/jkirshe...David S. Miller14-153/+129
2017-02-04ixgbevf: get rid of custom busy polling codeEric Dumazet3-215/+0
2017-02-04ixgbe: get rid of custom busy polling codeEric Dumazet4-224/+5
2017-02-03i40e: add interrupt rate limit verbosityAlan Brady1-3/+10
2017-02-03i40e: refactor macro INTRL_USEC_TO_REGAlan Brady3-3/+16
2017-02-03i40e: remove unused functionMitch Williams2-36/+0
2017-02-03i40e: Remove FPK HyperV VF device IDJayaprakash Shanmugam2-2/+0
2017-02-03i40e: Quick refactor to start moving data off stack and into Tx buffer infoAlexander Duyck2-40/+54
2017-02-03i40e: remove unnecessary __packedTushar Dave1-2/+2
2017-02-03i40evf: remove unused device IDMitch Williams1-1/+0
2017-02-03i40e: Deprecating unused macroBimmy Pujari4-18/+3
2017-02-03i40e: when adding or removing MAC filters, correctly handle VLANsJacob Keller2-10/+7
2017-02-03i40e: avoid O(n^2) loop when deleting all filtersJacob Keller3-2/+3
2017-02-03i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller3-16/+18
2017-02-03i40e: no need to check is_vsi_in_vlan before calling i40e_del_mac_all_vlanJacob Keller1-4/+1
2017-02-03i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlanJacob Keller2-13/+6
2017-02-03i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1Jacob Keller2-6/+12
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet2-2/+2
2017-01-19net: Remove usage of net_device last_rx memberTobias Klauser3-10/+9
2017-01-19net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan1-1/+1
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-01-11mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck1-3/+3
2017-01-09net: intel: e100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-01-09net: remove useless memset's in drivers get_stats64stephen hemminger1-1/+0
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger8-37/+24
2017-01-08fm10k: remove FM10K_FLAG_DEBUG_STATSJacob Keller1-1/+0
2017-01-08fm10k: report the receive timestamp in FM10K_CB(skb)->tstampJacob Keller2-3/+4
2017-01-08fm10k: Limit dma sync of RX buffers to actual packet sizeScott Peterson1-3/+5
2017-01-08fm10k: bump version numberJacob Keller1-1/+1
2017-01-08fm10k: do not clear global mailbox interrupt bitsNgai-Mint Kwan1-4/+0
2017-01-08fm10k: request reset when mbx->state changesNgai-Mint Kwan2-4/+12
2017-01-08fm10k: remove extraneous variable definition in fm10k_ethtool.cJacob Keller1-12/+9
2017-01-08fm10k-shared: use mac-> instead of hw->mac.Ngai-Mint Kwan1-3/+3
2017-01-06igb: Fix hw_dbg logging in igb_update_flash_i210Hannu Lounento1-2/+2
2017-01-06igb: add i211 to i210 PHY workaroundTodd Fujinaka1-1/+1
2017-01-06igb: close/suspend race in netif_device_detachTodd Fujinaka1-9/+12