summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-03-19missing barriers in some of unix_sock ->addr and ->path accessesAl Viro3-24/+37
2019-01-16build: fix build err [1/1]Jiamin Ma7-3/+23
2017-11-18net/unix: don't show information about sockets from other namespacesAndrei Vagin1-0/+2
2017-07-05af_unix: Add sockaddr length checks before accessing sa_family in bind and co...Mateusz Jurczyk1-1/+6
2017-03-30net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov1-8/+9
2017-02-04af_unix: move unix_mknod() out of bindlockWANG Cong1-11/+16
2016-11-18af_unix: conditionally use freezable blocking calls in readWANG Cong1-6/+11
2016-11-01unix: escape all null bytes in abstract unix domain socketIsaac Boukris1-1/+2
2016-10-04skb_splice_bits(): get rid of callbackAl Viro5-66/+6
2016-09-04af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds2-23/+24
2016-09-04Revert "af_unix: Fix splice-bind deadlock"Linus Torvalds1-40/+26
2016-07-26af_unix: charge buffers to kmemcgVladimir Davydov1-0/+1
2016-06-12Merge branch 'overlayfs-af_unix-fix' into overlayfs-linusMiklos Szeredi2-3/+15
2016-05-20af_unix: fix hard linked sockets on overlayMiklos Szeredi1-3/+3
2016-03-28constify security_path_{mkdir,mknod,symlink}Al Viro7-20/+20
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller910-59122/+10406
2016-02-20af_unix: Don't use continue to re-execute unix_stream_read_generic loopRainer Weikusat1-1/+2
2016-02-20unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin1-1/+1
2016-02-16af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat1-1/+6
2016-02-16af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat1-6/+10
2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa5-8/+16
2016-02-07net: drop write-only stack variableDavid Herrmann1-4/+1
2016-01-25af_unix: fix struct pid memory leakEric Dumazet1-0/+1
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller30-73/+206
2016-01-11unix: properly account for FDs passed over unix socketswilly tarreau3-9/+29
2016-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-134/+173
2016-01-05af_unix: Fix splice-bind deadlockRainer Weikusat1-26/+40
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller550-2905/+4562
2015-12-17af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat1-10/+3
2015-12-07af_unix: fix unix_dgram_recvmsg entry lockingRainer Weikusat1-15/+20
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller651-4780/+9701
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet22-52/+60
2015-12-01unix: use wq_has_sleeper in unix_dgram_recvmsgRainer Weikusat1-2/+4
2015-11-30af-unix: passcred support for sendpageHannes Frederic Sowa1-15/+64
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu13-28/+44
2015-11-23unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat2-19/+165
2015-11-17af_unix: take receive queue lock while appending new skbHannes Frederic Sowa1-1/+4
2015-11-16af_unix: don't append consumed skbs to sk_receive_queueHannes Frederic Sowa1-0/+1
2015-11-15af-unix: fix use-after-free with concurrent readers while splicingHannes Frederic Sowa1-0/+18
2015-10-25af_unix: do not report POLLOUT on listenersEric Dumazet1-2/+3
2015-10-05net/unix: fix logic about sk_peek_offsetAndrey Vagin1-5/+7
2015-09-29af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole1-1/+14
2015-06-11net/unix: support SCM_SECURITY for stream socketsStephen Smalley2-5/+16
2015-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller256-1406/+2503
2015-05-27unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn2-0/+16
2015-05-25net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa3-21/+121
2015-05-25net: af_unix: implement stream sendpage supportHannes Frederic Sowa1-1/+98
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman59-108/+109
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds53-317/+527
[next]