aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/netronome (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2024-03-11nfp: flower: handle acti_netdevs allocation failureDuoming Zhou1-0/+5
2024-03-01ipv6: annotate data-races around cnf.hop_limitEric Dumazet1-1/+1
2024-02-05nfp: enable NETDEV_XDP_ACT_REDIRECT feature flagJames Hershaw1-0/+1
2024-02-05nfp: flower: prevent re-adding mac index for bonded portDaniel de Villiers1-1/+1
2024-02-05nfp: use correct macro for LengthSelect in BAR configDaniel Basilio1-2/+4
2024-01-25nfp: flower: fix hardware offload for the transfer layer portHui Zhou1-2/+22
2024-01-25nfp: flower: add hardware offload check for post ct entryHui Zhou1-1/+21
2024-01-07nfp: flower: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-7/+6
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-19/+19
2023-12-11nfp: support UDP segmentation offloadFei Qin4-8/+21
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-22/+22
2023-12-07nfp: devlink: add extended ack report messagesRyno Swart1-2/+6
2023-12-07nfp: ethtool: add extended ack report messagesRyno Swart3-18/+45
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-32/+95
2023-12-07nfp: flower: fix for take a mutex lock in soft irq context and rcu lockHui Zhou1-32/+95
2023-12-01nfp: ethtool: expose transmit SO_TIMESTAMPING capabilityYinjun Zhang1-0/+1
2023-11-28nfp: ethtool: support TX/RX pause frame on/offYu Xiao3-4/+124
2023-11-20nfp: offload flow steering to the nfpYinjun Zhang2-2/+175
2023-11-20nfp: add ethtool flow steering callbacksYinjun Zhang4-0/+430
2023-10-27nfp: using napi_build_skb() to replace build_skb()Fei Qin2-2/+2
2023-10-13nfp: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-23/+54
2023-10-12nfp: add support CHACHA20-POLY1305 offload for ipsecShihong Wang1-3/+42
2023-10-11nfp: flower: avoid rmmod nfp crash issuesYanguo Li6-23/+54
2023-10-06nfp: nsp: Annotate struct nfp_eth_table with __counted_byKees Cook1-1/+1
2023-10-05nfp: Annotate struct nfp_reprs with __counted_byKees Cook1-1/+1
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior1-1/+1
2023-08-08rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODELin Ma1-3/+0
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2-53/+54
2023-07-13nfp: prevent dropped counter increment during probeZiyang Chen2-7/+48
2023-07-05nfp: clean mc addresses in application firmware when closing portYinjun Zhang1-0/+5
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski1-2/+2
2023-05-30devlink: move port_split/unsplit() ops into devlink_port_opsJiri Pirko1-2/+2
2023-05-30nfp: devlink: register devlink port with opsJiri Pirko1-1/+5
2023-05-23nfp: add L4 RSS hashing on UDP trafficJaco Coetzee1-0/+2
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-05-12nfp: fix NFP_NET_MAX_DSCP definition errorHuayu Chen1-1/+1
2023-05-09nfp: improve link modes reading processYinjun Zhang3-48/+45
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+2
2023-04-21nfp: fix incorrect pointer deference when offloading IPsec with bondingHuanhuan Wang1-2/+2
2023-04-09net: nfp: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-06nfp: initialize netdev's dev_port with correct idYinjun Zhang1-0/+1
2023-03-15nfp: flower: offload tc flows of multiple conntrack zonesWentao Jia3-23/+154
2023-03-15nfp: flower: prepare for parameterisation of number of offload rulesWentao Jia1-26/+28
2023-03-15nfp: flower: add goto_chain_index for ct entryWentao Jia2-2/+8
2023-03-15nfp: flower: refactor function "is_post_ct_flow"Wentao Jia1-13/+12
2023-03-15nfp: flower: refactor function "is_pre_ct_flow"Wentao Jia1-0/+12
2023-03-15nfp: flower: add get_flow_act_ct() for ct actionWentao Jia1-1/+17
2023-03-03nfp: fix esp-tx-csum-offload doesn't take effectHuanhuan Wang1-0/+4