summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)AuthorFilesLines
2022-04-13nfp: update nfp_X logging definitionsDylan Muller1-6/+20
2022-03-21devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski1-6/+1
2022-03-21nfp: nfdk: implement xdp tx path for NFDKYinjun Zhang2-5/+208
2022-03-21nfp: add support for NFDK data pathJakub Kicinski9-6/+1715
2022-03-21nfp: choose data path based on versionJakub Kicinski6-19/+41
2022-03-21nfp: add per-data path feature maskJakub Kicinski3-0/+20
2022-03-21nfp: use TX ring pointer write backJakub Kicinski6-7/+56
2022-03-21nfp: move tx_ring->qcidx into cold dataJakub Kicinski1-2/+5
2022-03-21nfp: prepare for multi-part descriptorsJakub Kicinski4-5/+10
2022-03-21nfp: use callbacks for slow path ring related functionsJakub Kicinski8-114/+148
2022-03-21nfp: move the fast path code to separate filesJakub Kicinski12-2552/+2758
2022-03-21nfp: calculate ring masks without conditionalsJakub Kicinski1-4/+4
2022-03-16devlink: pass devlink_port to port_split / port_unsplit callbacksJakub Kicinski3-28/+7
2022-03-16devlink: hold the instance lock in port_split / port_unsplit callbacksJakub Kicinski1-24/+8
2022-03-16eth: nfp: replace driver's "pf" lock with devlink instance lockJakub Kicinski6-41/+48
2022-03-16eth: nfp: wrap locking assertions in helpersJakub Kicinski4-5/+14
2022-03-15nfp: flower: avoid newline at the end of message in NL_SET_ERR_MSG_MODNiklas Söderlund1-1/+1
2022-03-12nfp: add support for NFP3800/NFP3803 PCIe devicesDirk van der Merwe5-4/+29
2022-03-12nfp: take chip version into account for ring sizesJakub Kicinski4-10/+16
2022-03-12nfp: parametrize QCP offset/size using dev_infoJakub Kicinski6-9/+32
2022-03-12nfp: use dev_info for the DMA maskJakub Kicinski5-7/+6
2022-03-12nfp: use dev_info for PCIe config space BAR offsetsJakub Kicinski3-12/+12
2022-03-12nfp: introduce dev_info static chip dataJakub Kicinski11-13/+68
2022-03-12nfp: sort the device ID tablesJakub Kicinski1-2/+2
2022-03-12nfp: use PluDevice register for model for non-NFP6000 chipsDirk van der Merwe1-2/+7
2022-03-12nfp: use PCI_DEVICE_ID_NETRONOME_NFP6000_VF for VFs insteadDirk van der Merwe1-2/+1
2022-03-12nfp: remove pessimistic NFP_QCP_MAX_ADD limitsChristo du Toit1-30/+2
2022-03-12nfp: remove define for an unused control bitJakub Kicinski1-1/+0
2022-03-11nfp: xsk: fix a warning when allocating rx ringsYinjun Zhang1-4/+5
2022-03-07nfp: xsk: avoid newline at the end of message in NL_SET_ERR_MSG_MODGuo Zhengkui1-1/+1
2022-03-04nfp: xsk: add AF_XDP zero-copy Rx and Tx supportNiklas Söderlund6-28/+756
2022-03-04nfp: xsk: add configuration check for XSK socket chunk sizeNiklas Söderlund1-4/+38
2022-03-04nfp: xsk: add an array of xsk buffer pools to each data pathNiklas Söderlund2-2/+21
2022-03-04nfp: wrap napi add/del logicJakub Kicinski1-16/+22
2022-03-04nfp: expose common functions to be used for AF_XDPNiklas Söderlund2-8/+22
2022-03-03nfp: flower: Remove usage of the deprecated ida_simple_xxx APIChristophe JAILLET1-5/+5
2022-03-02nfp: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing1-1/+1
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu1-0/+40
2022-02-25nfp: add NFP_FL_FEATS_QOS_METER to host features to enable meter offloadBaowen Zheng1-1/+2
2022-02-25nfp: add support to offload police action from flower tableBaowen Zheng4-1/+68
2022-02-25nfp: add process to get action stats from hardwareBaowen Zheng2-5/+114
2022-02-25nfp: add hash table to store meter tableBaowen Zheng2-1/+176
2022-02-25nfp: add support to offload tc action to hardwareBaowen Zheng3-1/+121
2022-02-25nfp: refactor policer config to support ingress/egress meterBaowen Zheng2-20/+56
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-02-19nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()Christophe JAILLET1-2/+2
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-02-17nfp: flower: netdev offload check for ip6gretapDanie du Toit1-0/+2
2022-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+8
2022-02-09nfp: flower: fix ida_idx not being releasedLouis Peens1-4/+8