summaryrefslogtreecommitdiffstats
path: root/net/unix
AgeCommit message (Expand)Author
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni
2020-02-28unix: uses an atomic type for scm files accountingPaolo Abeni
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-27unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller
2020-02-27unix: define and set show_fdinfo only if procfs is enabledTobias Klauser
2020-02-24af_unix: Add missing annotation for unix_wait_for_peer()Jules Irenge
2020-02-06skbuff: fix a data race in skb_queue_len()Qian Cai
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-12unix: Show number of pending scm files of receive queue in fdinfoKirill Tkhai
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-09net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-23af_unix: add compat_ioctl supportArnd Bergmann
2019-10-11af_unix: __unix_find_socket_byname() cleanupVito Caputo
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62Thomas Gleixner
2019-05-22net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.Felipe Gasper
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-28net: split out functions related to registering inflight socket filesJens Axboe
2019-02-28Add io_uring IO interfaceJens Axboe
2019-02-20missing barriers in some of unix_sock ->addr and ->path accessesAl Viro
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-17net: fix warning in af_unixKyeongdon Kim
2018-08-03af_unix: ensure POLLOUT on remote close() for connected dgram socketJason Baron
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net/unix: convert to ->poll_maskChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-04-04af_unix: remove redundant lockdep classCong Wang
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-13net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ commentTobias Klauser
2018-02-13net: Convert unix_net_opsKirill Tkhai
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-27annotate poll-related wait keysAl Viro
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller