Netdev List
 help / color / mirror / Atom feed
 messages from 2026-06-12 01:00:58 to 2026-06-12 07:05:18 UTC [more...]

[PATCH net v3] tcp: clear sock_ops cb flags before force-closing a child socket
 2026-06-12  7:05 UTC  (2+ messages)

[PATCH net v5 0/7] net: require CAP_NET_ADMIN in the device netns for tunnel changelink
 2026-06-12  7:01 UTC  (15+ messages)
` [PATCH net v5 1/7] net: ip_gre: require CAP_NET_ADMIN in the device netns for changelink
` [PATCH net v5 2/7] net: ipip: "
` [PATCH net v5 3/7] net: ip_vti: "
` [PATCH net v5 4/7] net: ip6_tunnel: "
` [PATCH net v5 5/7] net: ip6_gre: "
` [PATCH net v5 6/7] net: ip6_vti: "
` [PATCH net v5 7/7] xfrm: xfrm_interface: "

[PATCH net-next] ixgbevf: use vmalloc_array() replace vmalloc()
 2026-06-12  6:58 UTC 

[PATCH net] net: ethernet: mtk_wed: debugfs: correct index in wed_amsdu_show()
 2026-06-12  6:45 UTC 

[PATCH bpf-next] selftests/bpf: add helper retval linked scalar pruning selftest
 2026-06-12  6:32 UTC  (3+ messages)

[PATCH v1 net-next 0/5] ipv4: fib: Remove RTNL in fib_net_exit_batch()
 2026-06-12  6:32 UTC  (6+ messages)
` [PATCH v1 net-next 1/5] ipv4: fib: Flush all fib_info in fib_table_flush() during netns dismantle
` [PATCH v1 net-next 2/5] ipv4: fib: Call fib_proc_exit() and nl_fib_lookup_exit() at ->pre_exit()
` [PATCH v1 net-next 3/5] ipv4: fib: Free net->ipv4.{fib_table_hash,notifier_ops} without RTNL
` [PATCH v1 net-next 4/5] ipv4: fib: Avoid calling fib_trie_table() in fib_new_table() for dying net
` [PATCH v1 net-next 5/5] ipv4: fib: Convert fib_net_exit_batch() to ->exit_rtnl()

[PATCH] net/xfrm: fix refcount leak in clone_policy()
 2026-06-12  6:01 UTC  (3+ messages)

[PATCH net] xfrm: annotate data-races around xfrm_policy_count[] and xfrm_policy_default[]
 2026-06-12  5:56 UTC 

[syzbot] [net?] KCSAN: data-race in xfrm_lookup_with_ifid / xfrm_policy_delete
 2026-06-12  5:52 UTC 

[PATCH net-next v2 1/2] net: dsa: realtek: rtl8365mb: add SGMII support for RTL8367S
 2026-06-12  5:23 UTC  (2+ messages)

[PATCH net-next 0/2] net/smc: transition to RDMA core CQ pooling
 2026-06-12  5:10 UTC  (3+ messages)

[PATCH net-next V2 00/15] net/mlx5: Add switchdev mode support for Socket Direct single netdev, part 2/2
 2026-06-12  5:09 UTC  (3+ messages)

[PATCH] xfrm: Fix xfrm state cache insertion race
 2026-06-12  4:58 UTC 

[PATCH net-next v2] vsock/vmci: use sk_acceptq_is_full() helper
 2026-06-12  4:58 UTC 

[PATCH net-next v3 0/4] vsock: consolidate acceptq accounting into core helpers
 2026-06-12  4:52 UTC  (5+ messages)
` [PATCH net-next v3 1/4] vsock: introduce vsock_pending_to_accept() helper
` [PATCH net-next v3 2/4] vsock: fold sk_acceptq_added() into vsock_add_pending()
` [PATCH net-next v3 3/4] vsock: fold sk_acceptq_added() into vsock_enqueue_accept()
` [PATCH net-next v3 4/4] vsock: fold sk_acceptq_removed() into vsock_remove_pending()

