summaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)AuthorFilesLines
7 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-2/+2
2026-08-20Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-10/+33
2026-08-20Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-2/+2
2026-08-17net: af_unix: useful handling of LSM denials on SCM_RIGHTSJori Koolstra1-1/+11
2026-08-17net: af_unix: enable custom setsockopt for all socket typesJori Koolstra1-4/+6
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-11/+6
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2026-08-13net: Const qualify network templated ctl_tables ArraysJoel Granados1-5/+16
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann1-0/+1
2026-08-06af_unix: Unlink scc_entry in unix_del_edge().Kuniyuki Iwashima1-0/+1
2026-07-27unix: Use kvmalloc_array() for BPF iterator batchesWeimin Xiong1-2/+2
2026-07-24af_unix: fix listen() succeeding on sockets in the wrong stateJohn Ericson1-0/+1
2026-06-29af_unix: use scoped_with_init_fs() for coredump socket lookupChristian Brauner1-11/+6
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+6
2026-06-03af_unix: Fix inq_len update problem in partial readJianyu Li1-5/+6
2026-06-02af_unix: Remove sock->state assignment.Kuniyuki Iwashima1-6/+1
2026-05-19af_unix: Fix UAF read of tail->len in unix_stream_data_wait()Jann Horn1-9/+2
2026-05-07af_unix: Reject SIOCATMARK on non-stream socketsJiexun Wang1-0/+3
2026-05-04af_unix: Set gc_in_progress to true in unix_gc().Kuniyuki Iwashima1-3/+3
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-8/+27
2026-04-18af_unix: Drop all SCM attributes for SOCKMAP.Kuniyuki Iwashima1-8/+27
2026-04-15bpf, sockmap: Take state lock for af_unix iterMichal Luczaj1-0/+2
2026-04-15bpf, sockmap: Fix af_unix null-ptr-deref in proto updateMichal Luczaj1-0/+3
2026-04-15bpf, sockmap: Fix af_unix iter deadlockMichal Luczaj1-4/+3
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+3
2026-04-13Merge tag 'landlock-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+7
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+4
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+13
2026-04-08af_unix: read UNIX_DIAG_VFS data under unix_state_lockJiexun Wang1-8/+13
2026-04-07lsm: Add LSM hook security_unix_findJustin Suess1-3/+7
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-28/+54
2026-03-12af_unix: Give up GC if MSG_PEEK intervened.Kuniyuki Iwashima3-28/+54
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton2-4/+4
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet2-3/+3
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet1-4/+4
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-8/+7
2026-02-11af_unix: Fix memleak of newsk in unix_stream_connect().Kuniyuki Iwashima1-8/+3
2026-01-08net: do not write to msg_get_inq in calleeWillem de Bruijn1-5/+3
2025-12-28af_unix: don't post cmsg for SO_INQ unless explicitly asked forJens Axboe1-3/+8
2025-12-08af_unix: annotate unix_gc_lock with __cacheline_aligned_in_smpMateusz Guzik1-1/+1
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-69/+57
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+1
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+1
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+4
2025-11-28af_unix: convert unix_file_open() to FD_ADD()Christian Brauner1-15/+1
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1