summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfp: flower-ct: add tc merge functionalityLouis Peens2021-06-021-4/+158
* nfp: flower-ct: add tc_merge_tbLouis Peens2021-06-023-0/+47
* nfp: flower-ct: add a table to map flow cookies to ct flowsLouis Peens2021-06-024-7/+89
* nfp: flower-ct: add nfp_fl_ct_flow_entriesLouis Peens2021-06-023-3/+209
* nfp: flower-ct: add zone table entry when handling pre/post_ct flowsLouis Peens2021-06-023-0/+131
* nfp: flower-ct: add ct zone tableLouis Peens2021-06-023-1/+40
* nfp: flower-ct: add pre and post ct checksLouis Peens2021-06-024-1/+102
* nfp: flower: move non-zero chain checkLouis Peens2021-06-021-5/+19
* net: netronome: nfp: Fix wrong function name in commentsYang Shen2021-05-173-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-0/+1
|\
| * nfp: devlink: initialize the devlink port attribute "lanes"Yinjun Zhang2021-04-211-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-104-3/+70
|\|
| * nfp: flower: ignore duplicate merge hints from FWYinjun Zhang2021-03-313-3/+69
| * ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rxLv Yunlong2021-03-301-0/+1
* | nfp: flower: add support for packet-per-second policingPeng Zhang2021-04-072-46/+119
* | drivers: net: ethernet: struct sk_buff is declared duplicatelyWan Jiabing2021-03-261-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-253-9/+48
|\|
| * nfp: flower: fix pre_tun mask id allocationLouis Peens2021-03-161-7/+17
| * nfp: flower: add ipv6 bit to pre_tunnel control messageLouis Peens2021-03-161-2/+13
| * nfp: flower: fix unsupported pre_tunnel flowsLouis Peens2021-03-161-0/+18
* | 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-153-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-122-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-101-1/+1
* | nfp: Replace zero-length array with flexible-array memberSimon Horman2020-12-052-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-203-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-261-3/+4
* devlink: check flash_update parameter support in net coreJacob Keller2020-09-261-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-161-6/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-231-2/+2
|\ \
| * | nfp: use correct define to return NONE fecJakub Kicinski2020-09-181-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-059-10/+12
|\| | | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-041-0/+2
| |\
| | * nfp: flower: fix ABI mismatch between driver and firmwareLouis Peens2020-09-031-0/+2
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-248-10/+10
| |/
* | nfp: flower: add support to offload QinQ matchLouis Peens2020-08-214-16/+152