summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp
AgeCommit message (Expand)AuthorFilesLines
2021-06-03nfp: flower-ct: add tc_merge_tbLouis Peens3-0/+47
2021-06-03nfp: flower-ct: add a table to map flow cookies to ct flowsLouis Peens4-7/+89
2021-06-03nfp: flower-ct: add nfp_fl_ct_flow_entriesLouis Peens3-3/+209
2021-06-03nfp: flower-ct: add zone table entry when handling pre/post_ct flowsLouis Peens3-0/+131
2021-06-03nfp: flower-ct: add ct zone tableLouis Peens3-1/+40
2021-06-03nfp: flower-ct: add pre and post ct checksLouis Peens4-1/+102
2021-06-03nfp: flower: move non-zero chain checkLouis Peens1-5/+19
2021-05-18net: netronome: nfp: Fix wrong function name in commentsYang Shen3-3/+3
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-04-21nfp: devlink: initialize the devlink port attribute "lanes"Yinjun Zhang1-0/+1
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-3/+70
2021-04-07nfp: flower: add support for packet-per-second policingPeng Zhang2-46/+119
2021-03-31nfp: flower: ignore duplicate merge hints from FWYinjun Zhang3-3/+69
2021-03-30ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rxLv Yunlong1-0/+1
2021-03-26drivers: net: ethernet: struct sk_buff is declared duplicatelyWan Jiabing1-1/+0
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-9/+48
2021-03-17nfp: Replace nfp_pr_et with ethtool_sprintfAlexander Duyck3-49/+36
2021-03-17nfp: flower: fix pre_tun mask id allocationLouis Peens1-7/+17
2021-03-17nfp: flower: add ipv6 bit to pre_tunnel control messageLouis Peens1-2/+13
2021-03-17nfp: flower: fix unsupported pre_tunnel flowsLouis Peens1-0/+18
2021-03-14flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng1-0/+5
2021-01-15bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman3-11/+22
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+4
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-2/+2
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-12-17nfp: move indirect block cleanup to flower app stop callbackSimon Horman1-3/+3
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+0
2020-12-10nfp: silence set but not used warning with IPV6=nJakub Kicinski1-1/+1
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen1-6/+0
2020-12-05nfp: Replace zero-length array with flexible-array memberSimon Horman2-2/+2
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-20devlink: move request_firmware out of driverJacob Keller3-17/+4
2020-11-18nfp: tls: Fix unreachable code issueGustavo A. R. Silva1-1/+1
2020-11-12nfp: Fix passing zero to 'PTR_ERR'YueHaibing1-3/+1
2020-09-26devlink: convert flash_update to use params structureJacob Keller1-3/+4
2020-09-26devlink: check flash_update parameter support in net coreJacob Keller1-2/+0
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+12
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-09-18nfp: use correct define to return NONE fecJakub Kicinski1-2/+2
2020-09-16bpf: Mutex protect used_maps array and countYiFei Zhu1-6/+12
2020-09-14nfp: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-10/+12
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+2
2020-09-03nfp: flower: fix ABI mismatch between driver and firmwareLouis Peens1-0/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-10/+10
2020-08-21nfp: flower: add support to offload QinQ matchLouis Peens4-16/+152
2020-08-21nfp: flower: check that we don't exceed the FW key sizeLouis Peens2-0/+13
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-4/+0
2020-07-15nfp: convert to new udp_tunnel_nic infraJakub Kicinski2-97/+34