aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
AgeCommit message (Expand)Author
2014-04-14net: unix: non blocking recvmsg() should not return -EINTREric Dumazet
2014-03-23net: unix socket code abuses csum_partialAnton Blanchard
2014-01-15net: unix: allow bind to fail on mutex lockSasha Levin
2014-01-15net: unix: allow set_peek_off to failSasha Levin
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-04net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-30unix/stream: fix peeking with an offset larger than data in queueBenjamin Poirier
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-07scm: Stop passing struct credEric W. Biederman
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-05af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman
2013-04-05Revert "af_unix: dont send SCM_CREDENTIAL when dest socket is NULL"Eric W. Biederman
2013-04-02net: fix smatch warnings inside datagram_pollJacob Keller
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E
2013-03-26af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong
2013-03-25unix: fix a race condition in unix_release()Paul Moore
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-01-09unix: Use FIELD_SIZEOF() in af_unix_init().YOSHIFUJI Hideaki / 吉藤英明
2012-09-17af_unix: old_cred is surplusAlan Cox
2012-08-31af_unix: fix shutdown parameter checkingXi Wang
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-29clean unix_bind() up a bitAl Viro
2012-07-29pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro
2012-07-29new helper: done_path_create()Al Viro
2012-06-09af_unix: remove unix_iter_stateEric Dumazet
2012-06-08af_unix: speedup /proc/net/unixEric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-03af_unix: reduce high order page allocationsEric 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