summaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)Author
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-07-16net: make sock diag per-namespaceAndrey Vagin
2012-06-27unix_diag: Do not use RTA_PUT() macrosThomas Graf
2012-06-26unix_diag: Move away from NLMSG_PUT().David S. Miller
2012-06-09af_unix: remove unix_iter_stateEric Dumazet
2012-06-08af_unix: speedup /proc/net/unixEric Dumazet
2012-04-25net: sock_diag_handler structs can be constShan Wei
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
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-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso
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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-07net: Default UDP and UNIX diag to 'n'.David S. Miller
2012-01-03switch ->path_mknod() to umode_tAl Viro
2011-12-30unix_diag: Fixup RQLEN extension reportPavel Emelyanov
2011-12-30af_unix: Move CINQ/COUTQ code to helpersPavel Emelyanov
2011-12-30unix_diag: Add the MEMINFO extensionPavel Emelyanov
2011-12-26unix: If we happen to find peer NULL when diag dumping, write zero.David S. Miller
2011-12-26unix_diag: Fix incoming connections nla lengthPavel Emelyanov
2011-12-20net: unix -- Add missing module.h inclusionCyrill Gorcunov
2011-12-16unix_diag: Write it into kbuildPavel Emelyanov
2011-12-16unix_diag: Receive queue lenght NLAPavel Emelyanov
2011-12-16unix_diag: Pending connections IDs NLAPavel Emelyanov
2011-12-16unix_diag: Unix peer inode NLAPavel Emelyanov
2011-12-16unix_diag: Unix inode info NLAPavel Emelyanov
2011-12-16unix_diag: Unix socket name NLAPavel Emelyanov
2011-12-16unix_diag: Dumping exact socket corePavel Emelyanov
2011-12-16unix_diag: Dumping all sockets corePavel Emelyanov
2011-12-16unix_diag: Basic module skeletonPavel 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