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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2
-59
/
+128
2025-07-28
Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-30
/
+48
2025-07-14
don't bother with path_get()/path_put() in unix_open_file()
Al Viro
1
-12
/
+4
2025-07-08
af_unix: Introduce SO_INQ.
Kuniyuki Iwashima
1
-2
/
+60
2025-07-08
af_unix: Cache state->msg in unix_stream_read_generic().
Kuniyuki Iwashima
1
-16
/
+17
2025-07-08
af_unix: Use cached value for SOCK_STREAM in unix_inq_len().
Kuniyuki Iwashima
1
-10
/
+28
2025-07-08
af_unix: Don't use skb_recv_datagram() in unix_stream_read_skb().
Kuniyuki Iwashima
1
-17
/
+22
2025-07-08
af_unix: Don't check SOCK_DEAD in unix_stream_read_skb().
Kuniyuki Iwashima
1
-10
/
+0
2025-07-08
af_unix: Don't hold unix_state_lock() in __unix_dgram_recvmsg().
Kuniyuki Iwashima
1
-3
/
+1
2025-07-08
net: splice: Drop unused @gfp
Michal Luczaj
1
-2
/
+1
2025-07-04
af_unix: stash pidfs dentry when needed
Alexander Mikhalitsyn
1
-1
/
+10
2025-07-04
af_unix/scm: fix whitespace errors
Alexander Mikhalitsyn
1
-1
/
+1
2025-07-04
af_unix: introduce unix_skb_to_scm helper
Alexander Mikhalitsyn
1
-4
/
+8
2025-07-04
af_unix: rework unix_maybe_add_creds() to allow sleep
Alexander Mikhalitsyn
1
-7
/
+25
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+23
2025-06-24
af_unix: Don't set -ECONNRESET for consumed OOB skb.
Kuniyuki Iwashima
1
-6
/
+12
2025-06-24
af_unix: Don't leave consecutive consumed OOB skbs.
Kuniyuki Iwashima
1
-2
/
+11
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
2
-2
/
+2
2025-06-19
pidfs: remove pidfs_{get,put}_pid()
Christian Brauner
1
-5
/
+0
2025-06-12
af_unix: Allow passing cred for embryo without SO_PASSCRED/SO_PASSPIDFD.
Kuniyuki Iwashima
1
-1
/
+2
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-57
/
+47
2025-05-23
af_unix: Introduce SO_PASSRIGHTS.
Kuniyuki Iwashima
1
-2
/
+20
2025-05-23
af_unix: Inherit sk_flags at connect().
Kuniyuki Iwashima
1
-6
/
+6
2025-05-23
af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.
Kuniyuki Iwashima
1
-16
/
+2
2025-05-23
af_unix: Don't pass struct socket to maybe_add_creds().
Kuniyuki Iwashima
1
-11
/
+12
2025-05-23
af_unix: Factorise test_bit() for SOCK_PASSCRED and SOCK_PASSPIDFD.
Kuniyuki Iwashima
1
-22
/
+15
2025-05-21
coredump: add coredump socket
Christian Brauner
1
-13
/
+41
2025-04-26
net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pid
Christian Brauner
1
-11
/
+74
2025-04-10
af_unix: Remove unix_unhash()
Michal Luczaj
1
-8
/
+0
2025-03-26
unix: fix up for "apparmor: add fine grained af_unix mediation"
Stephen Rothwell
1
-3
/
+0
2025-03-25
af_unix: Clean up #include under net/unix/.
Kuniyuki Iwashima
4
-17
/
+9
2025-03-25
af_unix: Explicitly include headers for non-pointer struct fields.
Kuniyuki Iwashima
4
-12
/
+0
2025-03-25
af_unix: Move internal definitions to net/unix/.
Kuniyuki Iwashima
6
-0
/
+101
2025-03-25
af_unix: Sort headers.
Kuniyuki Iwashima
5
-50
/
+49
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2025-02-26
af_unix: Fix memory leak in unix_dgram_sendmsg()
Adrian Huang
1
-0
/
+1
2025-02-20
af_unix: Fix undefined 'other' error
Purva Yeshi
1
-1
/
+0
2025-01-20
af_unix: Use consume_skb() in connect() and sendmsg().
Kuniyuki Iwashima
1
-14
/
+14
2025-01-20
af_unix: Reuse out_pipe label in unix_stream_sendmsg().
Kuniyuki Iwashima
1
-14
/
+9
2025-01-20
af_unix: Set drop reason in unix_dgram_disconnected().
Kuniyuki Iwashima
1
-1
/
+3
2025-01-20
af_unix: Set drop reason in unix_stream_read_skb().
Kuniyuki Iwashima
1
-2
/
+2
2025-01-20
af_unix: Set drop reason in manage_oob().
Kuniyuki Iwashima
1
-1
/
+1
2025-01-20
af_unix: Set drop reason in __unix_gc().
Kuniyuki Iwashima
1
-1
/
+1
2025-01-20
af_unix: Set drop reason in unix_sock_destructor().
Kuniyuki Iwashima
1
-1
/
+1
2025-01-20
af_unix: Set drop reason in unix_release_sock().
Kuniyuki Iwashima
1
-2
/
+2
2024-12-19
af_unix: Add a prompt to CONFIG_AF_UNIX_OOB
Florent Revest
1
-1
/
+3
2024-12-17
af_unix: Remove unix_our_peer().
Kuniyuki Iwashima
1
-6
/
+1
2024-12-17
af_unix: Clean up error paths in unix_dgram_sendmsg().
Kuniyuki Iwashima
1
-16
/
+15
2024-12-17
af_unix: Clean up SOCK_DEAD error paths in unix_dgram_sendmsg().
Kuniyuki Iwashima
1
-15
/
+15
2024-12-17
af_unix: Defer sock_put() to clean up path in unix_dgram_sendmsg().
Kuniyuki Iwashima
1
-2
/
+0
[next]