| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2013-05-01 | af_unix: fix a fatal race with bit fields | Eric Dumazet | 1 | -6/+6 |
| 2013-04-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -13/+12 |
| 2013-04-30 | unix/stream: fix peeking with an offset larger than data in queue | Benjamin Poirier | 1 | -13/+12 |
| 2013-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2013-04-07 | scm: Stop passing struct cred | Eric W. Biederman | 1 | -8/+8 |
| 2013-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
| 2013-04-05 | af_unix: If we don't care about credentials coallesce all messages | Eric W. Biederman | 1 | -1/+1 |
| 2013-04-05 | Revert "af_unix: dont send SCM_CREDENTIAL when dest socket is NULL" | Eric W. Biederman | 1 | -2/+2 |
| 2013-04-02 | net: fix smatch warnings inside datagram_poll | Jacob Keller | 1 | -1/+1 |
| 2013-03-31 | net: add option to enable error queue packets waking select | Keller, Jacob E | 1 | -1/+3 |
| 2013-03-26 | af_unix: dont send SCM_CREDENTIAL when dest socket is NULL | dingtianhong | 1 | -2/+2 |
| 2013-03-25 | unix: fix a race condition in unix_release() | Paul Moore | 1 | -4/+3 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 2 | -9/+4 |
| 2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
| 2013-02-18 | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 1 | -1/+1 |
| 2013-02-18 | net: proc: change proc_net_fops_create to proc_create | Gao feng | 1 | -1/+1 |
| 2013-01-09 | unix: Use FIELD_SIZEOF() in af_unix_init(). | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -2/+1 |
| 2012-11-18 | net: Don't export sysctls to unprivileged users | Eric W. Biederman | 1 | -0/+4 |
| 2012-10-23 | sock-diag: Report shutdown for inet and unix sockets (v2) | Pavel Emelyanov | 1 | -0/+3 |
| 2012-09-17 | af_unix: old_cred is surplus | Alan Cox | 1 | -4/+1 |
| 2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 1 | -7/+7 |
| 2012-08-31 | af_unix: fix shutdown parameter checking | Xi Wang | 1 | -4/+8 |
| 2012-08-21 | af_netlink: force credentials passing [CVE-2012-3520] | Eric Dumazet | 1 | -2/+2 |
| 2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -50/+43 |
| 2012-07-29 | clean unix_bind() up a bit | Al Viro | 1 | -45/+43 |
| 2012-07-29 | pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea... | Al Viro | 1 | -4/+0 |
| 2012-07-29 | new helper: done_path_create() | Al Viro | 1 | -5/+4 |
| 2012-07-16 | net: make sock diag per-namespace | Andrey Vagin | 1 | -2/+7 |
| 2012-06-27 | unix_diag: Do not use RTA_PUT() macros | Thomas Graf | 1 | -47/+33 |
| 2012-06-26 | unix_diag: Move away from NLMSG_PUT(). | David S. Miller | 1 | -11/+13 |
| 2012-06-09 | af_unix: remove unix_iter_state | Eric Dumazet | 1 | -5/+1 |
| 2012-06-08 | af_unix: speedup /proc/net/unix | Eric Dumazet | 2 | -48/+68 |
| 2012-04-25 | net: sock_diag_handler structs can be const | Shan Wei | 1 | -1/+1 |
| 2012-04-20 | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman | 1 | -7/+1 |
| 2012-04-20 | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman | 1 | -1/+1 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 1 | -10/+11 |
| 2012-04-03 | af_unix: reduce high order page allocations | Eric Dumazet | 1 | -3/+12 |
| 2012-03-23 | poll: add poll_requested_events() and poll_does_not_wait() functions | Hans Verkuil | 1 | -1/+1 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -22/+17 |
| 2012-03-20 | switch touch_atime to struct path | Al Viro | 1 | -2/+2 |
| 2012-03-20 | switch unix_sock to struct path | Al Viro | 2 | -21/+16 |
| 2012-02-26 | netlink: add netlink_dump_control structure for netlink_dump_start() | Pablo Neira Ayuso | 1 | -4/+6 |
| 2012-02-22 | af_unix: MSG_TRUNC support for dgram sockets | Eric Dumazet | 1 | -1/+1 |
| 2012-02-21 | unix: Support peeking offset for stream sockets | Pavel Emelyanov | 1 | -2/+18 |
| 2012-02-21 | unix: Support peeking offset for datagram and seqpacket sockets | Pavel Emelyanov | 1 | -5/+25 |
| 2012-01-30 | af_unix: fix EPOLLET regression for stream sockets | Eric Dumazet | 1 | -15/+4 |
| 2012-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
| 2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -1/+1 |
| 2012-01-07 | net: Default UDP and UNIX diag to 'n'. | David S. Miller | 1 | -1/+1 |
| 2012-01-03 | switch ->path_mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2011-12-30 | unix_diag: Fixup RQLEN extension report | Pavel Emelyanov | 1 | -1/+12 |
| 2011-12-30 | af_unix: Move CINQ/COUTQ code to helpers | Pavel Emelyanov | 1 | -23/+36 |
| 2011-12-30 | unix_diag: Add the MEMINFO extension | Pavel Emelyanov | 1 | -8/+12 |
| 2011-12-26 | unix: If we happen to find peer NULL when diag dumping, write zero. | David S. Miller | 1 | -2/+1 |
| 2011-12-26 | unix_diag: Fix incoming connections nla length | Pavel Emelyanov | 1 | -1/+2 |
| 2011-12-20 | net: unix -- Add missing module.h inclusion | Cyrill Gorcunov | 1 | -0/+1 |
| 2011-12-16 | unix_diag: Write it into kbuild | Pavel Emelyanov | 2 | -0/+10 |
| 2011-12-16 | unix_diag: Receive queue lenght NLA | Pavel Emelyanov | 1 | -0/+13 |
| 2011-12-16 | unix_diag: Pending connections IDs NLA | Pavel Emelyanov | 1 | -0/+39 |
| 2011-12-16 | unix_diag: Unix peer inode NLA | Pavel Emelyanov | 1 | -0/+24 |
| 2011-12-16 | unix_diag: Unix inode info NLA | Pavel Emelyanov | 1 | -0/+21 |
| 2011-12-16 | unix_diag: Unix socket name NLA | Pavel Emelyanov | 1 | -0/+20 |
| 2011-12-16 | unix_diag: Dumping exact socket core | Pavel Emelyanov | 1 | -1/+66 |
| 2011-12-16 | unix_diag: Dumping all sockets core | Pavel Emelyanov | 1 | -1/+75 |
| 2011-12-16 | unix_diag: Basic module skeleton | Pavel Emelyanov | 1 | -0/+57 |
| 2011-12-16 | af_unix: Export stuff required for diag module | Pavel Emelyanov | 1 | -3/+6 |
| 2011-11-26 | AF_UNIX: Fix poll blocking problem when reading from a stream socket | Alexey Moiseytsev | 1 | -0/+4 |
| 2011-09-28 | af_unix: dont send SCM_CREDENTIALS by default | Eric Dumazet | 1 | -1/+23 |
| 2011-09-16 | Revert "Scm: Remove unnecessary pid & credential references in Unix socket's ... | David S. Miller | 1 | -29/+16 |
| 2011-08-24 | Scm: Remove unnecessary pid & credential references in Unix socket's send and... | Tim Chen | 1 | -16/+29 |
| 2011-07-20 | new helpers: kern_path_create/user_path_create | Al Viro | 1 | -21/+17 |
| 2011-05-24 | net: convert %p usage to %pK | Dan Rosenberg | 1 | -1/+1 |
| 2011-05-01 | af_unix: Only allow recv on connected seqpacket sockets. | Eric W. Biederman | 1 | -1/+15 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -33/+39 |
| 2011-03-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -2/+2 |