summaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
Commit message (Expand)AuthorAgeFilesLines
* net: datagram: drop 'destructor' argument from several helpersPaolo Abeni2020-02-281-2/+5
* unix: uses an atomic type for scm files accountingPaolo Abeni2020-02-281-15/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-0/+4
|\
| * unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller2020-02-271-1/+1
| * unix: define and set show_fdinfo only if procfs is enabledTobias Klauser2020-02-271-0/+4
* | af_unix: Add missing annotation for unix_wait_for_peer()Jules Irenge2020-02-241-0/+1
|/
* skbuff: fix a data race in skb_queue_len()Qian Cai2020-02-061-2/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-01-211-3/+4
|\
| * net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca2019-12-091-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+1
|\ \
| * | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
| |/
* / unix: Show number of pending scm files of receive queue in fdinfoKirill Tkhai2019-12-121-5/+51
|/
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+19
|\
| * af_unix: add compat_ioctl supportArnd Bergmann2019-10-231-0/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-3/+3
|\ \
| * | net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-3/+3
| |/
* / af_unix: __unix_find_socket_byname() cleanupVito Caputo2019-10-111-4/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-081-3/+3
* Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-61/+2
|\
| * net: split out functions related to registering inflight socket filesJens Axboe2019-02-281-61/+2
* | missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-02-201-24/+33
|/
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-2/+2
* net: fix warning in af_unixKyeongdon Kim2018-10-171-0/+2
* af_unix: ensure POLLOUT on remote close() for connected dgram socketJason Baron2018-08-031-1/+6
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-2/+2
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-11/+19
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-19/+11
|\
| * net/unix: convert to ->poll_maskChristoph Hellwig2018-05-261-19/+11
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-15/+2
|/
* af_unix: remove redundant lockdep classCong Wang2018-04-041-10/+0
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-191-1/+1
|\
| * net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ commentTobias Klauser2018-02-131-1/+1
* | net: Convert unix_net_opsKirill Tkhai2018-02-131-0/+1
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-5/+5
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-20/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-1/+0
|\
| * net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
* | net: annotate ->poll() instancesAl Viro2017-11-271-6/+7
* | annotate poll-related wait keysAl Viro2017-11-271-1/+1
|/
* net: af_unix: mark expected switch fall-throughGustavo A. R. Silva2017-10-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-4/+1
|\
| * datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-181-4/+1
* | net/unix: drop obsolete fd-recursion limitsDavid Herrmann2017-07-171-23/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-8/+8
|\
| * net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
| * net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
| * net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-2/+2
|/