summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-21af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat1-1/+6
2016-03-21unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-19/+164
2014-04-27net: unix: non blocking recvmsg() should not return -EINTREric Dumazet1-5/+12
2014-01-16net: unix: allow bind to fail on mutex lockSasha Levin1-2/+6
2014-01-16net: unix: allow set_peek_off to failSasha Levin1-2/+6
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-5/+0
2013-11-04net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann1-0/+10
2013-05-01af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman1-1/+1
2013-04-05unix: fix a race condition in unix_release()Paul Moore1-4/+3
2012-10-02af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet1-2/+2
2012-03-24poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil1-1/+1
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-21/+16
2012-03-21switch touch_atime to struct pathAl Viro1-2/+2
2012-03-21switch unix_sock to struct pathAl Viro1-20/+15
2012-02-22af_unix: MSG_TRUNC support for dgram socketsEric Dumazet1-1/+1
2012-02-22unix: Support peeking offset for stream socketsPavel Emelyanov1-2/+18
2012-02-22unix: 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-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2012-01-04switch ->path_mknod() to umode_tAl Viro1-1/+1
2011-12-31af_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-27AF_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-17Revert "Scm: Remove unnecessary pid & credential references in Unix socket's ...David S. Miller1-29/+16
2011-08-25Scm: Remove unnecessary pid & credential references in Unix socket's send and...Tim 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-02af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman1-1/+15
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-33/+39
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2011-03-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-03-15af_unix: update locking commentDaniel Baluta1-1/+1
2011-03-14kill path_lookup()Al Viro1-1/+1
2011-03-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+13
2011-03-08af_unix: remove unused struct sockaddr_un cruftHagen Paul Pfeifer1-2/+0
2011-03-08net: 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-20af_unix: coding style: remove one level of indentation in unix_shutdown()Alban Crequy1-29/+31
2011-01-19af_unix: implement socket filterAlban Crequy1-0/+6
2011-01-06af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller1-1/+1
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+32
2010-11-29af_unix: limit recursion levelEric Dumazet1-5/+32
2010-11-09af_unix: optimize unix_dgram_poll()Eric Dumazet1-0/+4
2010-11-09af_unix: fix unix_dgram_poll() behavior for EPOLLOUT eventEric Dumazet1-15/+9
2010-11-09af_unix: use keyed wakeupsEric Dumazet1-2/+4
2010-10-27fs: allow for more than 2^31 filesEric Dumazet1-7/+7
2010-10-06AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix socketsAlban Crequy1-0/+5
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+12