summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-201-1/+1
|\
| * xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin2024-05-081-1/+1
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-072-2/+2
* | devlink: extend devlink_param *set pointerMateusz Polchlopek2024-04-221-1/+2
* | nfp: flower: fix check for unsupported control flagsAsbjørn Sloth Tønnesen2024-04-151-3/+3
* | nfp: update devlink device info outputFei Qin2024-04-121-0/+1
* | nfp: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-021-16/+25
* | ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-6/+21
* | netlink: introduce type-checking attribute iterationJohannes Berg2024-03-291-4/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-111-0/+5
|\
| * nfp: flower: handle acti_netdevs allocation failureDuoming Zhou2024-03-111-0/+5
* | ipv6: annotate data-races around cnf.hop_limitEric Dumazet2024-03-011-1/+1
|/
* nfp: enable NETDEV_XDP_ACT_REDIRECT feature flagJames Hershaw2024-02-051-0/+1
* nfp: flower: prevent re-adding mac index for bonded portDaniel de Villiers2024-02-051-1/+1
* nfp: use correct macro for LengthSelect in BAR configDaniel Basilio2024-02-051-2/+4
* nfp: flower: fix hardware offload for the transfer layer portHui Zhou2024-01-251-2/+22
* nfp: flower: add hardware offload check for post ct entryHui Zhou2024-01-251-1/+21
* nfp: flower: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-071-7/+6
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-19/+19
* nfp: support UDP segmentation offloadFei Qin2023-12-114-8/+21
* net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-22/+22
* nfp: devlink: add extended ack report messagesRyno Swart2023-12-071-2/+6
* nfp: ethtool: add extended ack report messagesRyno Swart2023-12-073-18/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-071-32/+95
|\
| * nfp: flower: fix for take a mutex lock in soft irq context and rcu lockHui Zhou2023-12-071-32/+95
* | nfp: ethtool: expose transmit SO_TIMESTAMPING capabilityYinjun Zhang2023-12-011-0/+1
* | nfp: ethtool: support TX/RX pause frame on/offYu Xiao2023-11-283-4/+124
* | nfp: offload flow steering to the nfpYinjun Zhang2023-11-202-2/+175
* | nfp: add ethtool flow steering callbacksYinjun Zhang2023-11-204-0/+430
|/
* nfp: using napi_build_skb() to replace build_skb()Fei Qin2023-10-272-2/+2
* nfp: replace deprecated strncpy with strscpyJustin Stitt2023-10-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-126-23/+54
|\
| * nfp: flower: avoid rmmod nfp crash issuesYanguo Li2023-10-116-23/+54
* | nfp: add support CHACHA20-POLY1305 offload for ipsecShihong Wang2023-10-121-3/+42
* | nfp: nsp: Annotate struct nfp_eth_table with __counted_byKees Cook2023-10-061-1/+1
* | nfp: Annotate struct nfp_reprs with __counted_byKees Cook2023-10-051-1/+1
* | net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior2023-10-031-1/+1
|/
* rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODELin Ma2023-08-081-3/+0
* net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-312-53/+54
* nfp: prevent dropped counter increment during probeZiyang Chen2023-07-132-7/+48
* nfp: clean mc addresses in application firmware when closing portYinjun Zhang2023-07-051-0/+5
* net: tls: make the offload check helper take skb not socketJakub Kicinski2023-06-151-2/+2
* devlink: move port_split/unsplit() ops into devlink_port_opsJiri Pirko2023-05-301-2/+2
* nfp: devlink: register devlink port with opsJiri Pirko2023-05-301-1/+5
* nfp: add L4 RSS hashing on UDP trafficJaco Coetzee2023-05-231-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-181-1/+1
|\
| * nfp: fix NFP_NET_MAX_DSCP definition errorHuayu Chen2023-05-121-1/+1
* | nfp: improve link modes reading processYinjun Zhang2023-05-093-48/+45
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-2/+2
|\
| * nfp: fix incorrect pointer deference when offloading IPsec with bondingHuanhuan Wang2023-04-211-2/+2