summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-2/+2
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds7-14/+7
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds27-49/+49
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook34-74/+70
2026-02-12Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-3/+8
2026-01-23net: nfp: convert to use .get_rx_ring_countBreno Leitao1-3/+8
2026-01-17nfp: tls: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-11/+21
2025-11-21devlink: pass extack through to devlink_param::get()Daniel Zahka1-1/+2
2025-10-30nfp: xsk: fix memory leak in nfp_net_alloc()Abdun Nihaal1-2/+4
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2025-09-30nfp: fix RSS hash key size when RSS is not supportedKohei Enju1-1/+1
2025-09-23net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-08-26tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima1-5/+4
2025-08-19nfp: flower: use vmalloc_array() to simplify codeQianfeng Rong1-2/+2
2025-08-19eth: nfp: Remove u64_stats_update_begin()/end() for stats fetchLi RongQing2-24/+8
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-10/+10
2025-07-09netronome: don't bother with debugfs_real_fops()Al Viro1-5/+10
2025-06-21eth: nfp: migrate to new RXFH callbacksJakub Kicinski1-8/+9
2025-06-19udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev1-2/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-6/+5
2025-04-29nfp: xsk: Adjust allocation type for nn->dp.xsk_poolsKees Cook1-1/+1
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu1-6/+5
2025-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-04-08eth: nfp: remove __get_unaligned_cpu32 from netronome driversJulian Vetter2-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-11/+0
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky1-11/+0
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-02-20nfp: bpf: Add check for nfp_app_ctrl_msg_alloc()Haoxiang Li1-0/+2
2025-02-12net: nfp: Use HWMON_CHANNEL_INFO macro to simplify codeHuisong Li1-35/+5
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-01-15nfp: bpf: prevent integer overflow in nfp_bpf_event_output()Dan Carpenter1-1/+2
2024-12-12nfp: Convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2024-11-12nfp: 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