summaryrefslogtreecommitdiff
path: root/include/net/af_unix.h
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-21
|\
| * Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-19
| |\
| | * randstruct: Mark various structs for randomizationKees Cook2017-06-30
* | | net/unix: drop obsolete fd-recursion limitsDavid Herrmann2017-07-17
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-05
|\ \
| * | net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
| |/
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
|/
* af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds2016-09-04
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-02-08
* unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat2015-11-23
* af_unix: constify the sock parameter in unix_sk()Paul Moore2015-10-08
* af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole2015-09-29
* net/unix: support SCM_SECURITY for stream socketsStephen Smalley2015-06-10
* af_unix: improve STREAM behavior with fragmented memoryEric Dumazet2013-08-10
* af_unix.h: Remove extern from function prototypesJoe Perches2013-07-31
* af_unix: fix a fatal race with bit fieldsEric Dumazet2013-05-01
* scm: Stop passing struct credEric W. Biederman2013-04-07
* unix: Remove unused field from unix_sockPavel Emelyanov2012-10-21
* af_unix: speedup /proc/net/unixEric Dumazet2012-06-08
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* switch unix_sock to struct pathAl Viro2012-03-20
* af_unix: Move CINQ/COUTQ code to helpersPavel Emelyanov2011-12-30
* af_unix: Export stuff required for diag modulePavel Emelyanov2011-12-16
* net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller2011-04-24
* af_unix: limit recursion levelEric Dumazet2010-11-29
* af_unix: Allow credentials to work across user and pid namespaces.Eric W. Biederman2010-06-16
* net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-01
* net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier2008-11-26
* net: unix: fix inflight counting bug in garbage collectorMiklos Szeredi2008-11-09
* [PATCH] f_count may wrap aroundAl Viro2008-07-26
* [AF_UNIX]: Remove unused declaration of sysctl_unix_max_dgram_qlen.Denis V. Lunev2008-01-28
* [UNIX]: Extend unix_sysctl_(un)register prototypesPavel Emelyanov2008-01-28
* [AF_UNIX]: Make unix_tot_inflight counter non-atomicPavel Emelyanov2007-11-10
* [AF_UNIX]: Make code static.Adrian Bunk2007-07-31
* [AF_UNIX]: Rewrite garbage collector, fixes race.Miklos Szeredi2007-07-11
* [AF_UNIX]: Make socket locking much less confusing.David S. Miller2007-06-03
* [AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang2006-08-02
* [PATCH] lockdep: annotate af_unix lockingIngo Molnar2006-07-03
* [AF_UNIX]: Datagram getpeersecCatherine Zhang2006-06-29
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-26
* [NET]: sem2mutex part 2Ingo Molnar2006-03-20
* [AF_UNIX]: Convert to use a spinlock instead of rwlockBenjamin LaHaise2006-01-03
* [AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller2006-01-03
* [NET]: Fix sparse warningsArnaldo Carvalho de Melo2005-08-29
* Linux-2.6.12-rc2Linus Torvalds2005-04-16