aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-08i40e(vf): remove i40e_ethtool_stats.h header fileJacob Keller4-444/+436
2018-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-93/+1385
2018-09-01xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson1-2/+2
2018-09-01i40e: fix possible compiler warning in xsk TX pathMagnus Karlsson1-4/+2
2018-08-30i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek1-0/+10
2018-08-30i40evf: cancel workqueue sync for adminq when a VF is removedLihong Yang1-0/+2
2018-08-30i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek1-0/+8
2018-08-30i40evf: Don't enable vlan stripping when rx offload is turned onPatryk Małek1-5/+6
2018-08-30i40e: Check and correct speed values for link on openJan Sokolowski1-3/+24
2018-08-30i40e: report correct statistics when XDP is enabledBjörn Töpel1-11/+13
2018-08-30i40e: static analysis report from communityMartyna Szapar1-1/+1
2018-08-30i40evf: set IFF_UNICAST_FLT flag for the VFLihong Yang1-0/+2
2018-08-30i40e: use correct length for strncpyMitch Williams1-1/+2
2018-08-30i40evf: Validate the number of queues a PF sendsPaul M Stillwell Jr1-0/+32
2018-08-30i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński2-5/+14
2018-08-30i40evf: update ethtool stats code and use helper functionsJacob Keller2-60/+298
2018-08-30i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.hJacob Keller2-181/+222
2018-08-30i40e: convert queue stats to i40e_stats arrayJacob Keller1-59/+89
2018-08-29i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson4-1/+186
2018-08-29i40e: move common Tx functions to i40e_txrx_common.hMagnus Karlsson2-33/+61
2018-08-29i40e: add AF_XDP zero-copy Rx supportBjörn Töpel7-11/+775
2018-08-29i40e: move common Rx functions to i40e_txrx_common.hBjörn Töpel2-20/+44
2018-08-29i40e: refactor Rx path for re-useBjörn Töpel1-34/+77
2018-08-29i40e: added queue pair disable/enable functionsBjörn Töpel1-0/+250
2018-08-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller17-1199/+3326
2018-08-28ixgbe: fix the return value for unsupported VF offloadShannon Nelson1-1/+1
2018-08-28ixgbe: disallow IPsec Tx offload when in SR-IOV modeShannon Nelson1-0/+3
2018-08-28ixgbevf: enable VF IPsec offload operationsShannon Nelson5-21/+86
2018-08-28ixgbevf: add VF IPsec offload codeShannon Nelson4-0/+748
2018-08-28ixgbevf: add defines for IPsec offload requestShannon Nelson2-0/+13
2018-08-28ixgbe: add VF IPsec offload request message handlingShannon Nelson3-6/+35
2018-08-28ixgbe: add VF IPsec offload enable flagShannon Nelson3-1/+12
2018-08-28ixgbe: add VF IPsec managementShannon Nelson2-9/+260
2018-08-28ixgbe: prep IPsec constants for later useShannon Nelson1-3/+5
2018-08-28ixgbe: reload IPsec IP table after sa tablesShannon Nelson1-8/+8
2018-08-28ixgbe: don't clear IPsec sa counters on HW clearingShannon Nelson1-4/+0
2018-08-28ixgbevf: VF2VF TCP RSSSebastian Basierski1-0/+4
2018-08-28ixgbe: firmware recovery modeSebastian Basierski4-0/+71
2018-08-28ice: Fix and update driver version stringAnirudh Venkataramanan1-1/+1
2018-08-28ice: Introduce SERVICE_DIS flag and service routine functionsAkeem G Abodunrin2-7/+28
2018-08-28ice: Enable VSI Rx/Tx pruning only when VLAN 0 is activeBrett Creeley1-9/+85
2018-08-28ice: Enable firmware logging during device initialization.Hieu Tran5-2/+286
2018-08-28ice: Implement ice_bridge_getlink and ice_bridge_setlinkMd Fahad Iqbal Polash3-1/+181
2018-08-28ice: Add support for Tx hang, Tx timeout and malicious driver detectionSudheer Mogilappagari5-0/+331
2018-08-28ice: Clean up register fileAnirudh Venkataramanan1-229/+188
2018-08-28ice: Implement handlers for ethtool PHY/link operationsChinh Cao4-53/+891
2018-08-28ice: Refactor VSI allocation, deletion and rebuild flowAnirudh Venkataramanan7-171/+580
2018-08-28ice: Refactor switch rule management structures and functionsAnirudh Venkataramanan5-553/+500
2018-08-28ice: Code optimization for ice_fill_sw_rule()Zhenning Xiao1-8/+10
2018-08-28ice: Prevent control queue operations during resetAnirudh Venkataramanan4-5/+34