index
:
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.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
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
2025-07-04
af_unix: stash pidfs dentry when needed
Alexander Mikhalitsyn
2025-07-04
af_unix/scm: fix whitespace errors
Alexander Mikhalitsyn
2025-07-04
af_unix: introduce and use scm_replace_pid() helper
Alexander Mikhalitsyn
2025-07-04
af_unix: introduce unix_skb_to_scm helper
Alexander Mikhalitsyn
2025-07-04
af_unix: rework unix_maybe_add_creds() to allow sleep
Alexander Mikhalitsyn
2025-07-04
xfrm: Skip redundant statistics update for crypto offload
Jianbo Liu
2025-07-04
xfrm: interface: fix use-after-free after changing collect_md xfrm interface
Eyal Birger
2025-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2025-07-03
Merge tag 'net-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-07-03
Bluetooth: hci_event: Fix not marking Broadcast Sink BIS as connected
Luiz Augusto von Dentz
2025-07-03
Bluetooth: hci_sync: Fix attempting to send HCI_Disconnect to BIS handle
Luiz Augusto von Dentz
2025-07-03
Bluetooth: hci_sync: Fix not disabling advertising instance
Luiz Augusto von Dentz
2025-07-03
ipv6: Cleanup fib6_drop_pcpu_from()
Yue Haibing
2025-07-03
netfilter: conntrack: remove DCCP protocol support
Pablo Neira Ayuso
2025-07-03
vsock/vmci: Clear the vmci transport packet properly when initializing it
HarshaVardhana S A
2025-07-02
rpc_create_client_dir(): return 0 or -E...
Al Viro
2025-07-02
rpc_create_client_dir(): don't bother with rpc_populate()
Al Viro
2025-07-02
rpc_new_dir(): the last argument is always NULL
Al Viro
[prev]
[next]