aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-17net: 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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-3/+70
2021-04-06nfp: flower: add support for packet-per-second policingPeng Zhang2-46/+119
2021-03-30nfp: flower: ignore duplicate merge hints from FWYinjun Zhang3-3/+69
2021-03-29ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rxLv Yunlong1-0/+1
2021-03-25drivers: net: ethernet: struct sk_buff is declared duplicatelyWan Jiabing1-1/+0
2021-03-25Merge 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-16nfp: flower: fix pre_tun mask id allocationLouis Peens1-7/+17
2021-03-16nfp: flower: add ipv6 bit to pre_tunnel control messageLouis Peens1-2/+13
2021-03-16nfp: flower: fix unsupported pre_tunnel flowsLouis Peens1-0/+18
2021-03-13flow_offload: reject configuration of packet-per-second policing in offload driversBaowen Zheng1-0/+5
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman3-11/+22
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+4
2021-01-08net, 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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+0
2020-12-09nfp: 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-04nfp: 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-19devlink: 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-25devlink: convert flash_update to use params structureJacob Keller1-3/+4
2020-09-25devlink: 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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-09-17nfp: use correct define to return NONE fecJakub Kicinski1-2/+2
2020-09-15bpf: 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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-10/+12
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+2
2020-09-02nfp: flower: fix ABI mismatch between driver and firmwareLouis Peens1-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-10/+10
2020-08-20nfp: flower: add support to offload QinQ matchLouis Peens4-16/+152
2020-08-20nfp: flower: check that we don't exceed the FW key sizeLouis Peens2-0/+13
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-4/+0
2020-07-14nfp: convert to new udp_tunnel_nic infraJakub Kicinski2-97/+34
2020-07-13net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2-5/+5
2020-07-09devlink: Move input checks from driver to devlinkDanielle Ratson1-4/+1
2020-07-09devlink: Add a new devlink port split ability attribute and pass to netlinkDanielle Ratson1-0/+1
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson1-3/+8
2020-06-29net:qos: police action offloading parameter 'burst' change to the original valuePo Liu1-3/+3
2020-06-28net: nfp: fix nfp_net_tx()'s return typeLuc Van Oostenryck1-1/+1
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-14/+19