| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-11-20 | af_unix: fix regression in read after shutdown | Vincent Whitchurch | 1 | -3/+0 |
| 2021-10-26 | net: Implement ->sock_is_readable() for UDP and AF_UNIX | Cong Wang | 2 | -0/+6 |
| 2021-10-12 | af_unix: Rename UNIX-DGRAM to UNIX to maintain backwards compatability | Stephen Boyd | 1 | -1/+1 |
| 2021-10-07 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 1 | -4/+5 |
| 2021-10-06 | unix: Fix an issue in unix_shutdown causing the other end read/write failures | Jiang Wang | 1 | -4/+5 |
| 2021-09-30 | af_unix: fix races in sk_peer_pid and sk_peer_cred accesses | Eric Dumazet | 1 | -6/+28 |
| 2021-09-28 | af_unix: Return errno instead of NULL in unix_create1(). | Kuniyuki Iwashima | 1 | -17/+32 |
| 2021-09-09 | net/af_unix: fix a data-race in unix_dgram_poll | Eric Dumazet | 1 | -1/+1 |
| 2021-08-31 | af_unix: fix potential NULL deref in unix_dgram_connect() | Eric Dumazet | 1 | -3/+6 |
| 2021-08-30 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2 | -35/+247 |
| 2021-08-23 | af_unix: Fix NULL pointer bug in unix_shutdown | Jiang Wang | 1 | -1/+2 |
| 2021-08-16 | af_unix: Add unix_stream_proto for sockmap | Jiang Wang | 2 | -35/+141 |
| 2021-08-16 | af_unix: Add read_sock for stream socket types | Jiang Wang | 1 | -0/+12 |
| 2021-08-16 | af_unix: check socket state when queuing OOB | Rao Shoaib | 1 | -2/+9 |
| 2021-08-15 | bpf: af_unix: Implement BPF iterator for UNIX domain socket. | Kuniyuki Iwashima | 1 | -0/+93 |
| 2021-08-13 | af_unix: fix holding spinlock in oob handling | Rao Shoaib | 1 | -12/+24 |
| 2021-08-10 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -0/+3 |
| 2021-08-04 | af_unix: Add OOB support | Rao Shoaib | 2 | -2/+156 |
| 2021-08-03 | bpf, unix: Check socket type in unix_bpf_update_proto() | Cong Wang | 1 | -0/+3 |
| 2021-07-31 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -8/+8 |
| 2021-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+49 |
| 2021-07-30 | unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg() | Cong Wang | 1 | -8/+8 |
| 2021-07-28 | af_unix: fix garbage collect vs MSG_PEEK | Miklos Szeredi | 1 | -2/+49 |
| 2021-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 3 | -10/+198 |
| 2021-07-15 | af_unix: Implement unix_dgram_bpf_recvmsg() | Cong Wang | 2 | -3/+91 |
| 2021-07-15 | af_unix: Implement ->psock_update_sk_prot() | Cong Wang | 3 | -1/+53 |
| 2021-07-15 | af_unix: Add a dummy ->close() for sockmap | Cong Wang | 1 | -0/+9 |
| 2021-07-15 | af_unix: Set TCP_ESTABLISHED for datagram sockets too | Cong Wang | 1 | -6/+8 |
| 2021-07-15 | af_unix: Implement ->read_sock() for sockmap | Cong Wang | 1 | -0/+37 |
| 2021-07-13 | net: Use nlmsg_unicast() instead of netlink_unicast() | Yajun Deng | 1 | -4/+2 |
| 2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 1 | -1/+1 |
| 2021-06-21 | __unix_find_socket_byname(): don't pass hash and type separately | Al Viro | 1 | -13/+10 |
| 2021-06-21 | unix_bind_bsd(): unlink if we fail after successful mknod | Al Viro | 1 | -13/+16 |
| 2021-06-21 | unix_bind_bsd(): move done_path_create() call after dealing with ->bindlock | Al Viro | 1 | -15/+11 |
| 2021-06-21 | fold unix_mknod() into unix_bind_bsd() | Al Viro | 1 | -25/+17 |
| 2021-06-21 | unix_bind(): take BSD and abstract address cases into new helpers | Al Viro | 1 | -73/+74 |
| 2021-06-21 | unix_bind(): separate BSD and abstract cases | Al Viro | 1 | -21/+34 |
| 2021-06-21 | unix_bind(): allocate addr earlier | Al Viro | 1 | -13/+15 |
| 2021-06-21 | af_unix: take address assignment/hash insertion into a new helper | Al Viro | 1 | -13/+13 |
| 2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+4 |
| 2021-06-16 | net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock | Eric Dumazet | 1 | -3/+4 |
| 2021-06-10 | af_unix: remove the repeated word "and" | gushengxian | 1 | -1/+1 |
| 2021-01-24 | af_unix: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2021-01-24 | namei: prepare for idmapped mounts | Christian Brauner | 1 | -1/+2 |
| 2021-01-24 | fs: add file and path permissions helpers | Christian Brauner | 1 | -1/+1 |
| 2020-10-15 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -3/+0 |
| 2020-10-13 | net/af_unix: Remove unused old_pid variable | Or Cohen | 1 | -2/+0 |
| 2020-09-30 | io_uring: move io_uring_get_socket() into io_uring.h | Jens Axboe | 1 | -0/+1 |
| 2020-09-21 | net: unix: remove redundant assignment to variable 'err' | Jing Xiangfeng | 1 | -1/+0 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-07-19 | net: make ->{get,set}sockopt in proto_ops optional | Christoph Hellwig | 1 | -6/+0 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
| 2020-02-28 | net: datagram: drop 'destructor' argument from several helpers | Paolo Abeni | 1 | -2/+5 |
| 2020-02-28 | unix: uses an atomic type for scm files accounting | Paolo Abeni | 1 | -15/+6 |
| 2020-02-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+4 |
| 2020-02-27 | unix: It's CONFIG_PROC_FS not CONFIG_PROCFS | David S. Miller | 1 | -1/+1 |
| 2020-02-27 | unix: define and set show_fdinfo only if procfs is enabled | Tobias Klauser | 1 | -0/+4 |
| 2020-02-24 | af_unix: Add missing annotation for unix_wait_for_peer() | Jules Irenge | 1 | -0/+1 |
| 2020-02-06 | skbuff: fix a data race in skb_queue_len() | Qian Cai | 1 | -2/+9 |
| 2020-01-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -3/+4 |
| 2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2019-12-12 | unix: Show number of pending scm files of receive queue in fdinfo | Kirill Tkhai | 1 | -5/+51 |
| 2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 1 | -1/+1 |
| 2019-12-09 | net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_... | Sabrina Dubroca | 1 | -3/+4 |
| 2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+19 |
| 2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+3 |
| 2019-10-28 | net: use skb_queue_empty_lockless() in poll() handlers | Eric Dumazet | 1 | -3/+3 |
| 2019-10-23 | af_unix: add compat_ioctl support | Arnd Bergmann | 1 | -0/+19 |
| 2019-10-11 | af_unix: __unix_find_socket_byname() cleanup | Vito Caputo | 1 | -4/+2 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -11/+2 |
| 2019-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2 | -11/+2 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62 | Thomas Gleixner | 1 | -6/+1 |
| 2019-05-22 | net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics. | Felipe Gasper | 1 | -0/+12 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-08 | datagram: remove rendundant 'peeked' argument | Paolo Abeni | 1 | -3/+3 |
| 2019-03-08 | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block | Linus Torvalds | 6 | -127/+172 |
| 2019-02-28 | net: split out functions related to registering inflight socket files | Jens Axboe | 6 | -130/+172 |
| 2019-02-28 | Add io_uring IO interface | Jens Axboe | 1 | -0/+3 |
| 2019-02-20 | missing barriers in some of unix_sock ->addr and ->path accesses | Al Viro | 2 | -25/+35 |
| 2018-10-23 | Revert "net: simplify sock_poll_wait" | Karsten Graul | 1 | -2/+2 |
| 2018-10-17 | net: fix warning in af_unix | Kyeongdon Kim | 1 | -0/+2 |
| 2018-08-03 | af_unix: ensure POLLOUT on remote close() for connected dgram socket | Jason Baron | 1 | -1/+6 |
| 2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig | 1 | -2/+2 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -11/+19 |
| 2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -19/+11 |
| 2018-05-26 | net/unix: convert to ->poll_mask | Christoph Hellwig | 1 | -19/+11 |
| 2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 1 | -15/+2 |
| 2018-04-04 | af_unix: remove redundant lockdep class | Cong Wang | 1 | -10/+0 |
| 2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
| 2018-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-02-13 | net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ comment | Tobias Klauser | 1 | -1/+1 |
| 2018-02-13 | net: Convert unix_net_ops | Kirill Tkhai | 1 | -0/+1 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -5/+5 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -20/+20 |
| 2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+0 |
| 2018-01-16 | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 1 | -1/+0 |
| 2017-11-27 | net: annotate ->poll() instances | Al Viro | 1 | -6/+7 |
| 2017-11-27 | annotate poll-related wait keys | Al Viro | 1 | -1/+1 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2017-10-26 | net/unix: don't show information about sockets from other namespaces | Andrei Vagin | 1 | -0/+2 |
| 2017-10-22 | net: af_unix: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
| 2017-08-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+1 |
| 2017-08-18 | datagram: When peeking datagrams with offset < 0 don't skip empty skbs | Matthew Dawson | 1 | -4/+1 |
| 2017-07-17 | net/unix: drop obsolete fd-recursion limits | David Herrmann | 1 | -23/+1 |
| 2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -8/+8 |
| 2017-07-01 | net: convert unix_address.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -4/+4 |
| 2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
| 2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
| 2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 1 | -2/+2 |
| 2017-06-09 | af_unix: Add sockaddr length checks before accessing sa_family in bind and co... | Mateusz Jurczyk | 1 | -1/+6 |
| 2017-04-06 | af_unix: Use designated initializers | Kees Cook | 1 | -1/+1 |
| 2017-03-21 | net: unix: properly re-increment inflight counter of GC discarded candidates | Andrey Ulanov | 1 | -8/+9 |
| 2017-03-09 | net: Work around lockdep limitation in sockets that use sockets | David Howells | 1 | -2/+3 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
| 2017-02-02 | unix: add ioctl to open a unix socket file with O_PATH | Andrey Vagin | 1 | -0/+41 |
| 2017-01-24 | af_unix: move unix_mknod() out of bindlock | WANG Cong | 1 | -11/+16 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-12-16 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+3 |
| 2016-12-16 | Revert "af_unix: fix hard linked sockets on overlay" | Miklos Szeredi | 1 | -3/+3 |
| 2016-11-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+11 |
| 2016-11-18 | af_unix: conditionally use freezable blocking calls in read | WANG Cong | 1 | -6/+11 |
| 2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2016-11-07 | udp: do fwd memory scheduling on dequeue | Paolo Abeni | 1 | -2/+2 |
| 2016-11-01 | unix: escape all null bytes in abstract unix domain socket | Isaac Boukris | 1 | -1/+2 |
| 2016-10-03 | skb_splice_bits(): get rid of callback | Al Viro | 1 | -16/+1 |
| 2016-09-04 | af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock' | Linus Torvalds | 1 | -22/+23 |
| 2016-09-04 | Revert "af_unix: Fix splice-bind deadlock" | Linus Torvalds | 1 | -40/+26 |
| 2016-07-26 | af_unix: charge buffers to kmemcg | Vladimir Davydov | 1 | -0/+1 |
| 2016-06-12 | Merge branch 'overlayfs-af_unix-fix' into overlayfs-linus | Miklos Szeredi | 1 | -3/+3 |
| 2016-05-20 | af_unix: fix hard linked sockets on overlay | Miklos Szeredi | 1 | -3/+3 |
| 2016-03-28 | constify security_path_{mkdir,mknod,symlink} | Al Viro | 1 | -1/+1 |
| 2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -15/+25 |
| 2016-02-19 | af_unix: Don't use continue to re-execute unix_stream_read_generic loop | Rainer Weikusat | 1 | -1/+2 |
| 2016-02-19 | unix_diag: fix incorrect sign extension in unix_lookup_by_ino | Dmitry V. Levin | 1 | -1/+1 |
| 2016-02-16 | af_unix: Guard against other == sk in unix_dgram_sendmsg | Rainer Weikusat | 1 | -1/+6 |
| 2016-02-16 | af_unix: Don't set err in unix_stream_read_generic unless there was an error | Rainer Weikusat | 1 | -6/+10 |
| 2016-02-08 | unix: correctly track in-flight fds in sending process user_struct | Hannes Frederic Sowa | 2 | -6/+6 |
| 2016-02-07 | net: drop write-only stack variable | David Herrmann | 1 | -4/+1 |
| 2016-01-24 | af_unix: fix struct pid memory leak | Eric Dumazet | 1 | -0/+1 |
| 2016-01-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -9/+28 |
| 2016-01-11 | unix: properly account for FDs passed over unix sockets | willy tarreau | 2 | -9/+28 |
| 2016-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -26/+40 |
| 2016-01-04 | af_unix: Fix splice-bind deadlock | Rainer Weikusat | 1 | -26/+40 |
| 2015-12-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -10/+3 |
| 2015-12-17 | af_unix: Revert 'lock_interruptible' in stream receive code | Rainer Weikusat | 1 | -10/+3 |
| 2015-12-06 | af_unix: fix unix_dgram_recvmsg entry locking | Rainer Weikusat | 1 | -15/+20 |
| 2015-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -37/+231 |
| 2015-12-01 | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet | 1 | -3/+3 |
| 2015-12-01 | unix: use wq_has_sleeper in unix_dgram_recvmsg | Rainer Weikusat | 1 | -2/+4 |
| 2015-11-30 | af-unix: passcred support for sendpage | Hannes Frederic Sowa | 1 | -15/+64 |
| 2015-11-30 | net: Generalise wq_has_sleeper helper | Herbert Xu | 1 | -1/+1 |
| 2015-11-23 | unix: avoid use-after-free in ep_remove_wait_queue | Rainer Weikusat | 1 | -19/+164 |
| 2015-11-17 | af_unix: take receive queue lock while appending new skb | Hannes Frederic Sowa | 1 | -1/+4 |
| 2015-11-16 | af_unix: don't append consumed skbs to sk_receive_queue | Hannes Frederic Sowa | 1 | -0/+1 |
| 2015-11-15 | af-unix: fix use-after-free with concurrent readers while splicing | Hannes Frederic Sowa | 1 | -0/+18 |
| 2015-10-25 | af_unix: do not report POLLOUT on listeners | Eric Dumazet | 1 | -2/+3 |
| 2015-10-05 | net/unix: fix logic about sk_peek_offset | Andrey Vagin | 1 | -5/+7 |
| 2015-09-29 | af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag | Aaron Conole | 1 | -1/+14 |
| 2015-06-10 | net/unix: support SCM_SECURITY for stream sockets | Stephen Smalley | 1 | -4/+16 |
| 2015-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+8 |
| 2015-05-26 | unix/caif: sk_socket can disappear when state is unlocked | Mark Salyzyn | 1 | -0/+8 |
| 2015-05-25 | net: af_unix: implement splice for stream af_unix sockets | Hannes Frederic Sowa | 1 | -21/+119 |
| 2015-05-25 | net: af_unix: implement stream sendpage support | Hannes Frederic Sowa | 1 | -1/+98 |
| 2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 1 | -4/+4 |
| 2015-04-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -42/+28 |
| 2015-04-23 | net: unix: garbage: fixed several comment and whitespace style issues | Jason Eastman | 1 | -42/+28 |
| 2015-04-15 | VFS: net/unix: d_backing_inode() annotations | David Howells | 2 | -4/+4 |
| 2015-04-15 | VFS: AF_UNIX sockets should call mknod on the top layer only | David Howells | 1 | -1/+1 |
| 2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -29/+21 |
| 2015-01-28 | net: remove sock_iocb | Christoph Hellwig | 1 | -44/+29 |
| 2015-01-18 | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg | 1 | -1/+2 |
| 2014-12-09 | put iov_iter into msghdr | Al Viro | 1 | -8/+2 |
| 2014-11-24 | switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter() | Al Viro | 1 | -3/+8 |
| 2014-11-05 | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller | 1 | -3/+3 |
| 2014-10-07 | af_unix: remove 0 assignment on static | Fabian Frederick | 1 | -1/+1 |
| 2014-06-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+7 |
| 2014-05-16 | net: unix: Align send data_len up to PAGE_SIZE | Kirill Tkhai | 1 | -1/+7 |
| 2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 1 | -1/+1 |
| 2014-04-11 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 1 | -3/+3 |
| 2014-03-26 | net: unix: non blocking recvmsg() should not return -EINTR | Eric Dumazet | 1 | -5/+12 |
| 2014-03-06 | net: unix socket code abuses csum_partial | Anton Blanchard | 1 | -2/+1 |
| 2014-01-18 | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 1 | -2/+2 |
| 2013-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+12 |
| 2013-12-17 | net: unix: allow bind to fail on mutex lock | Sasha Levin | 1 | -2/+6 |
| 2013-12-10 | net: unix: allow set_peek_off to fail | Sasha Levin | 1 | -2/+6 |
| 2013-12-06 | unix: convert printks to pr_<level> | wangweidong | 1 | -4/+5 |
| 2013-11-20 | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa | 1 | -5/+0 |
| 2013-10-19 | net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix race | Daniel Borkmann | 1 | -0/+10 |
| 2013-10-02 | unix_diag: fix info leak | Mathias Krause | 1 | -0/+1 |
| 2013-08-11 | af_unix: fix bug on large send() | Eric Dumazet | 1 | -1/+2 |
| 2013-08-10 | net: attempt high order allocations in sock_alloc_send_pskb() | Eric Dumazet | 1 | -2/+4 |
| 2013-08-10 | af_unix: improve STREAM behavior with fragmented memory | Eric Dumazet | 1 | -35/+30 |
| 2013-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+1 |
| 2013-06-13 | net: Convert uses of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -1/+1 |
| 2013-05-12 | af_unix: use freezable blocking calls in read | Colin Cross | 1 | -1/+2 |