summaryrefslogtreecommitdiff
path: root/include/net/af_unix.h
AgeCommit message (Expand)Author
2024-01-31af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet
2023-11-30bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend
2023-03-18af_unix: preserve const qualifier in unix_sk()Eric Dumazet
2023-03-08net: reclaim skb->scm_io_uring bitEric Dumazet
2022-06-22af_unix: Remove unix_table_locks.Kuniyuki Iwashima
2022-06-22af_unix: Put a socket into a per-netns hash table.Kuniyuki Iwashima
2022-06-22af_unix: Include the whole hash table size in UNIX_HASH_SIZE.Kuniyuki Iwashima
2021-11-26af_unix: Replace the big lock with small locks.Kuniyuki Iwashima
2021-11-26af_unix: Save hash in sk_hash.Kuniyuki Iwashima
2021-08-16af_unix: Add unix_stream_proto for sockmapJiang Wang
2021-08-04af_unix: Add OOB supportRao Shoaib
2021-07-15af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang
2021-07-15af_unix: Implement ->psock_update_sk_prot()Cong Wang
2020-02-28unix: uses an atomic type for scm files accountingPaolo Abeni
2020-02-28af_unix: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-12-12unix: Show number of pending scm files of receive queue in fdinfoKirill Tkhai
2019-02-28net: split out functions related to registering inflight socket filesJens Axboe
2018-10-31net: drop a space before tabsBo YU
2018-10-31net: add an identifier name for 'struct sock *'Bo YU
2018-10-22af_unix.h: trivial whitespace cleanupVito Caputo
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-17net/unix: drop obsolete fd-recursion limitsDavid Herrmann
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-01net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2016-09-04af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds
2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2015-11-23unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2015-10-08af_unix: constify the sock parameter in unix_sk()Paul Moore
2015-09-29af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole
2015-06-10net/unix: support SCM_SECURITY for stream socketsStephen Smalley
2013-08-10af_unix: improve STREAM behavior with fragmented memoryEric Dumazet
2013-07-31af_unix.h: Remove extern from function prototypesJoe Perches
2013-05-01af_unix: fix a fatal race with bit fieldsEric Dumazet
2013-04-07scm: Stop passing struct credEric W. Biederman
2012-10-21unix: Remove unused field from unix_sockPavel Emelyanov
2012-06-08af_unix: speedup /proc/net/unixEric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-03-20switch unix_sock to struct pathAl Viro
2011-12-30af_unix: Move CINQ/COUTQ code to helpersPavel Emelyanov
2011-12-16af_unix: Export stuff required for diag modulePavel Emelyanov
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller
2010-11-29af_unix: limit recursion levelEric Dumazet
2010-06-16af_unix: Allow credentials to work across user and pid namespaces.Eric W. Biederman
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2008-11-26net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier
2008-11-09net: unix: fix inflight counting bug in garbage collectorMiklos Szeredi