summaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)AuthorFilesLines
2023-05-30af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima1-8/+12
2023-05-30af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima1-1/+1
2022-06-14af_unix: Fix a data-race in unix_dgram_peer_wake_me().Kuniyuki Iwashima1-1/+1
2022-01-27af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2-5/+15
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-6/+28
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet1-1/+1
2021-07-31af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi1-2/+49
2021-07-31net: split out functions related to registering inflight socket filesJens Axboe6-127/+169
2021-06-30net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet1-3/+4
2020-10-01skbuff: fix a data race in skb_queue_len()Qian Cai1-2/+9
2020-01-17af_unix: add compat_ioctl supportArnd Bergmann1-0/+19
2019-12-01net: fix warning in af_unixKyeongdon Kim1-0/+2
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-3/+3
2019-03-19missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2-25/+35
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul1-2/+2
2018-08-04af_unix: ensure POLLOUT on remote close() for connected dgram socketJason Baron1-1/+6
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-2/+2
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-11/+19
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-19/+11
2018-05-26net/unix: convert to ->poll_maskChristoph Hellwig1-19/+11
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+2
2018-04-04af_unix: remove redundant lockdep classCong Wang1-10/+0
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-02-13net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ commentTobias Klauser1-1/+1
2018-02-13net: Convert unix_net_opsKirill Tkhai1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-5/+5
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-20/+20
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2017-11-28net: annotate ->poll() instancesAl Viro1-6/+7
2017-11-28annotate poll-related wait keysAl Viro1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-10-26net/unix: don't show information about sockets from other namespacesAndrei Vagin1-0/+2
2017-10-22net: af_unix: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2017-08-19datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson1-4/+1
2017-07-17net/unix: drop obsolete fd-recursion limitsDavid Herrmann1-23/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+8
2017-07-01net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-06-09af_unix: Add sockaddr length checks before accessing sa_family in bind and co...Mateusz Jurczyk1-1/+6
2017-04-06af_unix: Use designated initializersKees Cook1-1/+1
2017-03-22net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov1-8/+9
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells1-2/+3