summaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)Author
3 daysbpf, sockmap: Take state lock for af_unix iterMichal Luczaj
3 daysbpf, sockmap: Fix af_unix null-ptr-deref in proto updateMichal Luczaj
3 daysbpf, sockmap: Fix af_unix iter deadlockMichal Luczaj
4 daysMerge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
5 daysMerge tag 'landlock-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
6 daysMerge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
9 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
10 daysaf_unix: read UNIX_DIAG_VFS data under unix_state_lockJiexun Wang
12 dayslsm: Add LSM hook security_unix_findJustin Suess
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-12af_unix: Give up GC if MSG_PEEK intervened.Kuniyuki Iwashima
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-11af_unix: Fix memleak of newsk in unix_stream_connect().Kuniyuki Iwashima
2026-01-08net: do not write to msg_get_inq in calleeWillem de Bruijn
2025-12-28af_unix: don't post cmsg for SO_INQ unless explicitly asked forJens Axboe
2025-12-08af_unix: annotate unix_gc_lock with __cacheline_aligned_in_smpMateusz Guzik
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-11-28af_unix: convert unix_file_open() to FD_ADD()Christian Brauner
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-18af_unix: Consolidate unix_schedule_gc() and wait_for_unix_gc().Kuniyuki Iwashima
2025-11-18af_unix: Remove unix_tot_inflight.Kuniyuki Iwashima
2025-11-18af_unix: Refine wait_for_unix_gc().Kuniyuki Iwashima
2025-11-18af_unix: Don't call wait_for_unix_gc() on every sendmsg().Kuniyuki Iwashima
2025-11-18af_unix: Don't trigger GC from close() if unnecessary.Kuniyuki Iwashima
2025-11-18af_unix: Simplify GC state.Kuniyuki Iwashima
2025-11-18af_unix: Count cyclic SCC.Kuniyuki Iwashima
2025-11-18af_unix: Read sk_peek_offset() again after sleeping in unix_stream_read_gener...Kuniyuki Iwashima
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton
2025-11-11af_unix: Initialise scc_index in unix_add_edge().Kuniyuki Iwashima
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-11-04unix: don't copy credsChristian Brauner
2025-10-23net: unix: remove outdated BSD behavior comment in unix_release_sock()Sunday Adelodun
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown
2025-09-22net: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-14don't bother with path_get()/path_put() in unix_open_file()Al Viro