summaryrefslogtreecommitdiffstats
path: root/net/unix
AgeCommit message (Expand)Author
2021-07-28af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-21__unix_find_socket_byname(): don't pass hash and type separatelyAl Viro
2021-06-21unix_bind_bsd(): unlink if we fail after successful mknodAl Viro
2021-06-21unix_bind_bsd(): move done_path_create() call after dealing with ->bindlockAl Viro
2021-06-21fold unix_mknod() into unix_bind_bsd()Al Viro
2021-06-21unix_bind(): take BSD and abstract address cases into new helpersAl Viro
2021-06-21unix_bind(): separate BSD and abstract casesAl Viro
2021-06-21unix_bind(): allocate addr earlierAl Viro
2021-06-21af_unix: take address assignment/hash insertion into a new helperAl Viro
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-16net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet
2021-06-10af_unix: remove the repeated word "and"gushengxian
2021-01-24af_unix: handle idmapped mountsChristian Brauner
2021-01-24namei: prepare for idmapped mountsChristian Brauner
2021-01-24fs: add file and path permissions helpersChristian Brauner
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-13net/af_unix: Remove unused old_pid variableOr Cohen
2020-09-30io_uring: move io_uring_get_socket() into io_uring.hJens Axboe
2020-09-21net: unix: remove redundant assignment to variable 'err'Jing Xiangfeng
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
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