summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* i40e: Fix the number of queues available to be mapped for useAmritha Nambiar2018-02-081-13/+14
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-6/+6
|\
| * net: e100: Replace PCI pool old APIRomain Perier2018-01-021-6/+6
* | i40e/i40evf: Update DESC_NEEDED value to reflect larger valueAlexander Duyck2018-01-292-2/+2
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-01-2917-106/+342
|\ \
| * | i40e: Do not allow use more TC queue pairs than MSI-X vectors existPaweł Jabłoński2018-01-261-0/+4
| * | i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck2018-01-265-18/+12Star
| * | i40e: fix reported mask for ntuple filtersJacob Keller2018-01-261-4/+4
| * | i40e: disallow programming multiple filters with same criteriaJacob Keller2018-01-261-0/+87
| * | i40e: program fragmented IPv4 filter input setJacob Keller2018-01-262-0/+13
| * | i40e: Fix kdump failureAvinash Dayanand2018-01-261-2/+2
| * | i40e: cleanup unnecessary parensJeff Kirsher2018-01-262-2/+2
| * | i40e: fix FW_LLDP flag on initAlan Brady2018-01-261-0/+3
| * | i40e: Implement an ethtool private flag to stop LLDP in FWDave Ertman2018-01-262-3/+58
| * | i40e: change flags to use 64 bitsAlice Michael2018-01-262-35/+36
| * | i40e: Display LLDP information on vSphere Web ClientUpasana Menon2018-01-264-0/+55
| * | i40e/i40evf: Use ring pointers to clean up _set_itr_per_queueAlexander Duyck2018-01-262-24/+26
| * | i40evf: Allow turning off offloads when the VF has VLAN setPaweł Jabłoński2018-01-261-6/+12
| * | i40e: Fix for adding multiple ethtool filters on the same locationPatryk Małek2018-01-261-6/+6
| * | i40e: Add returning AQ critical error to SWMichal Kosiarz2018-01-266-8/+24
* | | ixgbe: don't set RXDCTL.RLPML for 82599Emil Tantilov2018-01-261-2/+6
* | | ixgbe: Fix && vs || typoDan Carpenter2018-01-261-1/+1
* | | ixgbe: add support for reporting 5G link speedPaul Greenwalt2018-01-261-0/+3
* | | ixgbe: Don't report unsupported timestamping filters for X550Miroslav Lichvar2018-01-261-18/+19
* | | ixgbe: use ARRAY_SIZE for array sizing calculation on array bufColin Ian King2018-01-261-1/+1
* | | ixgbevf: use ARRAY_SIZE for various array sizing calculationsColin Ian King2018-01-261-10/+7Star
* | | ixgbevf: don't bother clearing tx_buffer_info in ixgbevf_clean_tx_ring()Emil Tantilov2018-01-261-43/+72
* | | ixgbevf: improve performance and reduce size of ixgbevf_tx_map()Emil Tantilov2018-01-261-25/+20Star
* | | ixgbevf: clear rx_buffer_info in configure instead of cleanEmil Tantilov2018-01-261-13/+13
* | | ixgbevf: add counters for Rx page allocationsEmil Tantilov2018-01-263-7/+25
* | | ixgbevf: update code to better handle incrementing page countEmil Tantilov2018-01-262-9/+28
* | | ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov2018-01-262-22/+38
* | | ixgbevf: use length to determine if descriptor is doneEmil Tantilov2018-01-261-6/+8
* | | ixgbevf: only DMA sync frame lengthEmil Tantilov2018-01-261-3/+4
* | | ixgbevf: add function for checking if we can reuse pageEmil Tantilov2018-01-261-26/+33
|/ /
* | i40e: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-261-5/+3Star
* | ixgbe: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-261-4/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-251-0/+2
|\ \
| * | i40e: flower: check if TC offload is enabled on a netdevJakub Kicinski2018-01-241-0/+2
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-01-253-17/+43
|\ \ \
| * | | fm10k: clarify action when updating the VLAN tableNgai-Mint Kwan2018-01-241-1/+3
| * | | fm10k: correct typo in fm10k_pf.cNgai-Mint Kwan2018-01-241-1/+1
| * | | fm10k: don't assume VLAN 1 is enabledJacob Keller2018-01-241-5/+3Star
| * | | fm10k: stop adding VLAN 0 to the VLAN tableJacob Keller2018-01-241-3/+0Star
| * | | fm10k: fix "failed to kill vid" message for VFNgai-Mint Kwan2018-01-241-2/+12
| * | | fm10k: cleanup unnecessary parenthesis in fm10k_iov.cJacob Keller2018-01-241-2/+2
| * | | fm10k: Fix configuration for macvlan offloadAlexander Duyck2018-01-241-3/+22
* | | | igb: Clear TXSTMP when ptp_tx_work() is timeoutDaniel Hua2018-01-241-0/+9
* | | | igb: Delete an error message for a failed memory allocation in igb_enable_sri...Markus Elfring2018-01-241-2/+0Star
* | | | igb: Free IRQs when device is hotpluggedLyude Paul2018-01-241-1/+1