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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-08
net: skbuff: Drop unused @skb
Michal Luczaj
1
-3
/
+2
2025-07-08
net: skbuff: Drop unused @skb
Michal Luczaj
1
-4
/
+3
2025-07-08
net: splice: Drop unused @gfp
Michal Luczaj
1
-2
/
+1
2025-07-08
net: splice: Drop unused @pipe
Michal Luczaj
1
-11
/
+7
2025-07-07
netpoll: move Ethernet setup to push_eth() helper
Breno Leitao
1
-15
/
+15
2025-07-07
netpoll: factor out UDP header setup into push_udp() helper
Breno Leitao
1
-9
/
+19
2025-07-07
netpoll: factor out IPv4 header setup into push_ipv4() helper
Breno Leitao
1
-26
/
+36
2025-07-07
netpoll: factor out IPv6 header setup into push_ipv6() helper
Breno Leitao
1
-20
/
+29
2025-07-07
netpoll: factor out UDP checksum calculation into helper
Breno Leitao
1
-15
/
+26
2025-07-07
netpoll: Improve code clarity with explicit struct size calculations
Breno Leitao
1
-6
/
+6
2025-07-07
net: remove RTNL use for /proc/sys/net/core/rps_default_mask
Eric Dumazet
3
-26
/
+28
2025-07-07
page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
Byungchul Park
1
-3
/
+3
2025-07-07
page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
Byungchul Park
1
-4
/
+4
2025-07-07
page_pool: rename page_pool_return_page() to page_pool_return_netmem()
Byungchul Park
1
-11
/
+11
2025-07-04
af_unix: enable handing out pidfds for reaped tasks in SCM_PIDFD
Alexander Mikhalitsyn
1
-1
/
+2
2025-07-04
af_unix: stash pidfs dentry when needed
Alexander Mikhalitsyn
1
-0
/
+7
2025-07-04
af_unix: introduce and use scm_replace_pid() helper
Alexander Mikhalitsyn
1
-3
/
+19
2025-07-02
net: preserve MSG_ZEROCOPY with forwarding
Willem de Bruijn
1
-2
/
+0
2025-07-02
net: dst: add four helpers to annotate data-races around dst->dev
Eric Dumazet
2
-6
/
+6
2025-07-02
net: dst: annotate data-races around dst->output
Eric Dumazet
1
-1
/
+1
2025-07-02
net: dst: annotate data-races around dst->input
Eric Dumazet
1
-1
/
+1
2025-07-02
net: dst: annotate data-races around dst->lastuse
Eric Dumazet
1
-1
/
+3
2025-07-02
net: dst: annotate data-races around dst->obsolete
Eric Dumazet
4
-5
/
+6
2025-07-02
tcp: move tcp_memory_allocated into net_aligned_data
Eric Dumazet
1
-0
/
+2
2025-07-02
net: move net_cookie into net_aligned_data
Eric Dumazet
1
-6
/
+2
2025-07-02
net: add struct net_aligned_data
Eric Dumazet
1
-0
/
+3
2025-07-01
net: ieee8021q: fix insufficient table-size assertion
RubenKelevra
1
-31
/
+13
2025-06-30
net: net->nsid_lock does not need BH safety
Eric Dumazet
1
-11
/
+11
2025-06-30
neighbor: Add NTF_EXT_VALIDATED flag for externally validated entries
Ido Schimmel
1
-10
/
+69
2025-06-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-1
/
+10
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+4
2025-06-26
net: selftests: fix TCP packet checksum
Jakub Kicinski
1
-2
/
+3
2025-06-25
net: Reoder rxq_idx check in __net_mp_open_rxq()
Yue Haibing
1
-4
/
+2
2025-06-25
neighbour: Remove redundant assignment to err
Yue Haibing
1
-3
/
+1
2025-06-23
net: make sk->sk_rcvtimeo lockless
Eric Dumazet
1
-6
/
+4
2025-06-23
net: make sk->sk_sndtimeo lockless
Eric Dumazet
1
-8
/
+4
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
1
-11
/
+0
2025-06-23
net: netpoll: Initialize UDP checksum field before checksumming
Breno Leitao
1
-1
/
+1
2025-06-19
Merge branch 'ref_tracker-add-ability-to-register-a-debugfs-file-for-a-ref_tracker_dir'
Jakub Kicinski
2
-4
/
+32
2025-06-19
ref_tracker: eliminate the ref_tracker_dir name field
Jeff Layton
2
-3
/
+3
2025-06-19
net: add symlinks to ref_tracker_dir for netns
Jeff Layton
1
-1
/
+29
2025-06-19
ref_tracker: add a static classname string to each ref_tracker_dir
Jeff Layton
2
-3
/
+3
2025-06-19
netpoll: Extract IPv6 address retrieval function
Breno Leitao
1
-32
/
+44
2025-06-19
netpoll: extract IPv4 address retrieval into helper function
Breno Leitao
1
-17
/
+31
2025-06-19
netpoll: Extract carrier wait function
Breno Leitao
1
-12
/
+16
2025-06-19
neighbour: add support for NUD_PERMANENT proxy entries
Nicolas Escande
1
-3
/
+9
2025-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+0
2025-06-18
net: remove redundant ASSERT_RTNL() in queue setup functions
Stanislav Fomichev
1
-2
/
+0
2025-06-18
udp_tunnel: remove rtnl_lock dependency
Stanislav Fomichev
1
-0
/
+2
2025-06-17
net: netmem: fix skb_ensure_writable with unreadable skbs
Mina Almasry
1
-3
/
+0
[prev]
[next]