aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller6-122/+181
2018-03-26Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid 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
2018-03-23ixgbe: no need for esp trailer if GSOShannon Nelson1-16/+21
2018-03-23ixgbe: remove unneeded ipsec test in TX pathShannon Nelson1-4/+2
2018-03-23ixgbe: no need for ipsec csum feature checkShannon Nelson1-6/+0
2018-03-23ixgbe: fix read-modify-write in x550 phy setupPaul Greenwalt1-2/+2
2018-03-23ixgbe: add status reg reads to ixgbe_check_removePaul Greenwalt2-11/+21
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher168-0/+168
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-62/+63
2018-03-19i40e: Fix the polling mechanism of GLGEN_RSTAT.DEVSTATEPaweł Jabłoński1-6/+29
2018-03-19i40evf: remove flags that are never usedJacob Keller1-3/+0
2018-03-19i40e: Prevent setting link speed on I40E_DEV_ID_25G_BPatryk Małek1-0/+1
2018-03-19i40e: Fix incorrect return typesDoug Dziggel2-4/+4
2018-03-19i40e: add doxygen comment for new mode parameterJacob Keller1-0/+1
2018-03-19i40e: Close client on suspend and restore client MSIx on resumeShiraz Saleem3-3/+22
2018-03-19i40e: Prevent setting link speed on KX_X722Patryk Małek1-1/+2
2018-03-19i40e: Properly check allowed advertisement capabilitiesJan Sokolowski1-9/+7