index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2025-10-09
Merge tag '9p-for-6.18-rc1' of https://github.com/martinetd/linux
Linus Torvalds
-15
/
+18
2025-10-09
Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-34
/
+106
2025-10-08
libceph: add empty check to ceph_con_get_out_msg()
Max Kellermann
-9
/
+8
2025-10-08
libceph: pass the message pointer instead of loading con->out_msg
Max Kellermann
-105
/
+112
2025-10-08
libceph: make ceph_con_get_out_msg() return the message pointer
Max Kellermann
-4
/
+3
2025-10-08
libceph: Use HMAC-SHA256 library instead of crypto_shash
Eric Biggers
-57
/
+23
2025-10-08
bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu()
Eric Woudstra
-1
/
+1
2025-10-08
netfilter: nft_objref: validate objref and objrefmap expressions
Fernando Fernandez Mancera
-0
/
+39
2025-10-07
bpf: Use rcu_read_lock_dont_migrate in bpf_sk_storage.c
Fushuai Wang
-8
/
+4
2025-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-1
/
+1
2025-10-06
bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}
Daniel Borkmann
-0
/
+2
2025-10-06
Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
-20
/
+42
2025-10-06
tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()
Eric Dumazet
-1
/
+4
2025-10-06
page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
Toke Høiland-Jørgensen
-23
/
+53
2025-10-06
tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().
Kuniyuki Iwashima
-1
/
+0
2025-10-06
net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()
Alexandr Sapozhnikov
-1
/
+2
2025-10-03
Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
-15
/
+31
2025-10-03
net: doc: Fix typos in docs
Bhanu Seshu Kumar Valluri
-3
/
+3
2025-10-03
net: psp: don't assume reply skbs will have a socket
Jakub Kicinski
-4
/
+4
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-6832
/
+8055
2025-10-01
SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it
Eric Biggers
-1
/
+2
2025-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-36
/
+99
2025-10-01
Revert "Documentation: net: add flow control guide and document ethtool API"
Paolo Abeni
-6
/
+0
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-48
/
+221
2025-10-01
Drivers: hv: Add CONFIG_HYPERV_VMBUS option
Mukesh Rathor
-1
/
+1
2025-09-30
sunrpc: unexport rpc_malloc() and rpc_free()
Jeff Layton
-2
/
+0
2025-09-30
Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-7
/
+1
2025-09-30
net: add NUMA awareness to skb_attempt_defer_free()
Eric Dumazet
-18
/
+30
2025-09-30
net: use llist for sd->defer_list
Eric Dumazet
-20
/
+13
2025-09-30
net: make softnet_data.defer_count an atomic
Eric Dumazet
-5
/
+3
2025-09-30
netdevsim: a basic test PSP implementation
Jakub Kicinski
-0
/
+1
2025-09-30
page_pool: Clamp pool size to max 16K pages
Dragos Tatulea
-5
/
+1
2025-09-30
tipc: adjust tipc_nodeid2string() to return string length
Dmitry Antipov
-10
/
+7
2025-09-30
net: nfc: nci: Add parameter validation for packet data
Deepak Sharma
-36
/
+99
2025-09-30
Documentation: net: add flow control guide and document ethtool API
Oleksij Rempel
-0
/
+6
2025-09-29
net: rtnetlink: fix typo in rtnl_unregister_all() comment
Alok Tiwari
-1
/
+1
2025-09-29
mptcp: minor move_skbs_to_msk() cleanup
Paolo Abeni
-6
/
+2
2025-09-29
mptcp: factor out a basic skb coalesce helper
Paolo Abeni
-6
/
+17
2025-09-29
mptcp: remove unneeded mptcp_move_skb()
Paolo Abeni
-7
/
+1
2025-09-29
mptcp: introduce the mptcp_init_skb helper
Paolo Abeni
-21
/
+25
2025-09-29
mptcp: rcvbuf auto-tuning improvement
Paolo Abeni
-52
/
+49
2025-09-29
tcp: make tcp_rcvbuf_grow() accessible to mptcp code
Paolo Abeni
-1
/
+1
2025-09-29
mptcp: leverage skb deferral free
Paolo Abeni
-2
/
+3
2025-09-29
tcp: use skb->len instead of skb->truesize in tcp_can_ingest()
Eric Dumazet
-2
/
+13
2025-09-29
Merge tag 'for-net-next-2025-09-27' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
-56
/
+104
2025-09-29
net: remove one stac/clac pair from move_addr_to_user()
Eric Dumazet
-11
/
+24
2025-09-29
scm: use masked_user_access_begin() in put_cmsg()
Eric Dumazet
-1
/
+3
2025-09-29
net: ethtool: remove duplicated mm.o from Makefile
Markus Heidelberg
-1
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+3
2025-09-29
Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-38
/
+32
[prev]
[next]