aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
AgeCommit message (Expand)Author
2013-05-01af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman
2013-04-05unix: fix a race condition in unix_release()Paul Moore
2012-10-02af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20switch touch_atime to struct pathAl Viro
2012-03-20switch unix_sock to struct pathAl Viro
2012-02-22af_unix: MSG_TRUNC support for dgram socketsEric Dumazet
2012-02-21unix: Support peeking offset for stream socketsPavel Emelyanov
2012-02-21unix: Support peeking offset for datagram and seqpacket socketsPavel Emelyanov
2012-01-30af_unix: fix EPOLLET regression for stream socketsEric Dumazet
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-03switch ->path_mknod() to umode_tAl Viro
2011-12-30af_unix: Move CINQ/COUTQ code to helpersPavel Emelyanov
2011-12-16af_unix: Export stuff required for diag modulePavel Emelyanov
2011-11-26AF_UNIX: Fix poll blocking problem when reading from a stream socketAlexey Moiseytsev
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet
2011-09-16Revert "Scm: Remove unnecessary pid & credential references in Unix socket's ...David S. Miller
2011-08-24Scm: Remove unnecessary pid & credential references in Unix socket's send and...Tim Chen
2011-07-20new helpers: kern_path_create/user_path_createAl Viro
2011-05-24net: convert %p usage to %pKDan Rosenberg
2011-05-01af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-14af_unix: update locking commentDaniel Baluta
2011-03-14kill path_lookup()Al Viro
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-07af_unix: remove unused struct sockaddr_un cruftHagen Paul Pfeifer
2011-03-07net: fix multithreaded signal handling in unix recv routinesRainer Weikusat
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet
2011-01-19af_unix: coding style: remove one level of indentation in unix_shutdown()Alban Crequy
2011-01-18af_unix: implement socket filterAlban Crequy
2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-11-29af_unix: limit recursion levelEric Dumazet
2010-11-08af_unix: optimize unix_dgram_poll()Eric Dumazet
2010-11-08af_unix: fix unix_dgram_poll() behavior for EPOLLOUT eventEric Dumazet
2010-11-08af_unix: use keyed wakeupsEric Dumazet
2010-10-26fs: allow for more than 2^31 filesEric Dumazet
2010-10-05AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix socketsAlban Crequy
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-07UNIX: Do not loop forever at unix_autobind().Tetsuo Handa
2010-09-06net: poll() optimizationsEric Dumazet
2010-07-20drop_monitor: convert some kfree_skb call sites to consume_skbNeil Horman
2010-06-16af_unix: Allow connecting to sockets in other network namespaces.Eric W. Biederman
2010-06-16af_unix: Allow credentials to work across user and pid namespaces.Eric W. Biederman
2010-06-16af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet