summaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)AuthorFilesLines
2019-03-23missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2-20/+31
2018-12-01af_unix: move unix_mknod() out of bindlockWANG Cong1-11/+16
2018-11-10unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2-6/+6
2017-11-18net/unix: don't show information about sockets from other namespacesAndrei Vagin1-0/+2
2017-05-20af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat1-1/+6
2017-04-22net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov1-9/+9
2017-04-18Revert "af_unix: Fix splice-bind deadlock"Linus Torvalds1-40/+26
2016-07-11af_unix: Fix splice-bind deadlockRainer Weikusat1-26/+40
2016-07-11VFS: AF_UNIX sockets should call mknod on the top layer onlyDavid Howells1-1/+1
2016-07-11VFS: net/unix: d_backing_inode() annotationsDavid Howells2-4/+4
2016-02-15unix: properly account for FDs passed over unix socketswilly tarreau2-8/+32
2016-01-16unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-19/+164
2016-01-16af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat1-10/+3
2015-11-13net/unix: fix logic about sk_peek_offsetAndrey Vagin1-5/+7
2015-11-13af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole1-1/+13
2015-06-15unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn1-0/+8
2014-10-08af_unix: remove 0 assignment on staticFabian Frederick1-1/+1
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+7
2014-05-17net: unix: Align send data_len up to PAGE_SIZEKirill Tkhai1-1/+7
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-3/+3
2014-03-27net: unix: non blocking recvmsg() should not return -EINTREric Dumazet1-5/+12
2014-03-07net: unix socket code abuses csum_partialAnton Blanchard1-2/+1
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2013-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+12
2013-12-18net: unix: allow bind to fail on mutex lockSasha Levin1-2/+6
2013-12-11net: unix: allow set_peek_off to failSasha Levin1-2/+6
2013-12-07unix: convert printks to pr_<level>wangweidong1-4/+5
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-5/+0
2013-10-20net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann1-0/+10
2013-10-03unix_diag: fix info leakMathias Krause1-0/+1
2013-08-12af_unix: fix bug on large send()Eric Dumazet1-1/+2
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet1-2/+4
2013-08-10af_unix: improve STREAM behavior with fragmented memoryEric Dumazet1-35/+30
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-05-12af_unix: use freezable blocking calls in readColin Cross1-1/+2
2013-05-01af_unix: fix a fatal race with bit fieldsEric Dumazet1-6/+6
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+12
2013-04-30unix/stream: fix peeking with an offset larger than data in queueBenjamin Poirier1-13/+12
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-08scm: Stop passing struct credEric W. Biederman1-8/+8
2013-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-04-05af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman1-1/+1
2013-04-05Revert "af_unix: dont send SCM_CREDENTIAL when dest socket is NULL"Eric W. Biederman1-2/+2
2013-04-03net: fix smatch warnings inside datagram_pollJacob Keller1-1/+1
2013-04-01net: add option to enable error queue packets waking selectKeller, Jacob E1-1/+3
2013-03-26af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong1-2/+2
2013-03-25unix: fix a race condition in unix_release()Paul Moore1-4/+3
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin2-9/+4