index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
af_unix.h
Age
Commit message (
Expand
)
Author
2024-04-25
af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().
Kuniyuki Iwashima
2024-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-01-31
af_unix: fix lockdep positive in sk_diag_dump_icons()
Eric Dumazet
2024-01-31
af_unix: Remove CONFIG_UNIX_SCM.
Kuniyuki Iwashima
2024-01-31
af_unix: Remove io_uring code for GC.
Kuniyuki Iwashima
2024-01-26
af_unix: Try to run GC async.
Kuniyuki Iwashima
2024-01-26
af_unix: Return struct unix_sock from unix_get_socket().
Kuniyuki Iwashima
2024-01-26
af_unix: Do not use atomic ops for unix_sk(sk)->inflight.
Kuniyuki Iwashima
2023-11-30
bpf, sockmap: af_unix stream sockets need to hold ref for pair sock
John Fastabend
2023-03-18
af_unix: preserve const qualifier in unix_sk()
Eric Dumazet
2023-03-08
net: reclaim skb->scm_io_uring bit
Eric Dumazet
2022-06-22
af_unix: Remove unix_table_locks.
Kuniyuki Iwashima
2022-06-22
af_unix: Put a socket into a per-netns hash table.
Kuniyuki Iwashima
2022-06-22
af_unix: Include the whole hash table size in UNIX_HASH_SIZE.
Kuniyuki Iwashima
2021-11-26
af_unix: Replace the big lock with small locks.
Kuniyuki Iwashima
2021-11-26
af_unix: Save hash in sk_hash.
Kuniyuki Iwashima
2021-08-16
af_unix: Add unix_stream_proto for sockmap
Jiang Wang
2021-08-04
af_unix: Add OOB support
Rao Shoaib
2021-07-15
af_unix: Implement unix_dgram_bpf_recvmsg()
Cong Wang
2021-07-15
af_unix: Implement ->psock_update_sk_prot()
Cong Wang
2020-02-28
unix: uses an atomic type for scm files accounting
Paolo Abeni
2020-02-28
af_unix: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2019-12-12
unix: Show number of pending scm files of receive queue in fdinfo
Kirill Tkhai
2019-02-28
net: split out functions related to registering inflight socket files
Jens Axboe
2018-10-31
net: drop a space before tabs
Bo YU
2018-10-31
net: add an identifier name for 'struct sock *'
Bo YU
2018-10-22
af_unix.h: trivial whitespace cleanup
Vito Caputo
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-07-19
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-07-17
net/unix: drop obsolete fd-recursion limits
David Herrmann
2017-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-07-01
net: convert unix_address.refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-06-30
randstruct: Mark various structs for randomization
Kees Cook
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2016-09-04
af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'
Linus Torvalds
2016-02-08
unix: correctly track in-flight fds in sending process user_struct
Hannes Frederic Sowa
2015-11-23
unix: avoid use-after-free in ep_remove_wait_queue
Rainer Weikusat
2015-10-08
af_unix: constify the sock parameter in unix_sk()
Paul Moore
2015-09-29
af_unix: Convert the unix_sk macro to an inline function for type safety
Aaron Conole
2015-06-10
net/unix: support SCM_SECURITY for stream sockets
Stephen Smalley
2013-08-10
af_unix: improve STREAM behavior with fragmented memory
Eric Dumazet
2013-07-31
af_unix.h: Remove extern from function prototypes
Joe Perches
2013-05-01
af_unix: fix a fatal race with bit fields
Eric Dumazet
2013-04-07
scm: Stop passing struct cred
Eric W. Biederman
2012-10-21
unix: Remove unused field from unix_sock
Pavel Emelyanov
2012-06-08
af_unix: speedup /proc/net/unix
Eric Dumazet
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-03-20
switch unix_sock to struct path
Al Viro
2011-12-30
af_unix: Move CINQ/COUTQ code to helpers
Pavel Emelyanov
[next]