summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)AuthorFilesLines
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-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 Kicinski2-6/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-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-05ethernet: select CONFIG_CRC32 as neededArnd Bergmann1-0/+1
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
2020-07-14net: 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-30net:qos: police action offloading parameter 'burst' change to the original valuePo Liu1-3/+3
2020-06-29net: nfp: fix nfp_net_tx()'s return typeLuc Van Oostenryck1-1/+1
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-14/+19
2020-06-20net: flow_offload: fix flow_indr_dev_unregister pathwenxu3-7/+6
2020-06-20flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu2-8/+14
2020-06-19net: qos offload add flow status with dropped countPo Liu2-2/+2
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-06-01nfp: update indirect block supportPablo Neira Ayuso3-36/+17
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-05-30nfp: flower: fix incorrect flag assignmentLouis Peens1-3/+3
2020-05-27nfp: flower: fix used time of merge flow statisticsHeinrich Kuhn1-1/+2
2020-05-27flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault1-11/+31