summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* i40e: add tx_busy to ethtool statsHarshitha Ramamurthy2018-05-141-0/+1
* i40e: Fix recalculation of MSI-X vectors for VMDqPatryk Małek2018-05-141-4/+11
* i40e: cleanup whitespace for some ethtool stat definitionsJacob Keller2018-05-141-6/+6
* i40e: remove duplicate pfc statsJacob Keller2018-05-141-4/+0Star
* i40e: calculate ethtool stats size in a separate functionJacob Keller2018-05-141-10/+18
* i40evf: Fix client header defineJeff Kirsher2018-05-141-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-124-3/+6
|\
| * ixgbe: fix memory leak on ipsec allocationColin Ian King2018-05-111-1/+1
| * ixgbevf: fix ixgbevf_xmit_frame()'s return typeLuc Van Oostenryck2018-05-111-1/+1
| * ixgbe: return error on unsupported SFP module when resettingEmil Tantilov2018-05-111-0/+3
| * ice: Set rq_last_status when cleaning rqJeff Shaw2018-05-111-1/+1
* | fm10k: don't protect fm10k_queue_mac_request by fm10k_host_mbx_readyJacob Keller2018-05-091-8/+8
* | fm10k: warn if the stat size is unknownJacob Keller2018-05-091-0/+2
* | fm10k: use macro to avoid passing the array and size separatelyJacob Keller2018-05-091-27/+21Star
* | fm10k: use variadic arguments to fm10k_add_stat_stringsJacob Keller2018-05-091-26/+27
* | fm10k: reduce duplicate fm10k_stat macro codeJacob Keller2018-05-091-14/+15
* | fm10k: setup VLANs for l2 accelerated macvlan interfacesJacob Keller2018-05-091-2/+48
* | i40e: use %pI4b instead of byte swapping before dev_errJacob Keller2018-04-301-4/+2Star
* | i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy2018-04-303-13/+99
* | i40e: avoid overflow in i40e_ptp_adjfreq()Jacob Keller2018-04-302-15/+28
* | i40e: Fix multiple issues with UDP tunnel offload filter configurationAlexander Duyck2018-04-302-12/+56
* | i40evf: Fix turning TSO, GSO and GRO on afterPaweł Jabłoński2018-04-301-0/+18
* | i40e: Add advertising 10G LR modeJakub Pawlak2018-04-301-1/+3
* | i40e: fix reading LLDP configurationMariusz Stachura2018-04-303-10/+99
* | i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-3017-73/+95
* | i40evf: Replace GFP_ATOMIC with GFP_KERNEL in i40evf_add_vlanJia-Ju Bai2018-04-301-1/+1
* | net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-27195-4624/+222Star
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-04-264-15/+439
|\ \
| * | igb: Add support for adding offloaded clsflower filtersVinicius Costa Gomes2018-04-252-2/+188
| * | igb: Add the skeletons for tc-flower offloadingVinicius Costa Gomes2018-04-251-0/+66
| * | igb: Add MAC address support for ethtool nftuple filtersVinicius Costa Gomes2018-04-251-4/+39
| * | igb: Enable nfc filters to specify MAC addressesVinicius Costa Gomes2018-04-252-0/+32
| * | igb: Allow filters to be added for the local MAC addressVinicius Costa Gomes2018-04-251-4/+36
| * | igb: Add support for enabling queue steering in filtersVinicius Costa Gomes2018-04-253-0/+33
| * | igb: Add support for MAC address filters specifying source addressesVinicius Costa Gomes2018-04-253-5/+37
| * | igb: Enable the hardware traffic class feature bit for igb modelsVinicius Costa Gomes2018-04-251-0/+3
| * | igb: Fix queue selection on MAC filters on i210Vinicius Costa Gomes2018-04-251-2/+7
| * | igb: Fix not adding filter elements to the listVinicius Costa Gomes2018-04-251-1/+1
* | | ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck2018-04-252-62/+135
* | | ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck2018-04-252-13/+16
* | | ixgbe/fm10k: Only support macvlan offload for types that support destination ...Alexander Duyck2018-04-252-0/+15
* | | ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck2018-04-252-8/+6Star
* | | macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck2018-04-252-31/+12Star
* | | macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck2018-04-251-6/+4Star
* | | ixgbe: Drop support for macvlan specific unicast listsAlexander Duyck2018-04-251-31/+0Star
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-257-16/+37
|\|
| * ice: Fix insufficient memory issue in ice_aq_manage_mac_readMd Fahad Iqbal Polash2018-04-241-5/+17
| * ice: Do not check INTEVENT bit for OICR interruptsBen Shelton2018-04-242-6/+0Star
| * ice: Fix incorrect comment for action typeAnirudh Venkataramanan2018-04-241-1/+1
| * ice: Fix initialization for num_nodes_addedAnirudh Venkataramanan2018-04-241-2/+2