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
/
unix
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
af_unix: Set gc_in_progress to true in unix_gc().
Kuniyuki Iwashima
1
-3
/
+3
2026-04-23
Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-8
/
+27
2026-04-18
af_unix: Drop all SCM attributes for SOCKMAP.
Kuniyuki Iwashima
1
-8
/
+27
2026-04-15
bpf, sockmap: Take state lock for af_unix iter
Michal Luczaj
1
-0
/
+2
2026-04-15
bpf, sockmap: Fix af_unix null-ptr-deref in proto update
Michal Luczaj
1
-0
/
+3
2026-04-15
bpf, sockmap: Fix af_unix iter deadlock
Michal Luczaj
1
-4
/
+3
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2
-3
/
+3
2026-04-13
Merge tag 'landlock-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Linus Torvalds
1
-3
/
+7
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-4
/
+4
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+13
2026-04-08
af_unix: read UNIX_DIAG_VFS data under unix_state_lock
Jiexun Wang
1
-8
/
+13
2026-04-07
lsm: Add LSM hook security_unix_find
Justin Suess
1
-3
/
+7
2026-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-28
/
+54
2026-03-12
af_unix: Give up GC if MSG_PEEK intervened.
Kuniyuki Iwashima
3
-28
/
+54
2026-03-06
net: change sock.sk_ino and sock_i_ino() to u64
Jeff Layton
2
-4
/
+4
2026-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2026-03-02
net: remove addr_len argument of recvmsg() handlers
Eric Dumazet
2
-3
/
+3
2026-02-26
net: annotate data-races around sk->sk_{data_ready,write_space}
Eric Dumazet
1
-4
/
+4
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-8
/
+7
2026-02-11
af_unix: Fix memleak of newsk in unix_stream_connect().
Kuniyuki Iwashima
1
-8
/
+3
2026-01-08
net: do not write to msg_get_inq in callee
Willem de Bruijn
1
-5
/
+3
2025-12-28
af_unix: don't post cmsg for SO_INQ unless explicitly asked for
Jens Axboe
1
-3
/
+8
2025-12-08
af_unix: annotate unix_gc_lock with __cacheline_aligned_in_smp
Mateusz Guzik
1
-1
/
+1
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-69
/
+57
2025-12-01
Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-15
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-12-01
Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-13
/
+4
2025-11-28
af_unix: convert unix_file_open() to FD_ADD()
Christian Brauner
1
-15
/
+1
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2025-11-18
af_unix: Consolidate unix_schedule_gc() and wait_for_unix_gc().
Kuniyuki Iwashima
3
-21
/
+11
2025-11-18
af_unix: Remove unix_tot_inflight.
Kuniyuki Iwashima
1
-3
/
+0
2025-11-18
af_unix: Refine wait_for_unix_gc().
Kuniyuki Iwashima
1
-13
/
+8
2025-11-18
af_unix: Don't call wait_for_unix_gc() on every sendmsg().
Kuniyuki Iwashima
3
-8
/
+6
2025-11-18
af_unix: Don't trigger GC from close() if unnecessary.
Kuniyuki Iwashima
3
-14
/
+19
2025-11-18
af_unix: Simplify GC state.
Kuniyuki Iwashima
1
-9
/
+12
2025-11-18
af_unix: Count cyclic SCC.
Kuniyuki Iwashima
1
-10
/
+21
2025-11-18
af_unix: Read sk_peek_offset() again after sleeping in unix_stream_read_generic().
Kuniyuki Iwashima
1
-2
/
+1
2025-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+11
2025-11-12
vfs: make vfs_mknod break delegations on parent directory
Jeff Layton
1
-1
/
+1
2025-11-11
af_unix: Initialise scc_index in unix_add_edge().
Kuniyuki Iwashima
1
-3
/
+11
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-4
/
+4
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-2
/
+2
2025-11-04
unix: don't copy creds
Christian Brauner
1
-13
/
+4
2025-10-23
net: unix: remove outdated BSD behavior comment in unix_release_sock()
Sunday Adelodun
1
-11
/
+0
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+1
2025-09-23
VFS: rename kern_path_locked() and related functions.
NeilBrown
1
-3
/
+3
2025-09-22
net: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
[next]