summaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)Author
2016-04-01af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat
2016-04-01af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat
2016-02-27unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-02-27unix: properly account for FDs passed over unix socketswilly tarreau
2016-02-27af_unix: fix struct pid memory leakEric Dumazet
2015-12-30af_unix: fix a fatal race with bit fieldsEric Dumazet
2015-12-30af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat
2015-12-30unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2015-08-07unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn
2014-04-30net: unix: non blocking recvmsg() should not return -EINTREric Dumazet
2014-04-02net: unix socket code abuses csum_partialAnton Blanchard
2014-02-15net: unix: allow bind to fail on mutex lockSasha Levin
2014-01-03net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-28net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann
2013-05-13af_unix: If we don't care about credentials coallesce all messagesEric W. Biederman
2013-04-10unix: fix a race condition in unix_release()Paul Moore
2012-09-19af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet
2012-02-03af_unix: fix EPOLLET regression for stream socketsEric Dumazet
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-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro
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-24af_unix: limit unix_tot_inflightEric 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