summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)Author
2021-08-03nfp: update ethtool reporting of pauseframe controlFei Qin
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds
2021-07-12nfp: flower-ct: Fix fall-through warning for ClangGustavo A. R. Silva
2021-07-02nfp: flower-ct: remove callback delete deadlockLouis Peens
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-24nfp: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-21nfp: flower-ct: check for error in nfp_fl_ct_offload_nft_flow()Dan Carpenter
2021-06-16nfp: flower-ct: implement action_merge checkLouis Peens
2021-06-16nfp: flower-ct: fill ct metadata check functionLouis Peens
2021-06-16nfp: flower-ct: fill in ct merge check functionLouis Peens
2021-06-16nfp: flower-ct: implement code to save merge of tc and nft flowsLouis Peens
2021-06-16nfp: flower-ct: add nft_merge tableLouis Peens
2021-06-16nfp: flower-ct: make a full copy of the rule when it is a NFT flowYinjun Zhang
2021-06-16nfp: flower-ct: add nft flows to nft listLouis Peens
2021-06-16nfp: flower-ct: add nft callback stubsLouis Peens
2021-06-16nfp: flower-ct: add delete flow handling for ctLouis Peens
2021-06-09nfp: use list_move instead of list_del/list_add in nfp_cppcore.cBaokun Li
2021-06-02nfp: flower-ct: add tc merge functionalityLouis Peens
2021-06-02nfp: flower-ct: add tc_merge_tbLouis Peens
2021-06-02nfp: flower-ct: add a table to map flow cookies to ct flowsLouis Peens
2021-06-02nfp: flower-ct: add nfp_fl_ct_flow_entriesLouis Peens
2021-06-02nfp: flower-ct: add zone table entry when handling pre/post_ct flowsLouis Peens
2021-06-02nfp: flower-ct: add ct zone tableLouis Peens
2021-06-02nfp: flower-ct: add pre and post ct checksLouis Peens
2021-06-02nfp: flower: move non-zero chain checkLouis Peens
2021-05-17nfp: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-05-17net: netronome: nfp: Fix wrong function name in commentsYang Shen
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-21nfp: devlink: initialize the devlink port attribute "lanes"Yinjun Zhang
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-06nfp: flower: add support for packet-per-second policingPeng Zhang
2021-03-30nfp: flower: ignore duplicate merge hints from FWYinjun Zhang
2021-03-29ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rxLv Yunlong
2021-03-25drivers: net: ethernet: struct sk_buff is declared duplicatelyWan Jiabing
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-17nfp: Replace nfp_pr_et with ethtool_sprintfAlexander Duyck
2021-03-16nfp: flower: fix pre_tun mask id allocationLouis Peens
2021-03-16nfp: flower: add ipv6 bit to pre_tunnel control messageLouis Peens
2021-03-16nfp: flower: fix unsupported pre_tunnel flowsLouis Peens
2021-03-13flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-12-17nfp: move indirect block cleanup to flower app stop callbackSimon Horman
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-12-09nfp: silence set but not used warning with IPV6=nJakub Kicinski
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen