summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)Author
2022-03-21devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski
2022-03-21nfp: nfdk: implement xdp tx path for NFDKYinjun Zhang
2022-03-21nfp: add support for NFDK data pathJakub Kicinski
2022-03-21nfp: choose data path based on versionJakub Kicinski
2022-03-21nfp: add per-data path feature maskJakub Kicinski
2022-03-21nfp: use TX ring pointer write backJakub Kicinski
2022-03-21nfp: move tx_ring->qcidx into cold dataJakub Kicinski
2022-03-21nfp: prepare for multi-part descriptorsJakub Kicinski
2022-03-21nfp: use callbacks for slow path ring related functionsJakub Kicinski
2022-03-21nfp: move the fast path code to separate filesJakub Kicinski
2022-03-21nfp: calculate ring masks without conditionalsJakub Kicinski
2022-03-16devlink: pass devlink_port to port_split / port_unsplit callbacksJakub Kicinski
2022-03-16devlink: hold the instance lock in port_split / port_unsplit callbacksJakub Kicinski
2022-03-16eth: nfp: replace driver's "pf" lock with devlink instance lockJakub Kicinski
2022-03-16eth: nfp: wrap locking assertions in helpersJakub Kicinski
2022-03-14nfp: flower: avoid newline at the end of message in NL_SET_ERR_MSG_MODNiklas Söderlund
2022-03-11nfp: add support for NFP3800/NFP3803 PCIe devicesDirk van der Merwe
2022-03-11nfp: take chip version into account for ring sizesJakub Kicinski
2022-03-11nfp: parametrize QCP offset/size using dev_infoJakub Kicinski
2022-03-11nfp: use dev_info for the DMA maskJakub Kicinski
2022-03-11nfp: use dev_info for PCIe config space BAR offsetsJakub Kicinski
2022-03-11nfp: introduce dev_info static chip dataJakub Kicinski
2022-03-11nfp: sort the device ID tablesJakub Kicinski
2022-03-11nfp: use PluDevice register for model for non-NFP6000 chipsDirk van der Merwe
2022-03-11nfp: use PCI_DEVICE_ID_NETRONOME_NFP6000_VF for VFs insteadDirk van der Merwe
2022-03-11nfp: remove pessimistic NFP_QCP_MAX_ADD limitsChristo du Toit
2022-03-11nfp: remove define for an unused control bitJakub Kicinski
2022-03-10nfp: xsk: fix a warning when allocating rx ringsYinjun Zhang
2022-03-07nfp: xsk: avoid newline at the end of message in NL_SET_ERR_MSG_MODGuo Zhengkui
2022-03-04nfp: xsk: add AF_XDP zero-copy Rx and Tx supportNiklas Söderlund
2022-03-04nfp: xsk: add configuration check for XSK socket chunk sizeNiklas Söderlund
2022-03-04nfp: xsk: add an array of xsk buffer pools to each data pathNiklas Söderlund
2022-03-04nfp: wrap napi add/del logicJakub Kicinski
2022-03-04nfp: expose common functions to be used for AF_XDPNiklas Söderlund
2022-03-02nfp: flower: Remove usage of the deprecated ida_simple_xxx APIChristophe JAILLET
2022-03-01nfp: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu
2022-02-24nfp: add NFP_FL_FEATS_QOS_METER to host features to enable meter offloadBaowen Zheng
2022-02-24nfp: add support to offload police action from flower tableBaowen Zheng
2022-02-24nfp: add process to get action stats from hardwareBaowen Zheng
2022-02-24nfp: add hash table to store meter tableBaowen Zheng
2022-02-24nfp: add support to offload tc action to hardwareBaowen Zheng
2022-02-24nfp: refactor policer config to support ingress/egress meterBaowen Zheng
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-18nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()Christophe JAILLET
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17nfp: flower: netdev offload check for ip6gretapDanie du Toit
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-08nfp: flower: fix ida_idx not being releasedLouis Peens
2022-01-27nfp: Simplify array allocationRobin Murphy