Netdev List
 help / color / mirror / Atom feed
 messages from 2026-06-23 17:29:26 to 2026-06-23 23:18:42 UTC [more...]

[PATCH bpf v4] selftests/bpf: Cover partial copy of non-linear test_run output
 2026-06-23 23:18 UTC  (2+ messages)

[PATCH RFC 0/8] clk: sunxi-ng: Add support for Allwinner A733 CCU and PRCM
 2026-06-23 22:35 UTC  (3+ messages)
` [PATCH RFC 5/8] clk: sunxi-ng: a733: Add bus clocks support

[PATCH net] nfc: nci: fix out-of-bounds write in nci_target_auto_activated()
 2026-06-23 22:33 UTC  (3+ messages)

[PATCH net] nfc: nci: fix uninit-value in nci_core_init_rsp_packet()
 2026-06-23 22:24 UTC 

[PATCH net 00/14] Netfilter fixes for net
 2026-06-23 22:15 UTC  (15+ messages)
` [PATCH net 01/14] netfilter: nf_nat: avoid invalid nat_net pointer use on failed nf_nat_init()
` [PATCH net 02/14] netfilter: nf_conncount: prevent connlimit drops for early confirmed ct
` [PATCH net 03/14] netfilter: flowtable: Validate iph->ihl in nf_flow_ip4_tunnel_proto()
` [PATCH net 04/14] netfilter: x_tables.h: fix all kernel-doc warnings
` [PATCH net 05/14] netfilter: nft_synproxy: stop bypassing the priv->info snapshot
` [PATCH net 06/14] selftests: netfilter: conntrack_sctp_collision.sh: Introduce SCTP INIT collision test
` [PATCH net 07/14] netfilter: nft_compat: ebtables emulation must reject non-bridge targets
` [PATCH net 08/14] selftests: nft_queue.sh: add a bridge queue test
` [PATCH net 09/14] netfilter: ctnetlink: do not allow to reset helper on existing conntrack
` [PATCH net 10/14] netfilter: conntrack: add deprecation warnings for irc and pptp trackers
` [PATCH net 11/14] netfilter: nf_conntrack_expect: store master_tuple in expectation
` [PATCH net 12/14] netfilter: nf_conntrack_expect: run expectation eviction with no helper
` [PATCH net 13/14] netfilter: nft_ct: expectation timeouts are passed in milliseconds
` [PATCH net 14/14] netfilter: nf_conntrack_helper: cap maximum number of expectation at helper registration

s2io: driver still in use - please reconsider removal
 2026-06-23 22:11 UTC  (4+ messages)

[PATCH net v2] net: ti: icssg: Fix XSK zero copy TX during application wakeup
 2026-06-23 21:50 UTC  (2+ messages)

[PATCH net] veth: fix NAPI leak in XDP enable error path
 2026-06-23 21:50 UTC  (2+ messages)

[PATCH net] net: do not acquire dev->tx_global_lock in netdev_watchdog_up()
 2026-06-23 21:50 UTC  (2+ messages)

[PATCH net v2] net: dsa: sja1105: round up PTP perout pin duration
 2026-06-23 21:50 UTC  (2+ messages)

[PATCH bpf-next v2] bpf, unix: Guard sk_msg-dependent code behind CONFIG_NET_SOCK_MSG
 2026-06-23 21:26 UTC  (13+ messages)

[PATCH bpf 0/2] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-06-23 21:19 UTC  (5+ messages)
` [PATCH bpf 1/2] bpf, sockmap: Don't leak UDP socks on lookup-bind-release
` [PATCH bpf 2/2] selftests/bpf: Add test for UDP sock leak on sockmap lookup-bind-release

[PATCH net] net, bpf: check master for NULL in xdp_master_redirect()
 2026-06-23 21:10 UTC  (8+ messages)

[PATCH] net: ipa: fix SMEM state handle leaks in SMP2P init
 2026-06-23 21:06 UTC  (3+ messages)

[PATCH net-next 0/3] selftests/xsk: stabilize timeout test behavior
 2026-06-23 20:50 UTC  (8+ messages)

[PATCH v3 net] net: airoha: Fix TX scheduler queue mask loop upper bound
 2026-06-23 20:40 UTC  (2+ messages)

[PATCH net] selftests: drv-net: so_txtime: relax variance bounds
 2026-06-23 20:40 UTC  (2+ messages)

[PATCH net 0/2] tcp: make TCP-AO lookups more predictable
 2026-06-23 20:35 UTC  (4+ messages)

[PATCH net v2] ice: Fix use-after-scope in ice_sched_add_nodes_to_layer()
 2026-06-23 20:35 UTC  (2+ messages)

[PATCH net v2] net: airoha: Add retry mechanism to airoha_qdma_set_trtcm_param()
 2026-06-23 20:32 UTC  (3+ messages)

[syzbot] Monthly net report (Jun 2026)
 2026-06-23 20:32 UTC 

[RFC net-next 08/15] ipxlat: add translation engine and dispatch core
 2026-06-23 19:59 UTC  (3+ messages)

[PATCH bpf-next v4 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-06-23 19:45 UTC  (5+ messages)
` [PATCH bpf-next v4 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper

[PATCH] crypto: af_alg - Document the deprecation of AF_ALG
 2026-06-23 19:19 UTC  (5+ messages)

[PATCH net 1/1] net/sched: sch_teql: Introduce slaves_lock to avoid race condition and UAF
 2026-06-23 18:42 UTC 

[PATCH v12 00/12] VMSCAPE optimization for BHI variant
 2026-06-23 18:13 UTC  (16+ messages)
` [PATCH v12 01/12] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v12 02/12] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v12 03/12] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()
` [PATCH v12 04/12] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v12 05/12] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v12 06/12] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v12 07/12] static_call: Define EXPORT_STATIC_CALL_FOR_MODULES()
` [PATCH v12 08/12] KVM: Define EXPORT_STATIC_CALL_FOR_KVM()
` [PATCH v12 09/12] x86/vmscape: Use static_call() for predictor flush
` [PATCH v12 10/12] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v12 11/12] x86/vmscape: Resolve conflict between attack-vectors and vmscape=force
` [PATCH v12 12/12] x86/vmscape: Add cmdline vmscape=on to override attack vector controls