[PATCH v1 bpf-next/net 0/5] bpf: Support RX/TX HW timestamp proxy
 2026-06-12  4:16 UTC  (4+ messages)
` [PATCH v1 bpf-next/net 4/5] bpf: Add kfunc to proxy TX HW Timestamp

[PATCH net v3] net: wwan: t7xx: check skb_clone in control TX
 2026-06-12  3:56 UTC 

[PATCH v2 net-next 04/15] net: enetc: add link speed message support to PF driver
 2026-06-12  3:28 UTC  (2+ messages)

[PATCH net-next v7 0/7] r8169: add RSS support for RTL8127
 2026-06-12  3:23 UTC  (2+ messages)

[PATCH v2 3/7] seg6: add End.M.GTP6.E behavior
 2026-06-12  3:14 UTC  (2+ messages)

[PATCH v2 net-next 09/15] net: enetc: add MAC address filtering support for VFs of ENETC v4
 2026-06-12  2:51 UTC  (2+ messages)

[PATCH v2 net-next 13/15] net: enetc: implement ndo_set_rx_mode_async for ENETC v4 VF
 2026-06-12  2:45 UTC  (2+ messages)

[PATCH v5 net-next 7/9] net: dsa: netc: add VLAN filter table and egress treatment management
 2026-06-12  2:38 UTC  (2+ messages)

[PATCH v2 net-next] ip6_tunnel: annotate data-races around t->err_count and t->err_time
 2026-06-12  2:30 UTC  (2+ messages)

[PATCH v5 net-next 5/9] net: dsa: netc: initialize the group bitmap of ETT and ECT
 2026-06-12  2:29 UTC  (2+ messages)

[RFC PATCH bpf-next 0/5] tcp: opportunistic loopback splice for BPF-paired sockets
 2026-06-12  2:10 UTC  (7+ messages)
` [RFC PATCH bpf-next 1/5] tcp_bpf: add bpf_sock_splice_pair kfunc for opportunistic loopback splice
` [RFC PATCH bpf-next 2/5] tcp_bpf: busy-poll the splice ring before parking the receiver
` [RFC PATCH bpf-next 3/5] selftests/bpf: add tcp_splice basic round-trip test
` [RFC PATCH bpf-next 4/5] bpf: allow SO_BUSY_POLL in bpf_setsockopt()
` [RFC PATCH bpf-next 5/5] selftests/bpf: set SO_BUSY_POLL from the tcp_splice sockops prog

[PATCH bpf v2 0/7] bpf, skmsg: some fixes for skmsg
 2026-06-12  2:03 UTC  (4+ messages)
` [PATCH bpf v2 1/7] bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()

[PATCH] tls: fix encrypt_pending refcount leak on -EBUSY error path
 2026-06-12  2:01 UTC 

[PATCH net 1/1] net: ipv4: bound TCP reordering sysctl writes
 2026-06-12  2:01 UTC  (5+ messages)

[PATCH net-next v2] octeontx2-af: Fix PCI device reference leaks in debugfs
 2026-06-12  1:58 UTC  (7+ messages)

[PATCH] sctp: auth: fix inconsistent key release in sctp_auth_set_key error path
 2026-06-12  1:25 UTC 

[REGRESSION 6.16] r8169 RTL8168h/8111h fails to probe — "Unable to change power state from D3cold to D0" — bisected to 4d4c10f763d7
 2026-06-12  1:07 UTC 

[PATCH net-next v10 0/3] ksz87xx: add support for low-loss cable equalizer errata
 2026-06-12  1:05 UTC  (2+ messages)

[PATCH net-next 0/3] xsk: support tx napi busy_poll
 2026-06-12  1:09 UTC  (3+ messages)

[PATCH net-next v13 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
 2026-06-12  1:00 UTC  (2+ messages)
` [PATCH net-next v13 2/2] selftests: net: add local ECMP rehash test


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