index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
core
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-27
net: restore napi_consume_skb()'s NULL-handling
Jakub Kicinski
1
-1
/
+1
2025-11-27
netmem, devmem, tcp: access pp fields through @desc in net_iov
Byungchul Park
1
-3
/
+3
2025-11-26
phy: add hwtstamp_get callback to phy drivers
Vadim Fedorenko
1
-4
/
+5
2025-11-25
net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx group
Eric Dumazet
1
-2
/
+2
2025-11-25
tools: ynl-gen: add regeneration comment
Asbjørn Sloth Tønnesen
2
-0
/
+2
2025-11-25
net_sched: add qdisc_dequeue_drop() helper
Eric Dumazet
1
-9
/
+13
2025-11-25
net_sched: add tcf_kfree_skb_list() helper
Eric Dumazet
1
-10
/
+5
2025-11-25
net: annotate a data-race in __dev_xmit_skb()
Eric Dumazet
1
-1
/
+1
2025-11-25
net: prefech skb->priority in __dev_xmit_skb()
Eric Dumazet
1
-0
/
+1
2025-11-25
net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()
Eric Dumazet
1
-1
/
+1
2025-11-25
net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()
Eric Dumazet
1
-4
/
+11
2025-11-25
net: init shinfo->gso_segs from qdisc_pkt_len_init()
Eric Dumazet
1
-1
/
+2
2025-11-25
net_sched: make room for (struct qdisc_skb_cb)->pkt_segs
Eric Dumazet
1
-1
/
+1
2025-11-24
net: factor-out _sk_charge() helper
Paolo Abeni
1
-0
/
+18
2025-11-20
tcp: add net.ipv4.tcp_rcvbuf_low_rtt
Eric Dumazet
1
-0
/
+2
2025-11-20
tcp: tcp_moderate_rcvbuf is only used in rx path
Eric Dumazet
1
-7
/
+2
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2025-11-19
net: prefetch the next skb in napi_skb_cache_get()
Jason Xing
1
-0
/
+2
2025-11-19
net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk free
Jason Xing
1
-6
/
+8
2025-11-19
net: increase default NAPI_SKB_CACHE_BULK to 32
Jason Xing
1
-1
/
+1
2025-11-19
net: increase default NAPI_SKB_CACHE_SIZE to 128
Jason Xing
1
-1
/
+1
2025-11-18
net: use napi_skb_cache even in process context
Eric Dumazet
1
-0
/
+5
2025-11-18
net: __alloc_skb() cleanup
Eric Dumazet
1
-10
/
+18
2025-11-18
net: add a new @alloc parameter to napi_skb_cache_get()
Eric Dumazet
1
-7
/
+8
2025-11-13
net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()
Jiaming Zhang
1
-0
/
+3
2025-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+5
2025-11-12
net: clear skb->sk in skb_release_head_state()
Eric Dumazet
1
-0
/
+1
2025-11-11
xsk: add indirect call for xsk_destruct_skb
Jason Xing
1
-3
/
+5
2025-11-10
net: netpoll: fix incorrect refcount handling causing incorrect cleanup
Breno Leitao
1
-2
/
+5
2025-11-10
bpf: Make bpf_skb_change_head helper metadata-safe
Jakub Sitnicki
1
-1
/
+3
2025-11-10
bpf: Make bpf_skb_change_proto helper metadata-safe
Jakub Sitnicki
1
-1
/
+2
2025-11-10
bpf: Make bpf_skb_adjust_room metadata-safe
Jakub Sitnicki
1
-4
/
+5
2025-11-10
bpf: Unclone skb head on bpf_dynptr_write to skb metadata
Jakub Sitnicki
1
-6
/
+12
2025-11-10
net: Preserve metadata on pskb_expand_head
Jakub Sitnicki
1
-2
/
+4
2025-11-07
net: increase skb_defer_max default to 128
Eric Dumazet
1
-1
/
+1
2025-11-07
net: fix napi_consume_skb() with alien skbs
Eric Dumazet
1
-0
/
+5
2025-11-07
net: allow skb_release_head_state() to be called multiple times
Eric Dumazet
1
-4
/
+3
2025-11-07
net: add prefetch() in skb_defer_free_flush()
Eric Dumazet
1
-0
/
+1
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-8
/
+6
2025-11-06
Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-7
/
+4
2025-11-06
net: selftests: export packet creation helpers for driver use
Raju Rangoju
1
-41
/
+7
2025-11-05
net: gro_cells: Reduce lock scope in gro_cell_poll
Sebastian Andrzej Siewior
1
-2
/
+2
2025-11-04
netpoll: Fix deadlock in memory allocation under spinlock
Breno Leitao
1
-5
/
+2
2025-11-04
net: Convert struct sockaddr to fixed-size "sa_data[14]"
Kees Cook
2
-2
/
+2
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
2
-3
/
+4
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-11-04
net: devmem: Remove unused declaration net_devmem_bind_tx_release()
Yue Haibing
1
-1
/
+0
2025-11-04
net: mark deliver_skb() as unlikely and not inlined
Eric Dumazet
1
-11
/
+11
2025-11-04
rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATS
Adrian Moreno
1
-4
/
+11
[next]