aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-17af_unix: old_cred is surplusAlan Cox1-4/+1
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/viro/vfsLinus 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_create() resp.Al Viro1-4/+0
2012-07-29new helper: done_path_create()Al Viro1-5/+4
2012-06-09af_unix: remove unix_iter_stateEric Dumazet1-5/+1
2012-06-08af_unix: speedup /proc/net/unixEric Dumazet1-46/+64
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/viro/vfsLinus Torvalds1-21/+16
2012-03-20switch touch_atime to struct pathAl Viro1-2/+2
2012-03-20switch unix_sock to struct pathAl Viro1-20/+15
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-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-03switch ->path_mknod() to umode_tAl Viro1-1/+1
2011-12-30af_unix: Move CINQ/COUTQ code to helpersPavel Emelyanov1-23/+36
2011-12-16af_unix: Export stuff required for diag modulePavel Emelyanov1-3/+6
2011-11-26AF_UNIX: Fix poll blocking problem when reading from a stream socketAlexey Moiseytsev1-0/+4
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet1-1/+23
2011-09-16Revert "Scm: Remove unnecessary pid & credential references in Unix socket's send and receive path"David S. Miller1-29/+16
2011-08-24Scm: Remove unnecessary pid & credential references in Unix socket's send and receive pathTim Chen1-16/+29
2011-07-20new helpers: kern_path_create/user_path_createAl Viro1-21/+17
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-05-01af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman1-1/+15
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-33/+39
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-03-14af_unix: update locking commentDaniel Baluta1-1/+1
2011-03-14kill path_lookup()Al Viro1-1/+1
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+13
2011-03-07af_unix: remove unused struct sockaddr_un cruftHagen Paul Pfeifer1-2/+0
2011-03-07net: fix multithreaded signal handling in unix recv routinesRainer Weikusat1-4/+13
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet1-1/+1
2011-01-19af_unix: coding style: remove one level of indentation in unix_shutdown()Alban Crequy1-29/+31
2011-01-18af_unix: implement socket filterAlban Crequy1-0/+6
2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller1-1/+1
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+32
2010-11-29af_unix: limit recursion levelEric Dumazet1-5/+32
2010-11-08af_unix: optimize unix_dgram_poll()Eric Dumazet1-0/+4
2010-11-08af_unix: fix unix_dgram_poll() behavior for EPOLLOUT eventEric Dumazet1-15/+9
2010-11-08af_unix: use keyed wakeupsEric Dumazet1-2/+4
2010-10-26fs: allow for more than 2^31 filesEric Dumazet1-7/+7
2010-10-05AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix socketsAlban Crequy1-0/+5