summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-02-279-66/+181
|\
| * i40e: remove some stray indentingDan Carpenter2018-02-261-2/+2
| * i40evf: remove redundant array comparisons to 0 checksColin Ian King2018-02-261-36/+25Star
| * i40e: check that pointer VSI is not null before dereferencing itColin Ian King2018-02-261-1/+1
| * i40evf: pass struct virtchnl_filter by reference rather than by valueColin Ian King2018-02-261-14/+18
| * i40e/i40evf: use SW variables for hang detectionAlan Brady2018-02-263-7/+13
| * i40evf: Fix double locking the same resourcePaweł Jabłoński2018-02-261-6/+8
| * i40e: link_down_on_close private flag supportMariusz Stachura2018-02-263-0/+114
* | ixgbevf: remove redundant initialization of variable 'dma'Colin Ian King2018-02-261-1/+1
* | ixgbevf: add build_skb supportEmil Tantilov2018-02-261-0/+41
* | ixgbevf: break out Rx buffer page managementEmil Tantilov2018-02-261-113/+114
* | ixgbevf: allocate the rings as part of q_vectorEmil Tantilov2018-02-262-217/+182Star
* | ixgbevf: make sure all frames fit minimum size requirementsEmil Tantilov2018-02-261-5/+25
* | ixgbevf: add support for padding packetEmil Tantilov2018-02-262-4/+39
* | ixgbevf: setup queue countsEmil Tantilov2018-02-261-15/+29
* | ixgbevf: add support for using order 1 pages to receive large framesEmil Tantilov2018-02-262-24/+92
* | ixgbevf: add ethtool private flag for legacy RxEmil Tantilov2018-02-262-0/+50
* | ixgbevf: use page_address offset from pageEmil Tantilov2018-02-261-6/+5Star
* | ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL modeJacob Keller2018-02-261-1/+2
* | ixgbe: Avoid to write the RETA table when unnecessaryTonghao Zhang2018-02-261-2/+2
* | ixgbe: remove redundant initialization of 'pool'Colin Ian King2018-02-261-1/+0Star
|/
* i40e: Add and delete cloud filterAvinash Dayanand2018-02-144-12/+470
* i40evf: Add support to apply cloud filtersHarshitha Ramamurthy2018-02-143-5/+810
* i40e: Service request to configure bandwidth for ADq on a VFAvinash Dayanand2018-02-142-3/+54
* i40evf: Add support to configure bw via tc toolHarshitha Ramamurthy2018-02-143-3/+67
* i40e: Delete queue channel for ADq on VFAvinash Dayanand2018-02-141-0/+63
* i40evf: Alloc queues for ADq on VFAvinash Dayanand2018-02-142-0/+20
* i40e: Enable ADq and create queue channel/s on VFAvinash Dayanand2018-02-143-69/+379
* i40evf: add ndo_setup_tc callback to i40evfHarshitha Ramamurthy2018-02-143-1/+257
* i40evf: Fix link up issue when queues are disabledAvinash Dayanand2018-02-143-8/+22
* i40evf: Make VF reset warning message more clearHarshitha Ramamurthy2018-02-131-1/+1
* i40evf: use __dev_[um]c_sync routines in .set_rx_modeJacob Keller2018-02-131-39/+56
* i40e: i40e: Change ethtool check from MAC to HW flagDave Ertman2018-02-133-10/+13
* i40e: do not force filter failure in overflow promiscuousAlan Brady2018-02-131-14/+1Star
* i40e: refactor promisc_changed in i40e_sync_vsi_filtersAlan Brady2018-02-131-22/+20Star
* i40evf: Use an iterator of the same type as the listHarshitha Ramamurthy2018-02-131-4/+7
* i40e: broadcast filters can trigger overflow promiscuousAlan Brady2018-02-131-2/+4
* i40e: don't leak memory addressesMitch Williams2018-02-132-41/+12Star
* i40evf: use GFP_ATOMIC under spin lockWei Yongjun2018-02-131-4/+4
* i40e: Make local function i40e_get_link_speed staticWei Yongjun2018-02-131-1/+1
* i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck2018-02-128-257/+528
* i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck2018-02-128-86/+115
* i40evf: Correctly populate rxitr_idx and txitr_idxAlexander Duyck2018-02-121-9/+15
* i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck2018-02-126-56/+79
* i40e/i40evf: Don't bother setting the CLEARPBA bitAlexander Duyck2018-02-122-2/+20
* i40e/i40evf: Clean-up of bits related to using q_vector->reg_idxAlexander Duyck2018-02-123-15/+15
* i40e: use changed_flags to check I40E_FLAG_DISABLE_FW_LLDPAlan Brady2018-02-121-7/+15
* i40e: Warn when setting link-down-on-close while in MFPPaweł Jabłoński2018-02-121-0/+6
* i40e: Add delay after EMP reset for firmware to recoverFilip Sadowski2018-02-121-0/+11
* i40e/i40evf: Clean up logic for adaptive ITRAlexander Duyck2018-02-122-86/+28Star