aboutsummaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)Author
2009-03-31New helper - current_umask()Al Viro
2009-02-26unix: remove some pointless conditionals before kfree_skb()Wei Yongjun
2008-12-31introduce new LSM hooks where vfsmount is available.Kentaro Takeda
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-12-04Merge branch 'master' into nextJames Morris
2008-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-26net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet
2008-11-24net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet
2008-11-23net: Make sure BHs are disabled in sock_prot_inuse_add()David S. Miller
2008-11-19net: af_unix should use KERN_INFO instead of KERN_DEBUGEric Dumazet
2008-11-19include/net net/ - csum_partial - remove unnecessary castsJoe Perches
2008-11-17net: af_unix should update its inuse counterEric Dumazet
2008-11-17net: af_unix can make unix_nr_socks visbile in /procEric Dumazet
2008-11-16net: Cleanup of af_unixEric Dumazet
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Wrap task credential accesses in the UNIX socket protocolDavid Howells
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-09net: unix: fix inflight counting bug in garbage collectorMiklos Szeredi
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-03net: '&' reduxAlexey Dobriyan
2008-11-01af_unix: clean up net/unix/af_unix.c garbage.c sysctl_net_unix.cJianjun Kong
2008-11-01af_unix: netns: fix problem of return valueJianjun Kong
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-07-26[PATCH] f_count may wrap aroundAl Viro
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-27af_unix: fix 'poll for write'/connected DGRAM socketsRainer Weikusat
2008-06-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-17af_unix: fix 'poll for write'/ connected DGRAM socketsRainer Weikusat
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-04-24[AF_UNIX] Initialise UNIX sockets before general device initcallsDavid Woodhouse
2008-04-19[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()Dave Hansen
2008-04-12[AF_UNIX]: Use SEQ_START_TOKENJoe Perches
2008-03-26[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-01-28[NET]: Add some acquires/releases sparse annotations.Eric Dumazet
2008-01-28[NETNS]: struct net content re-work (v3)Denis V. Lunev
2008-01-28[UNIX]: Make the unix sysctl tables per-namespacePavel Emelyanov
2008-01-28[UNIX]: Use ctl paths to register unix ctl tablesPavel Emelyanov
2008-01-28[UNIX]: Move the sysctl_unix_max_dgram_qlenPavel Emelyanov
2008-01-28[UNIX]: Extend unix_sysctl_(un)register prototypesPavel Emelyanov
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov