summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2018-05-11ixgbe: fix memory leak on ipsec allocationColin Ian King1-1/+1
2018-05-11ixgbevf: fix ixgbevf_xmit_frame()'s return typeLuc Van Oostenryck1-1/+1
2018-05-11ixgbe: return error on unsupported SFP module when resettingEmil Tantilov1-0/+3
2018-05-11ice: Set rq_last_status when cleaning rqJeff Shaw1-1/+1
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-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
2018-03-26ice: Update Tx scheduler tree for VSI multi-Tx queue supportAnirudh Venkataramanan8-3/+1006
2018-03-26ice: Add stats and ethtool supportAnirudh Venkataramanan9-5/+1828
2018-03-26ice: Add support for VLANs and offloadsAnirudh Venkataramanan10-16/+1631
2018-03-26ice: Implement transmit and NAPI supportAnirudh Venkataramanan5-2/+1171
2018-03-26ice: Configure VSIs for Tx/RxAnirudh Venkataramanan14-6/+2729
2018-03-26ice: Add support for switch filter programmingAnirudh Venkataramanan7-2/+1935
2018-03-26ice: Add support for VSI allocation and deallocationAnirudh Venkataramanan7-0/+1548
2018-03-26ice: Initialize PF and setup miscellaneous interruptAnirudh Venkataramanan10-1/+1025
2018-03-26ice: Get MAC/PHY/link info and scheduler topologyAnirudh Venkataramanan8-0/+929
2018-03-26ice: Get switch config, scheduler config and device capabilitiesAnirudh Venkataramanan10-1/+1082
2018-03-26ice: Start hardware initializationAnirudh Venkataramanan12-1/+854
2018-03-26ice: Add support for control queuesAnirudh Venkataramanan12-2/+1458
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches2-2/+2
2018-03-26ice: Add basic driver framework for Intel(R) E800 SeriesAnirudh Venkataramanan7-0/+264
2018-03-23ixgbe: tweak page counting for XDP_REDIRECTBjörn Töpel1-3/+4
2018-03-23ixgbevf: Add XDP queue stats reportingTony Nguyen1-0/+24
2018-03-23ixgbevf: Add support for meta dataTony Nguyen1-4/+25
2018-03-23ixgbevf: Delay tail write for XDP packetsTony Nguyen1-12/+18
2018-03-23ixgbevf: Add support for XDP_TX actionTony Nguyen3-32/+294
2018-03-23ixgbevf: Add XDP support for pass and drop actionsTony Nguyen3-42/+178
2018-03-23ixgbe: enable TSO with IPsec offloadShannon Nelson2-11/+29