summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)AuthorFilesLines
10 daysnfp: use irq_update_affinity_hint()Mohammad Heib1-2/+2
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos2-4/+4
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro7-7/+7
2024-09-13nfp: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-3/+2
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-2/+1
2024-08-30nfp: Convert to use ERR_CAST()Shen Lichuan1-1/+1
2024-08-22nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang1-2/+2
2024-08-13nfp: Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+2
2024-06-13nfp: flower: validate encapsulation control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+1
2024-05-08xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin1-1/+1
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2-2/+2
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek1-1/+2
2024-04-15nfp: flower: fix check for unsupported control flagsAsbjørn Sloth Tønnesen1-3/+3
2024-04-12nfp: update devlink device info outputFei Qin1-0/+1
2024-04-03nfp: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-16/+25
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin1-6/+21
2024-03-30netlink: introduce type-checking attribute iterationJohannes Berg1-4/+1
2024-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2024-03-12nfp: 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-26nfp: flower: fix hardware offload for the transfer layer portHui Zhou1-2/+22
2024-01-26nfp: 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-14net: 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-08nfp: devlink: add extended ack report messagesRyno Swart1-2/+6
2023-12-08nfp: ethtool: add extended ack report messagesRyno Swart3-18/+45
2023-12-08Merge 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-02nfp: ethtool: expose transmit SO_TIMESTAMPING capabilityYinjun Zhang1-0/+1
2023-11-29nfp: ethtool: support TX/RX pause frame on/offYu Xiao3-4/+124
2023-11-21nfp: offload flow steering to the nfpYinjun Zhang2-2/+175
2023-11-21nfp: add ethtool flow steering callbacksYinjun Zhang4-0/+430
2023-10-28nfp: using napi_build_skb() to replace build_skb()Fei Qin2-2/+2
2023-10-14nfp: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-13Merge 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-06nfp: 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-09rtnetlink: 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-14nfp: prevent dropped counter increment during probeZiyang Chen2-7/+48
2023-07-05nfp: clean mc addresses in application firmware when closing portYinjun Zhang1-0/+5