aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-19e1000: remove set but not used variable 'txb2b'YueHaibing1-3/+0
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg12-13/+13
2018-09-18iavf: finish renaming files to iavfJesse Brandeburg16-21/+21
2018-09-18iavf: rename most of i40e stringsJesse Brandeburg17-1407/+1366
2018-09-18iavf: tracing infrastructure renameJesse Brandeburg3-22/+22
2018-09-18iavf: replace i40e_debug with iavf versionJesse Brandeburg5-23/+23
2018-09-18iavf: rename i40e_hw to iavf_hwJesse Brandeburg9-99/+98
2018-09-18iavf: rename I40E_ADMINQ_DESCJesse Brandeburg2-11/+11
2018-09-18iavf: rename device ID definesJesse Brandeburg5-78/+27
2018-09-18iavf: remove references to old namesJesse Brandeburg9-273/+269
2018-09-18iavf: move i40evf files to new nameJesse Brandeburg9-11/+11
2018-09-18iavf: rename i40e_status to iavf_statusJesse Brandeburg10-132/+119
2018-09-18iavf: rename functions and structs to new nameJesse Brandeburg14-1691/+1665
2018-09-18iavf: diet and reformatJesse Brandeburg8-4014/+6
2018-09-18intel-ethernet: rename i40evf to iavfJesse Brandeburg26-24/+31
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