Age | Commit message (Expand) | Author |
2024-12-11 | nfp: Convert timeouts to secs_to_jiffies() | Easwar Hariharan |
2024-11-11 | nfp: use irq_update_affinity_hint() | Mohammad Heib |
2024-11-03 | dim: pass dim_sample to net_dim() by reference | Caleb Sander Mateos |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro |
2024-09-12 | nfp: Use IRQF_NO_AUTOEN flag in request_irq() | Jinjie Ruan |
2024-09-03 | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin |
2024-08-30 | nfp: Convert to use ERR_CAST() | Shen Lichuan |
2024-08-22 | nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocation | Yu Jiaoliang |
2024-08-12 | nfp: Use static_assert() to check struct sizes | Gustavo A. R. Silva |
2024-06-12 | nfp: flower: validate encapsulation control flags | Asbjørn Sloth Tønnesen |
2024-05-20 | Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/... | Linus Torvalds |
2024-05-08 | xsk: use generic DMA sync shortcut instead of a custom one | Alexander Lobakin |
2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet |
2024-04-22 | devlink: extend devlink_param *set pointer | Mateusz Polchlopek |
2024-04-15 | nfp: flower: fix check for unsupported control flags | Asbjørn Sloth Tønnesen |
2024-04-12 | nfp: update devlink device info output | Fei Qin |
2024-04-02 | nfp: Avoid -Wflex-array-member-not-at-end warnings | Gustavo A. R. Silva |
2024-04-01 | ip_tunnel: convert __be16 tunnel flags to bitmaps | Alexander Lobakin |
2024-03-29 | netlink: introduce type-checking attribute iteration | Johannes Berg |
2024-03-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-03-11 | nfp: flower: handle acti_netdevs allocation failure | Duoming Zhou |
2024-03-01 | ipv6: annotate data-races around cnf.hop_limit | Eric Dumazet |
2024-02-05 | nfp: enable NETDEV_XDP_ACT_REDIRECT feature flag | James Hershaw |
2024-02-05 | nfp: flower: prevent re-adding mac index for bonded port | Daniel de Villiers |
2024-02-05 | nfp: use correct macro for LengthSelect in BAR config | Daniel Basilio |
2024-01-25 | nfp: flower: fix hardware offload for the transfer layer port | Hui Zhou |
2024-01-25 | nfp: flower: add hardware offload check for post ct entry | Hui Zhou |
2024-01-07 | nfp: flower: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET |
2023-12-13 | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops | Ahmed Zaki |
2023-12-11 | nfp: support UDP segmentation offload | Fei Qin |
2023-12-08 | net: Convert some ethtool_sprintf() to ethtool_puts() | justinstitt@google.com |
2023-12-07 | nfp: devlink: add extended ack report messages | Ryno Swart |
2023-12-07 | nfp: ethtool: add extended ack report messages | Ryno Swart |
2023-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-12-07 | nfp: flower: fix for take a mutex lock in soft irq context and rcu lock | Hui Zhou |
2023-12-01 | nfp: ethtool: expose transmit SO_TIMESTAMPING capability | Yinjun Zhang |
2023-11-28 | nfp: ethtool: support TX/RX pause frame on/off | Yu Xiao |
2023-11-20 | nfp: offload flow steering to the nfp | Yinjun Zhang |
2023-11-20 | nfp: add ethtool flow steering callbacks | Yinjun Zhang |
2023-10-27 | nfp: using napi_build_skb() to replace build_skb() | Fei Qin |
2023-10-13 | nfp: replace deprecated strncpy with strscpy | Justin Stitt |
2023-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-10-12 | nfp: add support CHACHA20-POLY1305 offload for ipsec | Shihong Wang |
2023-10-11 | nfp: flower: avoid rmmod nfp crash issues | Yanguo Li |
2023-10-06 | nfp: nsp: Annotate struct nfp_eth_table with __counted_by | Kees Cook |
2023-10-05 | nfp: Annotate struct nfp_reprs with __counted_by | Kees Cook |
2023-10-03 | net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush(). | Sebastian Andrzej Siewior |
2023-08-08 | rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODE | Lin Ma |
2023-07-31 | net: flow_dissector: Use 64bits for used_keys | Ratheesh Kannoth |
2023-07-13 | nfp: prevent dropped counter increment during probe | Ziyang Chen |