summaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)Author
3 daysaf_unix: Set gc_in_progress to true in unix_gc().Kuniyuki Iwashima
2026-06-19af_unix: Fix inq_len update problem in partial readJianyu Li
2026-06-01af_unix: Fix UAF read of tail->len in unix_stream_data_wait()Jann Horn
2026-05-23bpf, sockmap: Take state lock for af_unix iterMichal Luczaj
2026-05-23bpf, sockmap: Fix af_unix null-ptr-deref in proto updateMichal Luczaj
2026-05-23bpf, sockmap: Fix af_unix iter deadlockMichal Luczaj
2026-05-14af_unix: Reject SIOCATMARK on non-stream socketsJiexun Wang
2026-04-22af_unix: read UNIX_DIAG_VFS data under unix_state_lockJiexun Wang
2026-04-18af_unix: Give up GC if MSG_PEEK intervened.Kuniyuki Iwashima
2026-04-18af_unix: Simplify GC state.Kuniyuki Iwashima
2026-04-18af_unix: Count cyclic SCC.Kuniyuki Iwashima
2026-03-12net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
2026-02-26af_unix: Fix memleak of newsk in unix_stream_connect().Kuniyuki Iwashima
2026-01-17net: do not write to msg_get_inq in calleeWillem de Bruijn
2026-01-08af_unix: don't post cmsg for SO_INQ unless explicitly asked forJens Axboe
2025-11-18af_unix: Read sk_peek_offset() again after sleeping in unix_stream_read_gener...Kuniyuki Iwashima
2025-11-11af_unix: Initialise scc_index in unix_add_edge().Kuniyuki Iwashima
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
2025-07-08af_unix: Introduce SO_INQ.Kuniyuki Iwashima
2025-07-08af_unix: Cache state->msg in unix_stream_read_generic().Kuniyuki Iwashima
2025-07-08af_unix: Use cached value for SOCK_STREAM in unix_inq_len().Kuniyuki Iwashima
2025-07-08af_unix: Don't use skb_recv_datagram() in unix_stream_read_skb().Kuniyuki Iwashima
2025-07-08af_unix: Don't check SOCK_DEAD in unix_stream_read_skb().Kuniyuki Iwashima
2025-07-08af_unix: Don't hold unix_state_lock() in __unix_dgram_recvmsg().Kuniyuki Iwashima
2025-07-08net: splice: Drop unused @gfpMichal Luczaj
2025-07-04af_unix: stash pidfs dentry when neededAlexander Mikhalitsyn
2025-07-04af_unix/scm: fix whitespace errorsAlexander Mikhalitsyn
2025-07-04af_unix: introduce unix_skb_to_scm helperAlexander Mikhalitsyn
2025-07-04af_unix: rework unix_maybe_add_creds() to allow sleepAlexander Mikhalitsyn
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-24af_unix: Don't set -ECONNRESET for consumed OOB skb.Kuniyuki Iwashima
2025-06-24af_unix: Don't leave consecutive consumed OOB skbs.Kuniyuki Iwashima
2025-06-23net: remove sock_i_uid()Eric Dumazet
2025-06-19pidfs: remove pidfs_{get,put}_pid()Christian Brauner
2025-06-12af_unix: Allow passing cred for embryo without SO_PASSCRED/SO_PASSPIDFD.Kuniyuki Iwashima
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima
2025-05-23af_unix: Inherit sk_flags at connect().Kuniyuki Iwashima
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima
2025-05-23af_unix: Don't pass struct socket to maybe_add_creds().Kuniyuki Iwashima
2025-05-23af_unix: Factorise test_bit() for SOCK_PASSCRED and SOCK_PASSPIDFD.Kuniyuki Iwashima
2025-05-21coredump: add coredump socketChristian Brauner
2025-04-26net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pidChristian Brauner
2025-04-10af_unix: Remove unix_unhash()Michal Luczaj
2025-03-26unix: fix up for "apparmor: add fine grained af_unix mediation"Stephen Rothwell