summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)AuthorFilesLines
2022-03-14nfp: flower: avoid newline at the end of message in NL_SET_ERR_MSG_MODNiklas Söderlund1-1/+1
2022-03-11nfp: add support for NFP3800/NFP3803 PCIe devicesDirk van der Merwe5-4/+29
2022-03-11nfp: take chip version into account for ring sizesJakub Kicinski4-10/+16
2022-03-11nfp: parametrize QCP offset/size using dev_infoJakub Kicinski6-9/+32
2022-03-11nfp: use dev_info for the DMA maskJakub Kicinski5-7/+6
2022-03-11nfp: use dev_info for PCIe config space BAR offsetsJakub Kicinski3-12/+12
2022-03-11nfp: introduce dev_info static chip dataJakub Kicinski11-13/+68
2022-03-11nfp: sort the device ID tablesJakub Kicinski1-2/+2
2022-03-11nfp: use PluDevice register for model for non-NFP6000 chipsDirk van der Merwe1-2/+7
2022-03-11nfp: use PCI_DEVICE_ID_NETRONOME_NFP6000_VF for VFs insteadDirk van der Merwe1-2/+1
2022-03-11nfp: remove pessimistic NFP_QCP_MAX_ADD limitsChristo du Toit1-30/+2
2022-03-11nfp: remove define for an unused control bitJakub Kicinski1-1/+0
2022-03-10nfp: 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-02nfp: flower: Remove usage of the deprecated ida_simple_xxx APIChristophe JAILLET1-5/+5
2022-03-01nfp: 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-24nfp: add NFP_FL_FEATS_QOS_METER to host features to enable meter offloadBaowen Zheng1-1/+2
2022-02-24nfp: add support to offload police action from flower tableBaowen Zheng4-1/+68
2022-02-24nfp: add process to get action stats from hardwareBaowen Zheng2-5/+114
2022-02-24nfp: add hash table to store meter tableBaowen Zheng2-1/+176
2022-02-24nfp: add support to offload tc action to hardwareBaowen Zheng3-1/+121
2022-02-24nfp: refactor policer config to support ingress/egress meterBaowen Zheng2-20/+56
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-02-18nfp: 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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+8
2022-02-08nfp: flower: fix ida_idx not being releasedLouis Peens1-4/+8
2022-01-27nfp: Simplify array allocationRobin Murphy1-1/+1
2022-01-26nfp: only use kdoc style comments for kdocSimon Horman3-59/+28
2022-01-26nfp: flower: Use struct_size() helper in kmalloc()Gustavo A. R. Silva1-1/+1
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-19flow_offload: reject to offload tc actions in offload driversBaowen Zheng1-0/+3
2021-12-16nfp: flower: refine the use of circular bufferYinjun Zhang1-19/+31
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-12-09nfp: Fix memory leak in nfp_cpp_area_cache_add()Jianglei Nie1-1/+3
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+1
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet2-3/+3
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet1-1/+1
2021-11-22nfp: checking parameter process for rx-usecs/tx-usecs is invalidDiana Wang2-4/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-19nfp: flower: correction of error handlingYu Xiao1-20/+0
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2