summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp
AgeCommit message (Expand)AuthorFilesLines
2024-03-27nfp: flower: handle acti_netdevs allocation failureDuoming Zhou1-0/+5
2024-02-23nfp: flower: prevent re-adding mac index for bonded portDaniel de Villiers1-1/+1
2024-02-23nfp: use correct macro for LengthSelect in BAR configDaniel Basilio1-2/+4
2022-12-19nfp: fix use-after-free in area_cache_get()Jialiang Wang1-1/+2
2022-12-02nfp: add port from netdev validation for EEPROM accessJaco Coetzee1-0/+3
2022-12-02nfp: fill splittable of devlink_port_attrs correctlyDiana Wang1-1/+1
2022-09-08net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2-8/+8
2022-08-25nfp: ethtool: fix the display error of `ethtool -m DEVNAME`Yu Xiao1-0/+2
2022-06-14nfp: only report pause frame configuration for physical deviceYu Xiao1-2/+2
2022-05-15nfp: bpf: silence bitwise vs. logical OR warningNathan Chancellor1-2/+2
2022-03-02nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()Christophe JAILLET1-2/+2
2022-02-16nfp: flower: fix ida_idx not being releasedLouis Peens1-4/+8
2021-12-14nfp: Fix memory leak in nfp_cpp_area_cache_add()Jianglei Nie1-1/+3
2021-12-01nfp: checking parameter process for rx-usecs/tx-usecs is invalidDiana Wang2-4/+1
2021-11-18nfp: bpf: relax prog rejection for mtu check through max_pkt_offsetYu Xiao3-9/+26
2021-10-20nfp: flow_offload: move flow_indr_dev_register from app init to app startBaowen Zheng1-5/+14
2021-09-22net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen1-3/+0
2021-09-18nfp: fix return statement in nfp_net_parse_meta()Niklas Söderlund1-1/+1
2021-08-12nfp: update ethtool reporting of pauseframe controlFei Qin1-0/+2
2021-05-14nfp: devlink: initialize the devlink port attribute "lanes"Yinjun Zhang1-0/+1
2021-04-14nfp: flower: ignore duplicate merge hints from FWYinjun Zhang3-3/+69
2021-04-14ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rxLv Yunlong1-0/+1
2021-03-30nfp: flower: fix pre_tun mask id allocationLouis Peens1-7/+17
2021-03-30nfp: flower: add ipv6 bit to pre_tunnel control messageLouis Peens1-2/+13
2021-03-30nfp: flower: fix unsupported pre_tunnel flowsLouis Peens1-0/+18
2020-12-30nfp: move indirect block cleanup to flower app stop callbackSimon Horman1-3/+3
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen1-6/+0
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