summaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)AuthorFilesLines
2025-11-19af_unix: Consolidate unix_schedule_gc() and wait_for_unix_gc().Kuniyuki Iwashima3-21/+11
2025-11-19af_unix: Remove unix_tot_inflight.Kuniyuki Iwashima1-3/+0
2025-11-19af_unix: Refine wait_for_unix_gc().Kuniyuki Iwashima1-13/+8
2025-11-19af_unix: Don't call wait_for_unix_gc() on every sendmsg().Kuniyuki Iwashima3-8/+6
2025-11-19af_unix: Don't trigger GC from close() if unnecessary.Kuniyuki Iwashima3-14/+19
2025-11-19af_unix: Simplify GC state.Kuniyuki Iwashima1-9/+12
2025-11-19af_unix: Count cyclic SCC.Kuniyuki Iwashima1-10/+21
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+11
2025-11-11af_unix: Initialise scc_index in unix_add_edge().Kuniyuki Iwashima1-3/+11
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-4/+4
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-10-24net: unix: remove outdated BSD behavior comment in unix_release_sock()Sunday Adelodun1-11/+0
2025-10-03Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown1-3/+3
2025-09-23net: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-59/+128
2025-07-29Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-30/+48
2025-07-14don't bother with path_get()/path_put() in unix_open_file()Al Viro1-12/+4
2025-07-09af_unix: Introduce SO_INQ.Kuniyuki Iwashima1-2/+60
2025-07-09af_unix: Cache state->msg in unix_stream_read_generic().Kuniyuki Iwashima1-16/+17
2025-07-09af_unix: Use cached value for SOCK_STREAM in unix_inq_len().Kuniyuki Iwashima1-10/+28
2025-07-09af_unix: Don't use skb_recv_datagram() in unix_stream_read_skb().Kuniyuki Iwashima1-17/+22
2025-07-09af_unix: Don't check SOCK_DEAD in unix_stream_read_skb().Kuniyuki Iwashima1-10/+0
2025-07-09af_unix: Don't hold unix_state_lock() in __unix_dgram_recvmsg().Kuniyuki Iwashima1-3/+1
2025-07-08net: splice: Drop unused @gfpMichal Luczaj1-2/+1
2025-07-04af_unix: stash pidfs dentry when neededAlexander Mikhalitsyn1-1/+10
2025-07-04af_unix/scm: fix whitespace errorsAlexander Mikhalitsyn1-1/+1
2025-07-04af_unix: introduce unix_skb_to_scm helperAlexander Mikhalitsyn1-4/+8
2025-07-04af_unix: rework unix_maybe_add_creds() to allow sleepAlexander Mikhalitsyn1-7/+25
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+23
2025-06-24af_unix: Don't set -ECONNRESET for consumed OOB skb.Kuniyuki Iwashima1-6/+12
2025-06-24af_unix: Don't leave consecutive consumed OOB skbs.Kuniyuki Iwashima1-2/+11
2025-06-24net: remove sock_i_uid()Eric Dumazet2-2/+2
2025-06-19pidfs: remove pidfs_{get,put}_pid()Christian Brauner1-5/+0
2025-06-12af_unix: Allow passing cred for embryo without SO_PASSCRED/SO_PASSPIDFD.Kuniyuki Iwashima1-1/+2
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-57/+47
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima1-2/+20
2025-05-23af_unix: Inherit sk_flags at connect().Kuniyuki Iwashima1-6/+6
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima1-16/+2
2025-05-23af_unix: Don't pass struct socket to maybe_add_creds().Kuniyuki Iwashima1-11/+12
2025-05-23af_unix: Factorise test_bit() for SOCK_PASSCRED and SOCK_PASSPIDFD.Kuniyuki Iwashima1-22/+15
2025-05-21coredump: add coredump socketChristian Brauner1-13/+41
2025-04-26net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pidChristian Brauner1-11/+74
2025-04-11af_unix: Remove unix_unhash()Michal Luczaj1-8/+0
2025-03-26unix: fix up for "apparmor: add fine grained af_unix mediation"Stephen Rothwell1-3/+0
2025-03-25af_unix: Clean up #include under net/unix/.Kuniyuki Iwashima4-17/+9
2025-03-25af_unix: Explicitly include headers for non-pointer struct fields.Kuniyuki Iwashima4-12/+0
2025-03-25af_unix: Move internal definitions to net/unix/.Kuniyuki Iwashima6-0/+101
2025-03-25af_unix: Sort headers.Kuniyuki Iwashima5-50/+49
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1