index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
af_unix.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-07-21
1
-1
/
+1
|
\
|
*
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-07-19
1
-1
/
+1
|
|
\
|
|
*
randstruct: Mark various structs for randomization
Kees Cook
2017-06-30
1
-1
/
+1
*
|
|
net/unix: drop obsolete fd-recursion limits
David Herrmann
2017-07-17
1
-1
/
+0
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-07-05
1
-1
/
+2
|
\
\
|
*
|
net: convert unix_address.refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-1
/
+2
|
|
/
*
|
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
1
-1
/
+1
|
/
*
af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'
Linus Torvalds
2016-09-04
1
-1
/
+1
*
unix: correctly track in-flight fds in sending process user_struct
Hannes Frederic Sowa
2016-02-08
1
-2
/
+2
*
unix: avoid use-after-free in ep_remove_wait_queue
Rainer Weikusat
2015-11-23
1
-0
/
+1
*
af_unix: constify the sock parameter in unix_sk()
Paul Moore
2015-10-08
1
-1
/
+1
*
af_unix: Convert the unix_sk macro to an inline function for type safety
Aaron Conole
2015-09-29
1
-1
/
+5
*
net/unix: support SCM_SECURITY for stream sockets
Stephen Smalley
2015-06-10
1
-1
/
+0
*
af_unix: improve STREAM behavior with fragmented memory
Eric Dumazet
2013-08-10
1
-0
/
+1
*
af_unix.h: Remove extern from function prototypes
Joe Perches
2013-07-31
1
-8
/
+8
*
af_unix: fix a fatal race with bit fields
Eric Dumazet
2013-05-01
1
-2
/
+3
*
scm: Stop passing struct cred
Eric W. Biederman
2013-04-07
1
-1
/
+2
*
unix: Remove unused field from unix_sock
Pavel Emelyanov
2012-10-21
1
-1
/
+0
*
af_unix: speedup /proc/net/unix
Eric Dumazet
2012-06-08
1
-1
/
+2
*
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-04-15
1
-1
/
+1
*
switch unix_sock to struct path
Al Viro
2012-03-20
1
-2
/
+1
*
af_unix: Move CINQ/COUTQ code to helpers
Pavel Emelyanov
2011-12-30
1
-0
/
+3
*
af_unix: Export stuff required for diag module
Pavel Emelyanov
2011-12-16
1
-0
/
+3
*
net: Remove __KERNEL__ cpp checks from include/net
David S. Miller
2011-04-24
1
-2
/
+0
*
af_unix: limit recursion level
Eric Dumazet
2010-11-29
1
-0
/
+2
*
af_unix: Allow credentials to work across user and pid namespaces.
Eric W. Biederman
2010-06-16
1
-2
/
+2
*
net: sock_def_readable() and friends RCU conversion
Eric Dumazet
2010-05-01
1
-9
/
+11
*
net: Fix soft lockups/OOM issues w/ unix garbage collector
dann frazier
2008-11-26
1
-0
/
+1
*
net: unix: fix inflight counting bug in garbage collector
Miklos Szeredi
2008-11-09
1
-0
/
+1
*
[PATCH] f_count may wrap around
Al Viro
2008-07-26
1
-1
/
+1
*
[AF_UNIX]: Remove unused declaration of sysctl_unix_max_dgram_qlen.
Denis V. Lunev
2008-01-28
1
-1
/
+0
*
[UNIX]: Extend unix_sysctl_(un)register prototypes
Pavel Emelyanov
2008-01-28
1
-4
/
+4
*
[AF_UNIX]: Make unix_tot_inflight counter non-atomic
Pavel Emelyanov
2007-11-10
1
-1
/
+1
*
[AF_UNIX]: Make code static.
Adrian Bunk
2007-07-31
1
-29
/
+0
*
[AF_UNIX]: Rewrite garbage collector, fixes race.
Miklos Szeredi
2007-07-11
1
-1
/
+2
*
[AF_UNIX]: Make socket locking much less confusing.
David S. Miller
2007-06-03
1
-5
/
+3
*
[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patch
Catherine Zhang
2006-08-02
1
-4
/
+2
*
[PATCH] lockdep: annotate af_unix locking
Ingo Molnar
2006-07-03
1
-0
/
+3
*
[AF_UNIX]: Datagram getpeersec
Catherine Zhang
2006-06-29
1
-0
/
+6
*
Don't include linux/config.h from anywhere else in include/
David Woodhouse
2006-04-26
1
-1
/
+0
*
[NET]: sem2mutex part 2
Ingo Molnar
2006-03-20
1
-1
/
+2
*
[AF_UNIX]: Convert to use a spinlock instead of rwlock
Benjamin LaHaise
2006-01-03
1
-5
/
+5
*
[AF_UNIX]: Use spinlock for unix_table_lock
David S. Miller
2006-01-03
1
-1
/
+1
*
[NET]: Fix sparse warnings
Arnaldo Carvalho de Melo
2005-08-29
1
-0
/
+15
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+78