index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
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.17.y
linux-6.18.y
linux-6.19.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
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2025-07-08
vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`
Michal Luczaj
2025-07-08
vsock: Fix transport_* TOCTOU
Michal Luczaj
2025-07-08
vsock: Fix transport_{g2h,h2g} TOCTOU
Michal Luczaj
2025-07-08
net: skbuff: Drop unused @skb
Michal Luczaj
2025-07-08
net: skbuff: Drop unused @skb
Michal Luczaj
2025-07-08
net: splice: Drop unused @gfp
Michal Luczaj
2025-07-08
net: splice: Drop unused @pipe
Michal Luczaj
2025-07-08
tcp: Correct signedness in skb remaining space calculation
Jiayuan Chen
2025-07-08
net/handshake: Add new parameter 'HANDSHAKE_A_ACCEPT_KEYRING'
Hannes Reinecke
2025-07-08
net: replace ADDRLABEL with dynamic debug
Wang Liang
2025-07-08
Revert "xfrm: destroy xfrm_state synchronously on net exit path"
Sabrina Dubroca
2025-07-08
xfrm: delete x->tunnel as we delete x
Sabrina Dubroca
2025-07-08
net/sched: acp_api: no longer acquire RTNL in tc_action_net_exit()
Eric Dumazet
2025-07-08
net: mctp: test: Add tests for gateway routes
Jeremy Kerr
2025-07-08
net: mctp: add gateway routing support
Jeremy Kerr
2025-07-08
net: mctp: allow NL parsing directly into a struct mctp_route
Jeremy Kerr
2025-07-08
net: mctp: remove routes by netid, not by device
Jeremy Kerr
2025-07-08
net: mctp: pass net into route creation
Jeremy Kerr
2025-07-08
net: mctp: test: Add initial socket tests
Jeremy Kerr
2025-07-08
net: mctp: test: add sock test infrastructure
Jeremy Kerr
2025-07-08
net: mctp: test: move functions into utils.[ch]
Jeremy Kerr
2025-07-08
net: mctp: test: Add extaddr routing output test
Jeremy Kerr
2025-07-08
net: mctp: test: Add an addressed device constructor
Jeremy Kerr
2025-07-08
net: mctp: separate cb from direct-addressing routing
Jeremy Kerr
2025-07-08
net: mctp: separate routing database from routing operations
Jeremy Kerr
2025-07-08
net: mctp: test: make cloned_frag buffers more appropriately-sized
Jeremy Kerr
2025-07-08
net: mctp: don't use source cb data when forwarding, ensure pkt_type is set
Jeremy Kerr
2025-07-08
wifi: mac80211: fix rx link assignment for non-MLO stations
Hari Chandrakanthan
2025-07-08
wifi: cfg80211: move away from using a fake platform device
Greg Kroah-Hartman
2025-07-07
Merge tag 'for-net-2025-07-03' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2025-07-07
netpoll: move Ethernet setup to push_eth() helper
Breno Leitao
2025-07-07
netpoll: factor out UDP header setup into push_udp() helper
Breno Leitao
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-07
tipc: Fix use-after-free in tipc_conn_close().
Kuniyuki Iwashima
2025-07-07
netlink: Fix wraparounds of sk->sk_rmem_alloc.
Kuniyuki Iwashima
2025-07-07
net: openvswitch: allow providing upcall pid for the 'execute' command
Ilya Maximets
2025-07-07
wifi: prevent A-MSDU attacks in mesh networks
Mathy Vanhoef
2025-07-07
wifi: mac80211: reject VHT opmode for unsupported channel widths
Moon Hee Lee
2025-07-07
wifi: mac80211: fix non-transmitted BSSID profile search
Johannes Berg
2025-07-07
wifi: mac80211: clear frame buffer to never leak stack
Johannes Berg
2025-07-07
wifi: mac80211: correctly identify S1G short beacon
Lachlan Hodges
2025-07-04
libceph: Rename hmac_sha256() to ceph_hmac_sha256()
Eric Biggers
2025-07-04
af_unix: enable handing out pidfds for reaped tasks in SCM_PIDFD
Alexander Mikhalitsyn
[prev]
[next]