summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2022-04-221-1/+1
* nfp: support 802.1ad VLAN assingment to VFBaowen Zheng2022-04-222-11/+35
* nfp: update nfp_X logging definitionsDylan Muller2022-04-131-6/+20
* devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski2022-03-211-6/+1
* nfp: nfdk: implement xdp tx path for NFDKYinjun Zhang2022-03-212-5/+208
* nfp: add support for NFDK data pathJakub Kicinski2022-03-219-6/+1715
* nfp: choose data path based on versionJakub Kicinski2022-03-216-19/+41
* nfp: add per-data path feature maskJakub Kicinski2022-03-213-0/+20
* nfp: use TX ring pointer write backJakub Kicinski2022-03-216-7/+56
* nfp: move tx_ring->qcidx into cold dataJakub Kicinski2022-03-211-2/+5
* nfp: prepare for multi-part descriptorsJakub Kicinski2022-03-214-5/+10
* nfp: use callbacks for slow path ring related functionsJakub Kicinski2022-03-218-114/+148
* nfp: move the fast path code to separate filesJakub Kicinski2022-03-2112-2552/+2758
* nfp: calculate ring masks without conditionalsJakub Kicinski2022-03-211-4/+4
* devlink: pass devlink_port to port_split / port_unsplit callbacksJakub Kicinski2022-03-163-28/+7
* devlink: hold the instance lock in port_split / port_unsplit callbacksJakub Kicinski2022-03-161-24/+8
* eth: nfp: replace driver's "pf" lock with devlink instance lockJakub Kicinski2022-03-166-41/+48
* eth: nfp: wrap locking assertions in helpersJakub Kicinski2022-03-164-5/+14
* nfp: flower: avoid newline at the end of message in NL_SET_ERR_MSG_MODNiklas Söderlund2022-03-141-1/+1
* nfp: add support for NFP3800/NFP3803 PCIe devicesDirk van der Merwe2022-03-125-4/+29
* nfp: take chip version into account for ring sizesJakub Kicinski2022-03-124-10/+16
* nfp: parametrize QCP offset/size using dev_infoJakub Kicinski2022-03-126-9/+32
* nfp: use dev_info for the DMA maskJakub Kicinski2022-03-125-7/+6
* nfp: use dev_info for PCIe config space BAR offsetsJakub Kicinski2022-03-123-12/+12
* nfp: introduce dev_info static chip dataJakub Kicinski2022-03-1211-13/+68
* nfp: sort the device ID tablesJakub Kicinski2022-03-121-2/+2
* nfp: use PluDevice register for model for non-NFP6000 chipsDirk van der Merwe2022-03-121-2/+7
* nfp: use PCI_DEVICE_ID_NETRONOME_NFP6000_VF for VFs insteadDirk van der Merwe2022-03-121-2/+1
* nfp: remove pessimistic NFP_QCP_MAX_ADD limitsChristo du Toit2022-03-121-30/+2
* nfp: remove define for an unused control bitJakub Kicinski2022-03-121-1/+0
* nfp: xsk: fix a warning when allocating rx ringsYinjun Zhang2022-03-111-4/+5
* nfp: xsk: avoid newline at the end of message in NL_SET_ERR_MSG_MODGuo Zhengkui2022-03-071-1/+1
* nfp: xsk: add AF_XDP zero-copy Rx and Tx supportNiklas Söderlund2022-03-046-28/+756
* nfp: xsk: add configuration check for XSK socket chunk sizeNiklas Söderlund2022-03-041-4/+38
* nfp: xsk: add an array of xsk buffer pools to each data pathNiklas Söderlund2022-03-042-2/+21
* nfp: wrap napi add/del logicJakub Kicinski2022-03-041-16/+22
* nfp: expose common functions to be used for AF_XDPNiklas Söderlund2022-03-042-8/+22
* nfp: flower: Remove usage of the deprecated ida_simple_xxx APIChristophe JAILLET2022-03-031-5/+5
* nfp: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing2022-03-021-1/+1
* flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu2022-02-281-0/+40
* nfp: add NFP_FL_FEATS_QOS_METER to host features to enable meter offloadBaowen Zheng2022-02-251-1/+2
* nfp: add support to offload police action from flower tableBaowen Zheng2022-02-254-1/+68
* nfp: add process to get action stats from hardwareBaowen Zheng2022-02-252-5/+114
* nfp: add hash table to store meter tableBaowen Zheng2022-02-252-1/+176
* nfp: add support to offload tc action to hardwareBaowen Zheng2022-02-253-1/+121
* nfp: refactor policer config to support ingress/egress meterBaowen Zheng2022-02-252-20/+56
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-251-2/+2
|\
| * nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()Christophe JAILLET2022-02-191-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-0/+2
|\|
| * nfp: flower: netdev offload check for ip6gretapDanie du Toit2022-02-171-0/+2