Netdev List
 help / color / mirror / Atom feed
 messages from 2026-06-23 16:53:58 to 2026-06-23 21:26:18 UTC [more...]

[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)

s2io: driver still in use - please reconsider removal
 2026-06-23 20:40 UTC  (3+ 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 net] nfc: nci: fix out-of-bounds write in nci_target_auto_activated()
 2026-06-23 17:21 UTC  (2+ messages)

[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)

[PATCH net-next v3] vsock/virtio: rewrite MSG_ZEROCOPY flag handling
 2026-06-23 17:26 UTC  (2+ messages)

Ethtool : PRBS feature
 2026-06-23 17:10 UTC  (11+ messages)

[PATCH net v2 0/2] net: stmmac: dwmac-spacemit: Fix wrong macro definition
 2026-06-23 16:54 UTC  (5+ messages)
` [PATCH net v2 1/2] net: stmmac: dwmac-spacemit: Fix wrong phy interface definition
` [PATCH net v2 2/2] net: stmmac: dwmac-spacemit: Fix wrong irq definition


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