summaryrefslogtreecommitdiff
path: root/net/unix/unix_bpf.c
AgeCommit message (Expand)Author
2024-01-03bpf: sockmap, fix proto update hook to avoid dup callsJohn Fastabend
2023-11-30bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend
2023-03-03bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian
2022-10-28net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2021-10-26net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang
2021-08-16af_unix: Add unix_stream_proto for sockmapJiang Wang
2021-08-03bpf, unix: Check socket type in unix_bpf_update_proto()Cong Wang
2021-07-30unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()Cong Wang
2021-07-15af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang
2021-07-15af_unix: Implement ->psock_update_sk_prot()Cong Wang