index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
unix
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-06
af_unix: Don't set -ECONNRESET for consumed OOB skb.
Kuniyuki Iwashima
1
-6
/
+12
2025-07-06
af_unix: Don't leave consecutive consumed OOB skbs.
Kuniyuki Iwashima
1
-2
/
+11
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
2024-12-17
af_unix: Split restart label in unix_dgram_sendmsg().
Kuniyuki Iwashima
1
-2
/
+4
2024-12-17
af_unix: Use msg->{msg_name,msg_namelen} in unix_dgram_sendmsg().
Kuniyuki Iwashima
1
-6
/
+4
2024-12-17
af_unix: Move !sunaddr case in unix_dgram_sendmsg().
Kuniyuki Iwashima
1
-5
/
+3
2024-12-17
af_unix: Set error only when needed in unix_dgram_sendmsg().
Kuniyuki Iwashima
1
-13
/
+19
2024-12-17
af_unix: Clean up error paths in unix_stream_sendmsg().
Kuniyuki Iwashima
1
-19
/
+20
2024-12-17
af_unix: Set error only when needed in unix_stream_sendmsg().
Kuniyuki Iwashima
1
-3
/
+4
2024-12-17
af_unix: Clean up error paths in unix_stream_connect().
Kuniyuki Iwashima
1
-16
/
+13
2024-12-17
af_unix: Set error only when needed in unix_stream_connect().
Kuniyuki Iwashima
1
-9
/
+10
2024-12-11
splice: do not checksum AF_UNIX sockets
Frederik Deweerdt
1
-0
/
+1
2024-09-09
af_unix: Don't return OOB skb in manage_oob().
Kuniyuki Iwashima
1
-2
/
+7
2024-09-09
af_unix: Move spin_lock() in manage_oob().
Kuniyuki Iwashima
1
-8
/
+7
2024-09-09
af_unix: Rename unlinked_skb in manage_oob().
Kuniyuki Iwashima
1
-6
/
+6
2024-09-09
af_unix: Remove single nest in manage_oob().
Kuniyuki Iwashima
1
-22
/
+23
2024-08-20
af_unix: Don't call skb_get() for OOB skb.
Kuniyuki Iwashima
2
-36
/
+7
2024-07-17
af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
Michal Luczaj
2
-1
/
+43
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+5
2024-07-03
af_unix: Fix uninit-value in __unix_walk_scc()
Shigeru Yoshida
1
-4
/
+5
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+31
2024-06-27
af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.
Kuniyuki Iwashima
1
-2
/
+13
2024-06-27
af_unix: Don't stop recv() at consumed ex-OOB skb.
Kuniyuki Iwashima
1
-1
/
+1
2024-06-27
af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.
Kuniyuki Iwashima
1
-4
/
+15
2024-06-27
af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.
Kuniyuki Iwashima
1
-3
/
+6
2024-06-25
af_unix: Don't use spin_lock_nested() in copy_peercred().
Kuniyuki Iwashima
1
-10
/
+3
2024-06-25
af_unix: Remove put_pid()/put_cred() in copy_peercred().
Kuniyuki Iwashima
1
-8
/
+1
2024-06-25
af_unix: Set sk_peer_pid/sk_peer_cred locklessly for new socket.
Kuniyuki Iwashima
1
-3
/
+8
2024-06-25
af_unix: Define locking order for U_RECVQ_LOCK_EMBRYO in unix_collect_skb().
Kuniyuki Iwashima
2
-7
/
+22
2024-06-25
af_unix: Remove U_LOCK_DIAG.
Kuniyuki Iwashima
1
-14
/
+3
[next]