aboutsummaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Revert "net: simplify sock_poll_wait"Gravatar Karsten Graul 1-2/+2
2018-10-17net: fix warning in af_unixGravatar Kyeongdon Kim 1-0/+2
2018-08-03af_unix: ensure POLLOUT on remote close() for connected dgram socketGravatar Jason Baron 1-1/+6
2018-07-30net: simplify sock_poll_waitGravatar Christoph Hellwig 1-2/+2
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-11/+19
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-19/+11
2018-05-26net/unix: convert to ->poll_maskGravatar Christoph Hellwig 1-19/+11
2018-05-16proc: introduce proc_create_net{,_data}Gravatar Christoph Hellwig 1-15/+2
2018-04-04af_unix: remove redundant lockdep classGravatar Cong Wang 1-10/+0
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 1-1/+0
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-02-13net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ commentGravatar Tobias Klauser 1-1/+1
2018-02-13net: Convert unix_net_opsGravatar Kirill Tkhai 1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-5/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-20/+20
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+0
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-1/+0
2017-11-27net: annotate ->poll() instancesGravatar Al Viro 1-6/+7
2017-11-27annotate poll-related wait keysGravatar Al Viro 1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2017-10-26net/unix: don't show information about sockets from other namespacesGravatar Andrei Vagin 1-0/+2
2017-10-22net: af_unix: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+1
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsGravatar Matthew Dawson 1-4/+1
2017-07-17net/unix: drop obsolete fd-recursion limitsGravatar David Herrmann 1-23/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-8/+8
2017-07-01net: convert unix_address.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-4/+4
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tGravatar Reshetova, Elena 1-3/+3
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-2/+2
2017-06-09af_unix: Add sockaddr length checks before accessing sa_family in bind and co...Gravatar Mateusz Jurczyk 1-1/+6
2017-04-06af_unix: Use designated initializersGravatar Kees Cook 1-1/+1
2017-03-21net: unix: properly re-increment inflight counter of GC discarded candidatesGravatar Andrey Ulanov 1-8/+9
2017-03-09net: Work around lockdep limitation in sockets that use socketsGravatar David Howells 1-2/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-02-02unix: add ioctl to open a unix socket file with O_PATHGravatar Andrey Vagin 1-0/+41
2017-01-24af_unix: move unix_mknod() out of bindlockGravatar WANG Cong 1-11/+16
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+3
2016-12-16Revert "af_unix: fix hard linked sockets on overlay"Gravatar Miklos Szeredi 1-3/+3
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+11
2016-11-18af_unix: conditionally use freezable blocking calls in readGravatar WANG Cong 1-6/+11
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2016-11-07udp: do fwd memory scheduling on dequeueGravatar Paolo Abeni 1-2/+2
2016-11-01unix: escape all null bytes in abstract unix domain socketGravatar Isaac Boukris 1-1/+2
2016-10-03skb_splice_bits(): get rid of callbackGravatar Al Viro 1-16/+1
2016-09-04af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Gravatar Linus Torvalds 1-22/+23