summaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)Author
2022-02-04Merge remote-tracking branch 'google/common/android-4.4-p' into lineage-18.1-...Michael Bestas
2022-01-27af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet
2021-10-12Merge remote-tracking branch 'common/android-4.4-p' into lineage-18.1-caf-msm...Michael Bestas
2021-10-09af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet
2021-08-12Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2021-08-04af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi
2021-08-04net: split out functions related to registering inflight socket filesJens Axboe
2021-07-10Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2021-06-30net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet
2020-10-23Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2020-10-01skbuff: fix a data race in skb_queue_len()Qian Cai
2019-12-02Merge android-4.4-p.204 (583bdda) into msm-4.4Srinivasarao P
2019-11-28net: fix warning in af_unixKyeongdon Kim
2019-03-25Merge android-4.4.177 (0c3b8c4) into msm-4.4Srinivasarao P
2019-03-23missing barriers in some of unix_sock ->addr and ->path accessesAl Viro
2018-11-15Merge android-4.4.163 (0ca3fca) into msm-4.4Srinivasarao P
2018-11-10net: drop write-only stack variableDavid Herrmann
2017-12-26Merge android-4.4.99 (7eab308) into msm-4.4Srinivasarao P
2017-11-18net/unix: don't show information about sockets from other namespacesAndrei Vagin
2017-07-10Merge android-4.4@64a73ff (v4.4.76) into msm-4.4Blagovest Kolenichev
2017-07-05af_unix: Add sockaddr length checks before accessing sa_family in bind and co...Mateusz Jurczyk
2017-05-31drivers: Warning fixes to disable CC_OPTIMIZE_FOR_SIZEPrasad Sodagudi
2017-03-30net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov
2017-02-04af_unix: move unix_mknod() out of bindlockWANG Cong
2016-12-10af_unix: conditionally use freezable blocking calls in readWANG Cong
2016-09-30af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds
2016-09-30Revert "af_unix: Fix splice-bind deadlock"Linus Torvalds
2016-07-27af_unix: fix hard linked sockets on overlayMiklos Szeredi
2016-03-03unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin
2016-03-03af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat
2016-03-03af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat
2016-03-03unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-03-03af_unix: fix struct pid memory leakEric Dumazet
2016-01-31unix: properly account for FDs passed over unix socketswilly tarreau
2016-01-04af_unix: Fix splice-bind deadlockRainer Weikusat
2015-12-17af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-30af-unix: passcred support for sendpageHannes Frederic Sowa
2015-11-23unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2015-11-17af_unix: take receive queue lock while appending new skbHannes Frederic Sowa
2015-11-16af_unix: don't append consumed skbs to sk_receive_queueHannes Frederic Sowa
2015-11-15af-unix: fix use-after-free with concurrent readers while splicingHannes Frederic Sowa
2015-10-25af_unix: do not report POLLOUT on listenersEric Dumazet
2015-10-05net/unix: fix logic about sk_peek_offsetAndrey Vagin
2015-09-29af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole
2015-06-10net/unix: support SCM_SECURITY for stream socketsStephen Smalley
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-26unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn
2015-05-25net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa