aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix
AgeCommit message (Expand)AuthorFilesLines
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-6/+0
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni1-2/+5
2020-02-28unix: uses an atomic type for scm files accountingPaolo Abeni1-15/+6
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2020-02-27unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller1-1/+1
2020-02-27unix: define and set show_fdinfo only if procfs is enabledTobias Klauser1-0/+4
2020-02-24af_unix: Add missing annotation for unix_wait_for_peer()Jules Irenge1-0/+1
2020-02-06skbuff: fix a data race in skb_queue_len()Qian Cai1-2/+9
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-3/+4
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-12unix: Show number of pending scm files of receive queue in fdinfoKirill Tkhai1-5/+51
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-09net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca1-3/+4
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+19
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-3/+3
2019-10-23af_unix: add compat_ioctl supportArnd Bergmann1-0/+19
2019-10-11af_unix: __unix_find_socket_byname() cleanupVito Caputo1-4/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-11/+2
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-11/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62Thomas Gleixner1-6/+1
2019-05-22net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.Felipe Gasper1-0/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni1-3/+3
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds6-127/+172
2019-02-28net: split out functions related to registering inflight socket filesJens Axboe6-130/+172
2019-02-28Add io_uring IO interfaceJens Axboe1-0/+3
2019-02-20missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2-25/+35
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-2/+2
2018-10-17net: fix warning in af_unixKyeongdon Kim1-0/+2
2018-08-03af_unix: ensure POLLOUT on remote close() for connected dgram socketJason Baron1-1/+6
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-2/+2
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-11/+19
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-19/+11
2018-05-26net/unix: convert to ->poll_maskChristoph Hellwig1-19/+11
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+2
2018-04-04af_unix: remove redundant lockdep classCong Wang1-10/+0
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-02-13net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ commentTobias Klauser1-1/+1
2018-02-13net: Convert unix_net_opsKirill Tkhai1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-5/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-20/+20
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2017-11-27net: annotate ->poll() instancesAl Viro1-6/+7
2017-11-27annotate poll-related wait keysAl Viro1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-10-26net/unix: don't show information about sockets from other namespacesAndrei Vagin1-0/+2
2017-10-22net: af_unix: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson1-4/+1
2017-07-17net/unix: drop obsolete fd-recursion limitsDavid Herrmann1-23/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+8
2017-07-01net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-06-09af_unix: Add sockaddr length checks before accessing sa_family in bind and co...Mateusz Jurczyk1-1/+6
2017-04-06af_unix: Use designated initializersKees Cook1-1/+1
2017-03-21net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov1-8/+9
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-2/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2017-02-02unix: add ioctl to open a unix socket file with O_PATHAndrey Vagin1-0/+41
2017-01-24af_unix: move unix_mknod() out of bindlockWANG Cong1-11/+16
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2016-12-16Revert "af_unix: fix hard linked sockets on overlay"Miklos Szeredi1-3/+3
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+11
2016-11-18af_unix: conditionally use freezable blocking calls in readWANG Cong1-6/+11
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-2/+2
2016-11-01unix: escape all null bytes in abstract unix domain socketIsaac Boukris1-1/+2
2016-10-03skb_splice_bits(): get rid of callbackAl Viro1-16/+1
2016-09-04af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds1-22/+23
2016-09-04Revert "af_unix: Fix splice-bind deadlock"Linus Torvalds1-40/+26
2016-07-26af_unix: charge buffers to kmemcgVladimir Davydov1-0/+1
2016-06-12Merge branch 'overlayfs-af_unix-fix' into overlayfs-linusMiklos Szeredi1-3/+3
2016-05-20af_unix: fix hard linked sockets on overlayMiklos Szeredi1-3/+3
2016-03-28constify security_path_{mkdir,mknod,symlink}Al Viro1-1/+1
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-15/+25
2016-02-19af_unix: Don't use continue to re-execute unix_stream_read_generic loopRainer Weikusat1-1/+2
2016-02-19unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin1-1/+1
2016-02-16af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat1-1/+6
2016-02-16af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat1-6/+10
2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2-6/+6
2016-02-07net: drop write-only stack variableDavid Herrmann1-4/+1
2016-01-24af_unix: fix struct pid memory leakEric Dumazet1-0/+1
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+28
2016-01-11unix: properly account for FDs passed over unix socketswilly tarreau2-9/+28
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+40
2016-01-04af_unix: Fix splice-bind deadlockRainer Weikusat1-26/+40
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+3
2015-12-17af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat1-10/+3
2015-12-06af_unix: fix unix_dgram_recvmsg entry lockingRainer Weikusat1-15/+20
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-37/+231
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-3/+3
2015-12-01unix: use wq_has_sleeper in unix_dgram_recvmsgRainer Weikusat1-2/+4
2015-11-30af-unix: passcred support for sendpageHannes Frederic Sowa1-15/+64
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu1-1/+1
2015-11-23unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-19/+164
2015-11-17af_unix: take receive queue lock while appending new skbHannes Frederic Sowa1-1/+4
2015-11-16af_unix: don't append consumed skbs to sk_receive_queueHannes Frederic Sowa1-0/+1
2015-11-15af-unix: fix use-after-free with concurrent readers while splicingHannes Frederic Sowa1-0/+18
2015-10-25af_unix: do not report POLLOUT on listenersEric Dumazet1-2/+3
2015-10-05net/unix: fix logic about sk_peek_offsetAndrey Vagin1-5/+7
2015-09-29af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole1-1/+14
2015-06-10net/unix: support SCM_SECURITY for stream socketsStephen Smalley1-4/+16
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2015-05-26unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn1-0/+8
2015-05-25net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa1-21/+119
2015-05-25net: af_unix: implement stream sendpage supportHannes Frederic Sowa1-1/+98
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-4/+4
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-42/+28
2015-04-23net: unix: garbage: fixed several comment and whitespace style issuesJason Eastman1-42/+28
2015-04-15VFS: net/unix: d_backing_inode() annotationsDavid Howells2-4/+4
2015-04-15VFS: AF_UNIX sockets should call mknod on the top layer onlyDavid Howells1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-29/+21
2015-01-28net: remove sock_iocbChristoph Hellwig1-44/+29
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2014-12-09put iov_iter into msghdrAl Viro1-8/+2
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro1-3/+8
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-3/+3
2014-10-07af_unix: remove 0 assignment on staticFabian Frederick1-1/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+7
2014-05-16net: unix: Align send data_len up to PAGE_SIZEKirill Tkhai1-1/+7
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-3/+3
2014-03-26net: unix: non blocking recvmsg() should not return -EINTREric Dumazet1-5/+12
2014-03-06net: unix socket code abuses csum_partialAnton Blanchard1-2/+1
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+12
2013-12-17net: unix: allow bind to fail on mutex lockSasha Levin1-2/+6
2013-12-10net: unix: allow set_peek_off to failSasha Levin1-2/+6
2013-12-06unix: convert printks to pr_<level>wangweidong1-4/+5
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-5/+0
2013-10-19net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann1-0/+10
2013-10-02unix_diag: fix info leakMathias Krause1-0/+1
2013-08-11af_unix: fix bug on large send()Eric Dumazet1-1/+2
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet1-2/+4
2013-08-10af_unix: improve STREAM behavior with fragmented memoryEric Dumazet1-35/+30
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-05-12af_unix: use freezable blocking calls in readColin Cross1-1/+2
2013-05-01af_unix: fix a fatal race with bit fieldsEric Dumazet1-6/+6
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+12
2013-04-30unix/stream: fix peeking with an offset larger than data in queueBenjamin Poirier1-13/+12
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-07scm: Stop passing struct credEric W. Biederman1-8/+8
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-04-05af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman1-1/+1
2013-04-05Revert "af_unix: dont send SCM_CREDENTIAL when dest socket is NULL"Eric W. Biederman1-2/+2
2013-04-02net: fix smatch warnings inside datagram_pollJacob Keller1-1/+1
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E1-1/+3
2013-03-26af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong1-2/+2
2013-03-25unix: fix a race condition in unix_release()Paul Moore1-4/+3
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-9/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-01-09unix: Use FIELD_SIZEOF() in af_unix_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman1-0/+4
2012-10-23sock-diag: Report shutdown for inet and unix sockets (v2)Pavel Emelyanov1-0/+3
2012-09-17af_unix: old_cred is surplusAlan Cox1-4/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-7/+7
2012-08-31af_unix: fix shutdown parameter checkingXi Wang1-4/+8
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet1-2/+2
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-50/+43
2012-07-29clean unix_bind() up a bitAl Viro1-45/+43
2012-07-29pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro1-4/+0
2012-07-29new helper: done_path_create()Al Viro1-5/+4
2012-07-16net: make sock diag per-namespaceAndrey Vagin1-2/+7
2012-06-27unix_diag: Do not use RTA_PUT() macrosThomas Graf1-47/+33
2012-06-26unix_diag: Move away from NLMSG_PUT().David S. Miller1-11/+13
2012-06-09af_unix: remove unix_iter_stateEric Dumazet1-5/+1
2012-06-08af_unix: speedup /proc/net/unixEric Dumazet2-48/+68
2012-04-25net: sock_diag_handler structs can be constShan Wei1-1/+1
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-10/+11
2012-04-03af_unix: reduce high order page allocationsEric Dumazet1-3/+12
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-22/+17
2012-03-20switch touch_atime to struct pathAl Viro1-2/+2
2012-03-20switch unix_sock to struct pathAl Viro2-21/+16
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-4/+6
2012-02-22af_unix: MSG_TRUNC support for dgram socketsEric Dumazet1-1/+1
2012-02-21unix: Support peeking offset for stream socketsPavel Emelyanov1-2/+18
2012-02-21unix: Support peeking offset for datagram and seqpacket socketsPavel Emelyanov1-5/+25
2012-01-30af_unix: fix EPOLLET regression for stream socketsEric Dumazet1-15/+4
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2012-01-07net: Default UDP and UNIX diag to 'n'.David S. Miller1-1/+1