summaryrefslogtreecommitdiffstats
path: root/net/unix
AgeCommit message (Expand)AuthorLines
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet-3/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+2
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-11/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62Thomas Gleixner-6/+1
2019-05-22net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.Felipe Gasper-0/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni-3/+3
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds-127/+172
2019-02-28net: split out functions related to registering inflight socket filesJens Axboe-130/+172
2019-02-28Add io_uring IO interfaceJens Axboe-0/+3
2019-02-20missing barriers in some of unix_sock ->addr and ->path accessesAl Viro-25/+35
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul-2/+2
2018-10-17net: fix warning in af_unixKyeongdon Kim-0/+2
2018-08-03af_unix: ensure POLLOUT on remote close() for connected dgram socketJason Baron-1/+6
2018-07-30net: simplify sock_poll_waitChristoph Hellwig-2/+2
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-11/+19
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-19/+11
2018-05-26net/unix: convert to ->poll_maskChristoph Hellwig-19/+11
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig-15/+2
2018-04-04af_unix: remove redundant lockdep classCong Wang-10/+0
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-1/+0
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-02-13net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ commentTobias Klauser-1/+1
2018-02-13net: Convert unix_net_opsKirill Tkhai-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko-5/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-20/+20
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+0
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan-1/+0
2017-11-27net: annotate ->poll() instancesAl Viro-6/+7
2017-11-27annotate poll-related wait keysAl Viro-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2017-10-26net/unix: don't show information about sockets from other namespacesAndrei Vagin-0/+2
2017-10-22net: af_unix: mark expected switch fall-throughGustavo A. R. Silva-0/+1
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+1
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson-4/+1
2017-07-17net/unix: drop obsolete fd-recursion limitsDavid Herrmann-23/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-8/+8
2017-07-01net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena-4/+4
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena-3/+3
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-2/+2
2017-06-09af_unix: Add sockaddr length checks before accessing sa_family in bind and co...Mateusz Jurczyk-1/+6
2017-04-06af_unix: Use designated initializersKees Cook-1/+1
2017-03-21net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov-8/+9
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells-2/+3