summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* nfp: Replace nfp_pr_et with ethtool_sprintfAlexander Duyck2021-03-173-49/+36
* flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng2021-03-131-0/+5
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-143-11/+22
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-4/+4
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-2/+2
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-2/+0
* nfp: move indirect block cleanup to flower app stop callbackSimon Horman2020-12-171-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-112-6/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-101-6/+0
| |\
| | * xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen2020-12-091-6/+0
| * | ethernet: select CONFIG_CRC32 as neededArnd Bergmann2020-12-041-0/+1
| |/
* | nfp: silence set but not used warning with IPV6=nJakub Kicinski2020-12-091-1/+1
* | nfp: Replace zero-length array with flexible-array memberSimon Horman2020-12-042-2/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-1/+1
|\ \
| * | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
* | | devlink: move request_firmware out of driverJacob Keller2020-11-193-17/+4
* | | nfp: tls: Fix unreachable code issueGustavo A. R. Silva2020-11-181-1/+1
|/ /
* / nfp: Fix passing zero to 'PTR_ERR'YueHaibing2020-11-121-3/+1
|/
* devlink: convert flash_update to use params structureJacob Keller2020-09-251-3/+4
* devlink: check flash_update parameter support in net coreJacob Keller2020-09-251-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-6/+12
|\
| * bpf: Mutex protect used_maps array and countYiFei Zhu2020-09-151-6/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-2/+2
|\ \
| * | nfp: use correct define to return NONE fecJakub Kicinski2020-09-171-2/+2
* | | nfp: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-4/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-049-10/+12
|\| | | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-0/+2
| |\
| | * nfp: flower: fix ABI mismatch between driver and firmwareLouis Peens2020-09-021-0/+2
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-238-10/+10
| |/
* | nfp: flower: add support to offload QinQ matchLouis Peens2020-08-204-16/+152
* | nfp: flower: check that we don't exceed the FW key sizeLouis Peens2020-08-202-0/+13
|/
* bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-4/+0
* nfp: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-142-97/+34
* net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-132-5/+5
* devlink: Move input checks from driver to devlinkDanielle Ratson2020-07-091-4/+1
* devlink: Add a new devlink port split ability attribute and pass to netlinkDanielle Ratson2020-07-091-0/+1
* devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson2020-07-091-3/+8
* net:qos: police action offloading parameter 'burst' change to the original valuePo Liu2020-06-291-3/+3
* net: nfp: fix nfp_net_tx()'s return typeLuc Van Oostenryck2020-06-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-253-14/+19
|\
| * net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-193-7/+6
| * flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu2020-06-192-8/+14
* | net: qos offload add flow status with dropped countPo Liu2020-06-192-2/+2
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
* nfp: update indirect block supportPablo Neira Ayuso2020-06-013-36/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+2
|\
| * nfp: flower: fix used time of merge flow statisticsHeinrich Kuhn2020-05-271-1/+2
* | nfp: flower: fix incorrect flag assignmentLouis Peens2020-05-291-3/+3
* | flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault2020-05-261-11/+31
* | nfp: flower: inform firmware of flower featuresLouis Peens2020-05-192-30/+87