aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-28fm10k: bump version numberJacob Keller1-2/+2
2018-02-28fm10k: fix incorrect warning for function prototypeJacob Keller1-1/+1
2018-02-28fm10k: fix function doxygen commentsJacob Keller5-17/+20
2018-02-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller9-66/+181
2018-02-26i40e: remove some stray indentingDan Carpenter1-2/+2
2018-02-26i40evf: remove redundant array comparisons to 0 checksColin Ian King1-36/+25
2018-02-26i40e: check that pointer VSI is not null before dereferencing itColin Ian King1-1/+1
2018-02-26i40evf: pass struct virtchnl_filter by reference rather than by valueColin Ian King1-14/+18
2018-02-26i40e/i40evf: use SW variables for hang detectionAlan Brady3-7/+13
2018-02-26i40evf: Fix double locking the same resourcePaweł Jabłoński1-6/+8
2018-02-26i40e: link_down_on_close private flag supportMariusz Stachura3-0/+114
2018-02-26ixgbevf: remove redundant initialization of variable 'dma'Colin Ian King1-1/+1
2018-02-26ixgbevf: add build_skb supportEmil Tantilov1-0/+41
2018-02-26ixgbevf: break out Rx buffer page managementEmil Tantilov1-113/+114
2018-02-26ixgbevf: allocate the rings as part of q_vectorEmil Tantilov2-217/+182
2018-02-26ixgbevf: make sure all frames fit minimum size requirementsEmil Tantilov1-5/+25
2018-02-26ixgbevf: add support for padding packetEmil Tantilov2-4/+39
2018-02-26ixgbevf: setup queue countsEmil Tantilov1-15/+29
2018-02-26ixgbevf: add support for using order 1 pages to receive large framesEmil Tantilov2-24/+92
2018-02-26ixgbevf: add ethtool private flag for legacy RxEmil Tantilov2-0/+50
2018-02-26ixgbevf: use page_address offset from pageEmil Tantilov1-6/+5
2018-02-26ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL modeJacob Keller1-1/+2
2018-02-26ixgbe: Avoid to write the RETA table when unnecessaryTonghao Zhang1-2/+2
2018-02-26ixgbe: remove redundant initialization of 'pool'Colin Ian King1-1/+0
2018-02-14i40e: Add and delete cloud filterAvinash Dayanand4-12/+470
2018-02-14i40evf: Add support to apply cloud filtersHarshitha Ramamurthy3-5/+810
2018-02-14i40e: Service request to configure bandwidth for ADq on a VFAvinash Dayanand2-3/+54
2018-02-14i40evf: Add support to configure bw via tc toolHarshitha Ramamurthy3-3/+67
2018-02-14i40e: Delete queue channel for ADq on VFAvinash Dayanand1-0/+63
2018-02-14i40evf: Alloc queues for ADq on VFAvinash Dayanand2-0/+20
2018-02-14i40e: Enable ADq and create queue channel/s on VFAvinash Dayanand3-69/+379
2018-02-14i40evf: add ndo_setup_tc callback to i40evfHarshitha Ramamurthy3-1/+257
2018-02-14i40evf: Fix link up issue when queues are disabledAvinash Dayanand3-8/+22
2018-02-13i40evf: Make VF reset warning message more clearHarshitha Ramamurthy1-1/+1
2018-02-13i40evf: use __dev_[um]c_sync routines in .set_rx_modeJacob Keller1-39/+56
2018-02-13i40e: i40e: Change ethtool check from MAC to HW flagDave Ertman3-10/+13
2018-02-13i40e: do not force filter failure in overflow promiscuousAlan Brady1-14/+1
2018-02-13i40e: refactor promisc_changed in i40e_sync_vsi_filtersAlan Brady1-22/+20
2018-02-13i40evf: Use an iterator of the same type as the listHarshitha Ramamurthy1-4/+7
2018-02-13i40e: broadcast filters can trigger overflow promiscuousAlan Brady1-2/+4
2018-02-13i40e: don't leak memory addressesMitch Williams2-41/+12
2018-02-13i40evf: use GFP_ATOMIC under spin lockWei Yongjun1-4/+4
2018-02-13i40e: Make local function i40e_get_link_speed staticWei Yongjun1-1/+1
2018-02-12i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck8-257/+528
2018-02-12i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck8-86/+115
2018-02-12i40evf: Correctly populate rxitr_idx and txitr_idxAlexander Duyck1-9/+15
2018-02-12i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck6-56/+79
2018-02-12i40e/i40evf: Don't bother setting the CLEARPBA bitAlexander Duyck2-2/+20
2018-02-12i40e/i40evf: Clean-up of bits related to using q_vector->reg_idxAlexander Duyck3-15/+15
2018-02-12i40e: use changed_flags to check I40E_FLAG_DISABLE_FW_LLDPAlan Brady1-7/+15