summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher195-4624/+222
2018-04-25Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller4-15/+439
2018-04-25igb: Add support for adding offloaded clsflower filtersVinicius Costa Gomes2-2/+188
2018-04-25igb: Add the skeletons for tc-flower offloadingVinicius Costa Gomes1-0/+66
2018-04-25igb: Add MAC address support for ethtool nftuple filtersVinicius Costa Gomes1-4/+39
2018-04-25igb: Enable nfc filters to specify MAC addressesVinicius Costa Gomes2-0/+32
2018-04-25igb: Allow filters to be added for the local MAC addressVinicius Costa Gomes1-4/+36
2018-04-25igb: Add support for enabling queue steering in filtersVinicius Costa Gomes3-0/+33
2018-04-25igb: Add support for MAC address filters specifying source addressesVinicius Costa Gomes3-5/+37
2018-04-25igb: Enable the hardware traffic class feature bit for igb modelsVinicius Costa Gomes1-0/+3
2018-04-25igb: Fix queue selection on MAC filters on i210Vinicius Costa Gomes1-2/+7
2018-04-25igb: Fix not adding filter elements to the listVinicius Costa Gomes1-1/+1
2018-04-25ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck2-62/+135
2018-04-25ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck2-13/+16
2018-04-25ixgbe/fm10k: Only support macvlan offload for types that support destination ...Alexander Duyck2-0/+15
2018-04-25ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck2-8/+6
2018-04-25macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck2-31/+12
2018-04-25macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck1-6/+4
2018-04-25ixgbe: Drop support for macvlan specific unicast listsAlexander Duyck1-31/+0
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-16/+37
2018-04-24ice: Fix insufficient memory issue in ice_aq_manage_mac_readMd Fahad Iqbal Polash1-5/+17
2018-04-24ice: Do not check INTEVENT bit for OICR interruptsBen Shelton2-6/+0
2018-04-24ice: Fix incorrect comment for action typeAnirudh Venkataramanan1-1/+1
2018-04-24ice: Fix initialization for num_nodes_addedAnirudh Venkataramanan1-2/+2
2018-04-24igb: Fix the transmission mode of queue 0 for Qav modeVinicius Costa Gomes1-1/+16
2018-04-24ixgbevf: ensure xdp_ring resources are free'd on error exitColin Ian King1-1/+1
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer3-25/+31
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer3-12/+14
2018-04-17xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer1-1/+8
2018-04-17i40e: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2-5/+16
2018-04-17ixgbe: use xdp_return_frame APIJesper Dangaard Brouer2-2/+5
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+5
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-86/+1
2018-04-06ice: Bug fixes in ethtool codeAnirudh Venkataramanan1-2/+2
2018-04-06ice: Fix error return code in ice_init_hw()Wei Yongjun1-1/+3
2018-04-03fm10k: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-86/+1
2018-03-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller6-122/+181
2018-03-26Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller24-0/+18823
2018-03-26i40e: add support for XDP_REDIRECTBjörn Töpel3-10/+68
2018-03-26i40e: tweak page counting for XDP_REDIRECTBjörn Töpel1-5/+4
2018-03-26i40e: re-number feature flags to remove gapsJacob Keller1-31/+26
2018-03-26i40e: stop using cmpxchg flow in i40e_set_priv_flags()Jacob Keller1-14/+5
2018-03-26i40e: hold the RTNL lock while changing interrupt schemesJacob Keller1-2/+17
2018-03-26i40e: move client flags into state bitsJacob Keller3-19/+17
2018-03-26i40e: move I40E_FLAG_TEMP_LINK_POLLING to state fieldJacob Keller2-5/+5
2018-03-26i40e: move AUTO_DISABLED flags into the state fieldJacob Keller4-26/+27
2018-03-26i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state fieldJacob Keller2-7/+6
2018-03-26i40e: move I40E_FLAG_FILTER_SYNC to a state bitJacob Keller2-8/+11
2018-03-26ice: Implement filter sync, NDO operations and bump versionAnirudh Venkataramanan9-1/+728
2018-03-26ice: Support link events, reset and rebuildAnirudh Venkataramanan7-6/+681