index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
2025-07-07
netpoll: factor out IPv4 header setup into push_ipv4() helper
Breno Leitao
2025-07-07
netpoll: factor out IPv6 header setup into push_ipv6() helper
Breno Leitao
2025-07-07
netpoll: factor out UDP checksum calculation into helper
Breno Leitao
2025-07-07
netpoll: Improve code clarity with explicit struct size calculations
Breno Leitao
2025-07-07
net: remove RTNL use for /proc/sys/net/core/rps_default_mask
Eric Dumazet
2025-07-07
page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems...
Byungchul Park
2025-07-07
page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netme...
Byungchul Park
2025-07-07
page_pool: rename page_pool_return_page() to page_pool_return_netmem()
Byungchul Park
2025-07-04
af_unix: enable handing out pidfds for reaped tasks in SCM_PIDFD
Alexander Mikhalitsyn
2025-07-04
af_unix: stash pidfs dentry when needed
Alexander Mikhalitsyn
2025-07-04
af_unix: introduce and use scm_replace_pid() helper
Alexander Mikhalitsyn
2025-07-02
net: preserve MSG_ZEROCOPY with forwarding
Willem de Bruijn
2025-07-02
net: dst: add four helpers to annotate data-races around dst->dev
Eric Dumazet
2025-07-02
net: dst: annotate data-races around dst->output
Eric Dumazet
2025-07-02
net: dst: annotate data-races around dst->input
Eric Dumazet
2025-07-02
net: dst: annotate data-races around dst->lastuse
Eric Dumazet
2025-07-02
net: dst: annotate data-races around dst->obsolete
Eric Dumazet
2025-07-02
tcp: move tcp_memory_allocated into net_aligned_data
Eric Dumazet
2025-07-02
net: move net_cookie into net_aligned_data
Eric Dumazet
2025-07-02
net: add struct net_aligned_data
Eric Dumazet
2025-07-01
net: ieee8021q: fix insufficient table-size assertion
RubenKelevra
2025-06-30
net: net->nsid_lock does not need BH safety
Eric Dumazet
2025-06-30
neighbor: Add NTF_EXT_VALIDATED flag for externally validated entries
Ido Schimmel
2025-06-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-06-26
net: selftests: fix TCP packet checksum
Jakub Kicinski
2025-06-25
net: Reoder rxq_idx check in __net_mp_open_rxq()
Yue Haibing
2025-06-25
neighbour: Remove redundant assignment to err
Yue Haibing
2025-06-23
net: make sk->sk_rcvtimeo lockless
Eric Dumazet
2025-06-23
net: make sk->sk_sndtimeo lockless
Eric Dumazet
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
2025-06-23
net: netpoll: Initialize UDP checksum field before checksumming
Breno Leitao
2025-06-19
Merge branch 'ref_tracker-add-ability-to-register-a-debugfs-file-for-a-ref_tr...
Jakub Kicinski
2025-06-19
ref_tracker: eliminate the ref_tracker_dir name field
Jeff Layton
2025-06-19
net: add symlinks to ref_tracker_dir for netns
Jeff Layton
2025-06-19
ref_tracker: add a static classname string to each ref_tracker_dir
Jeff Layton
2025-06-19
netpoll: Extract IPv6 address retrieval function
Breno Leitao
2025-06-19
netpoll: extract IPv4 address retrieval into helper function
Breno Leitao
2025-06-19
netpoll: Extract carrier wait function
Breno Leitao
2025-06-19
neighbour: add support for NUD_PERMANENT proxy entries
Nicolas Escande
2025-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-06-18
net: remove redundant ASSERT_RTNL() in queue setup functions
Stanislav Fomichev
2025-06-18
udp_tunnel: remove rtnl_lock dependency
Stanislav Fomichev
2025-06-17
net: netmem: fix skb_ensure_writable with unreadable skbs
Mina Almasry
2025-06-16
netpoll: move netpoll_print_options to netconsole
Breno Leitao
2025-06-16
netpoll: relocate netconsole-specific functions to netconsole module
Breno Leitao
2025-06-16
netpoll: expose netpoll logging macros in public header
Breno Leitao
2025-06-16
netpoll: remove __netpoll_cleanup from exported API
Breno Leitao
2025-06-14
net: sysfs: Implement is_visible for phys_(port_id, port_name, switch_id)
Yajun Deng
2025-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
[prev]
[next]