index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
unix
/
unix_bpf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
af_unix: Explicitly include headers for non-pointer struct fields.
Kuniyuki Iwashima
2025-03-25
1
-1
/
+0
*
af_unix: Move internal definitions to net/unix/.
Kuniyuki Iwashima
2025-03-25
1
-0
/
+2
*
af_unix: Sort headers.
Kuniyuki Iwashima
2025-03-25
1
-2
/
+2
*
af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
Michal Luczaj
2024-07-17
1
-0
/
+3
*
bpf: sockmap, fix proto update hook to avoid dup calls
John Fastabend
2024-01-04
1
-3
/
+18
*
bpf, sockmap: af_unix stream sockets need to hold ref for pair sock
John Fastabend
2023-11-29
1
-0
/
+5
*
bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...
Liu Jian
2023-03-03
1
-0
/
+3
*
net: remove SOCK_SUPPORT_ZC from sockmap
Pavel Begunkov
2022-10-29
1
-4
/
+4
*
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-12
1
-3
/
+2
*
net: Implement ->sock_is_readable() for UDP and AF_UNIX
Cong Wang
2021-10-26
1
-0
/
+2
*
af_unix: Add unix_stream_proto for sockmap
Jiang Wang
2021-08-17
1
-22
/
+71
*
bpf, unix: Check socket type in unix_bpf_update_proto()
Cong Wang
2021-08-03
1
-0
/
+3
*
unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()
Cong Wang
2021-07-30
1
-8
/
+8
*
af_unix: Implement unix_dgram_bpf_recvmsg()
Cong Wang
2021-07-16
1
-0
/
+75
*
af_unix: Implement ->psock_update_sk_prot()
Cong Wang
2021-07-16
1
-0
/
+47