summaryrefslogtreecommitdiffstats
path: root/net/unix
Commit message (Expand)AuthorAgeFilesLines
* af_unix: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* namei: prepare for idmapped mountsChristian Brauner2021-01-241-1/+2
* fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-3/+0
|\
| * net/af_unix: Remove unused old_pid variableOr Cohen2020-10-131-2/+0
| * net: unix: remove redundant assignment to variable 'err'Jing Xiangfeng2020-09-211-1/+0
* | io_uring: move io_uring_get_socket() into io_uring.hJens Axboe2020-09-301-0/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-6/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* 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
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-072-11/+2
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-11/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-311-6/+1
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62Thomas Gleixner2019-05-241-6/+1
* | net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.Felipe Gasper2019-05-221-0/+12
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+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-086-127/+172
|\
| * net: split out functions related to registering inflight socket filesJens Axboe2019-02-286-130/+172
| * Add io_uring IO interfaceJens Axboe2019-02-281-0/+3
* | missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-02-202-25/+35
|/
* 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
|\