[PATCH net 1/1] net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle
 2026-06-23 18:00 UTC  (2+ messages)

[PATCH v14 0/9] tls: Add TLS 1.3 hardware offload support
 2026-06-23 17:53 UTC 

[PATCH net] net/mlx5e: Use sender devcom for MPV master-up
 2026-06-23 17:51 UTC  (3+ messages)

[PATCH bpf-next v2 00/15] bpf: A common way to attach struct_ops to a cgroup
 2026-06-23 17:50 UTC  (16+ messages)
` [PATCH bpf-next v2 01/15] bpf: Remove __rcu tagging in st_link->map
` [PATCH bpf-next v2 02/15] bpf: Make struct_ops tasks_rcu grace period optional
` [PATCH bpf-next v2 03/15] bpf: Add bpf_struct_ops accessor helpers
` [PATCH bpf-next v2 04/15] bpf: Remove unnecessary prog_list_prog() check
` [PATCH bpf-next v2 05/15] bpf: Replace prog_list_prog() check with direct pl->prog and pl->link check
` [PATCH bpf-next v2 06/15] bpf: Add prog_list_init_item(), prog_list_replace_item(), and prog_list_id()
` [PATCH bpf-next v2 07/15] bpf: Move LSM trampoline unlink into bpf_cgroup_link_auto_detach()
` [PATCH bpf-next v2 08/15] bpf: Add a few bpf_cgroup_array_* helper functions
` [PATCH bpf-next v2 09/15] bpf: Add infrastructure to support attaching struct_ops to cgroups
` [PATCH bpf-next v2 10/15] bpf: Allow all struct_ops to use bpf_dynptr_from_skb()
` [PATCH bpf-next v2 11/15] bpf: tcp: Support selected sock_ops callbacks as struct_ops
` [PATCH bpf-next v2 12/15] bpf: tcp: Support parse/len/write header option hooks in bpf_tcp_ops
` [PATCH bpf-next v2 13/15] libbpf: Support attaching struct_ops to a cgroup
` [PATCH bpf-next v2 14/15] selftests/bpf: Test "
` [PATCH bpf-next v2 15/15] selftests/bpf: Add test for bpf_tcp_ops header option hooks

[RFC] connectat()/bindat() or an alternative design
 2026-06-23 17:40 UTC  (5+ messages)

[PATCH v2 net 0/2] tipc: syzbot related fixes
 2026-06-23 17:30 UTC  (3+ messages)
` [PATCH v2 net 1/2] tipc: fix UAF in cleanup_bearer() due to premature dst_cache_destroy()
` [PATCH v2 net 2/2] tipc: avoid busy looping in tipc_exit_net()

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-23 17:29 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox