summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson2018-09-011-2/+2
* i40e: fix possible compiler warning in xsk TX pathMagnus Karlsson2018-09-011-4/+2
* i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson2018-08-294-1/+186
* i40e: move common Tx functions to i40e_txrx_common.hMagnus Karlsson2018-08-292-33/+61
* i40e: add AF_XDP zero-copy Rx supportBjörn Töpel2018-08-297-11/+775
* i40e: move common Rx functions to i40e_txrx_common.hBjörn Töpel2018-08-292-20/+44
* i40e: refactor Rx path for re-useBjörn Töpel2018-08-291-34/+77
* i40e: added queue pair disable/enable functionsBjörn Töpel2018-08-291-0/+250
* nfp: make RTsym users handle absolute symbols correctlyJakub Kicinski2018-08-293-32/+21
* nfp: support access to absolute RTsymsJakub Kicinski2018-08-292-9/+46
* nfp: convert all RTsym users to use new read/write helpersJakub Kicinski2018-08-293-46/+23
* nfp: convert existing RTsym helpers to full target decodingJakub Kicinski2018-08-291-14/+14
* nfp: pass cpp_id to nfp_cpp_map_area()Jakub Kicinski2018-08-294-16/+16
* nfp: add RTsym access helpersJakub Kicinski2018-08-292-0/+171
* nfp: add basic errors messages to target logicJakub Kicinski2018-08-291-2/+10
* nfp: save the MU locality field offsetJakub Kicinski2018-08-293-31/+38
* nfp: refactor the per-chip PCIe configJakub Kicinski2018-08-292-13/+41
* nfp: add support for NFP5000Jakub Kicinski2018-08-292-1/+7
* nfp: abm: look up MAC addresses via management FWJakub Kicinski2018-08-291-9/+25
* nfp: add support for indirect HWinfo lookupJakub Kicinski2018-08-292-0/+44
* nfp: interpret extended FW load result codesJakub Kicinski2018-08-292-3/+85
* nfp: attempt FW load from flashJakub Kicinski2018-08-293-2/+16
* nfp: encapsulate NSP command arguments into structsJakub Kicinski2018-08-291-69/+136
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-08-2917-1199/+3326
|\
| * ice: Fix and update driver version stringAnirudh Venkataramanan2018-08-281-1/+1
| * ice: Introduce SERVICE_DIS flag and service routine functionsAkeem G Abodunrin2018-08-282-7/+28
| * ice: Enable VSI Rx/Tx pruning only when VLAN 0 is activeBrett Creeley2018-08-281-9/+85
| * ice: Enable firmware logging during device initialization.Hieu Tran2018-08-285-2/+286
| * ice: Implement ice_bridge_getlink and ice_bridge_setlinkMd Fahad Iqbal Polash2018-08-283-1/+181
| * ice: Add support for Tx hang, Tx timeout and malicious driver detectionSudheer Mogilappagari2018-08-285-0/+331
| * ice: Clean up register fileAnirudh Venkataramanan2018-08-281-229/+188
| * ice: Implement handlers for ethtool PHY/link operationsChinh Cao2018-08-284-53/+891
| * ice: Refactor VSI allocation, deletion and rebuild flowAnirudh Venkataramanan2018-08-287-171/+580
| * ice: Refactor switch rule management structures and functionsAnirudh Venkataramanan2018-08-285-553/+500
| * ice: Code optimization for ice_fill_sw_rule()Zhenning Xiao2018-08-281-8/+10
| * ice: Prevent control queue operations during resetAnirudh Venkataramanan2018-08-284-5/+34
| * ice: Update request resource command to latest specificationDan Nowlin2018-08-284-21/+67
| * ice: Updates to Tx scheduler codeAnirudh Venkataramanan2018-08-284-114/+61
| * ice: Rework flex descriptor programmingAnirudh Venkataramanan2018-08-282-34/+92
* | ixgbe: fix the return value for unsupported VF offloadShannon Nelson2018-08-281-1/+1
* | ixgbe: disallow IPsec Tx offload when in SR-IOV modeShannon Nelson2018-08-281-0/+3
* | ixgbevf: enable VF IPsec offload operationsShannon Nelson2018-08-285-21/+86
* | ixgbevf: add VF IPsec offload codeShannon Nelson2018-08-284-0/+748
* | ixgbevf: add defines for IPsec offload requestShannon Nelson2018-08-282-0/+13
* | ixgbe: add VF IPsec offload request message handlingShannon Nelson2018-08-283-6/+35
* | ixgbe: add VF IPsec offload enable flagShannon Nelson2018-08-283-1/+12
* | ixgbe: add VF IPsec managementShannon Nelson2018-08-282-9/+260
* | ixgbe: prep IPsec constants for later useShannon Nelson2018-08-281-3/+5
* | ixgbe: reload IPsec IP table after sa tablesShannon Nelson2018-08-281-8/+8
* | ixgbe: don't clear IPsec sa counters on HW clearingShannon Nelson2018-08-281-4/+0