summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c (follow)
Commit message (Expand)AuthorAge
* Merge android-4.4-p.204 (583bdda) into msm-4.4Srinivasarao P2019-12-02
|\
| * net: fix warning in af_unixKyeongdon Kim2019-11-28
* | Merge android-4.4.177 (0c3b8c4) into msm-4.4Srinivasarao P2019-03-25
|\|
| * missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-03-23
* | Merge android-4.4.163 (0ca3fca) into msm-4.4Srinivasarao P2018-11-15
|\|
| * net: drop write-only stack variableDavid Herrmann2018-11-10
* | Merge android-4.4@64a73ff (v4.4.76) into msm-4.4Blagovest Kolenichev2017-07-10
|\|
| * af_unix: Add sockaddr length checks before accessing sa_family in bind and co...Mateusz Jurczyk2017-07-05
* | drivers: Warning fixes to disable CC_OPTIMIZE_FOR_SIZEPrasad Sodagudi2017-05-31
|/
* af_unix: move unix_mknod() out of bindlockWANG Cong2017-02-04
* af_unix: conditionally use freezable blocking calls in readWANG Cong2016-12-10
* af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds2016-09-30
* Revert "af_unix: Fix splice-bind deadlock"Linus Torvalds2016-09-30
* af_unix: fix hard linked sockets on overlayMiklos Szeredi2016-07-27
* af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat2016-03-03
* af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat2016-03-03
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-03-03
* af_unix: fix struct pid memory leakEric Dumazet2016-03-03
* unix: properly account for FDs passed over unix socketswilly tarreau2016-01-31
* af_unix: Fix splice-bind deadlockRainer Weikusat2016-01-04
* af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat2015-12-17
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-01
* af-unix: passcred support for sendpageHannes Frederic Sowa2015-11-30
* unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat2015-11-23
* af_unix: take receive queue lock while appending new skbHannes Frederic Sowa2015-11-17
* af_unix: don't append consumed skbs to sk_receive_queueHannes Frederic Sowa2015-11-16
* af-unix: fix use-after-free with concurrent readers while splicingHannes Frederic Sowa2015-11-15
* af_unix: do not report POLLOUT on listenersEric Dumazet2015-10-25
* net/unix: fix logic about sk_peek_offsetAndrey Vagin2015-10-05
* af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole2015-09-29
* net/unix: support SCM_SECURITY for stream socketsStephen Smalley2015-06-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-01
|\
| * unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn2015-05-26
* | net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa2015-05-25
* | net: af_unix: implement stream sendpage supportHannes Frederic Sowa2015-05-25
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
|/
* VFS: net/unix: d_backing_inode() annotationsDavid Howells2015-04-15
* VFS: AF_UNIX sockets should call mknod on the top layer onlyDavid Howells2015-04-15
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* net: remove sock_iocbChristoph Hellwig2015-01-28
* put iov_iter into msghdrAl Viro2014-12-09
* switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro2014-11-24
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-12
|\
| * net: unix: Align send data_len up to PAGE_SIZEKirill Tkhai2014-05-16
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-18
|/
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* net: unix: non blocking recvmsg() should not return -EINTREric Dumazet2014-03-26
* net: unix socket code abuses csum_partialAnton Blanchard2014-03-06
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-18