sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / net / unix /
2009-10-19 Tomoki SekiyamaAF_UNIX: Fix deadlock on connecting to shutdown socket
2009-09-11 Miklos Szeredinet: unix: fix sending fds in multiple buffers
2009-07-10 Jiri Olsanet: adding memory barrier to the poll and receive...
2009-06-18 Eric Dumazetnet: correct off-by-one write allocations reports
2009-04-01 Al ViroNew helper - current_umask()
2009-02-27 Wei Yongjununix: remove some pointless conditionals before kfree_skb()
2008-12-31 Kentaro Takedaintroduce new LSM hooks where vfsmount is available.
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2008-12-04 James MorrisMerge branch 'master' into next
2008-12-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-26 dann fraziernet: Fix soft lockups/OOM issues w/ unix garbage collector
2008-11-26 Eric Dumazetnet: Use a percpu_counter for sockets_allocated
2008-11-24 Eric Dumazetnet: Make sure BHs are disabled in sock_prot_inuse_add()
2008-11-24 David S. Millernet: Make sure BHs are disabled in sock_prot_inuse_add()
2008-11-19 Eric Dumazetnet: af_unix should use KERN_INFO instead of KERN_DEBUG
2008-11-19 Joe Perchesinclude/net net/ - csum_partial - remove unnecessary...
2008-11-17 Eric Dumazetnet: af_unix should update its inuse counter
2008-11-17 Eric Dumazetnet: af_unix can make unix_nr_socks visbile in /proc
2008-11-17 Eric Dumazetnet: Cleanup of af_unix
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Wrap task credential accesses in the UNIX socket...
2008-11-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-09 Miklos Szeredinet: unix: fix inflight counting bug in garbage collector
2008-11-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-04 Alexey Dobriyannet: '&' redux
2008-11-02 Jianjun Kongaf_unix: clean up net/unix/af_unix.c garbage.c sysctl_n...
2008-11-02 Jianjun Kongaf_unix: netns: fix problem of return value
2008-10-23 Al Viro[PATCH] assorted path_lookup() -> kern_path() conversions
2008-10-14 Alan Coxnet: Rationalise email address: Network Specific Parts
2008-07-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-27 Al Viro[PATCH] f_count may wrap around
2008-07-26 Ilpo Järvinennet: convert BUG_TRAP to generic WARN_ON
2008-06-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-28 Rainer Weikusataf_unix: fix 'poll for write'/connected DGRAM sockets
2008-06-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-18 Rainer Weikusataf_unix: fix 'poll for write'/ connected DGRAM sockets
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-04-24 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-04-24 David Woodhouse[AF_UNIX] Initialise UNIX sockets before general device...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: get callers of vfs_mknod/creat...
2008-04-13 Joe Perches[AF_UNIX]: Use SEQ_START_TOKEN
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit namespace comparision without CONFIG_...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit seq_net_private->net without CONFIG_N...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-01-28 Eric Dumazet[NET]: Add some acquires/releases sparse annotations.
2008-01-28 Denis V. Lunev[NETNS]: struct net content re-work (v3)
2008-01-28 Pavel Emelyanov[UNIX]: Make the unix sysctl tables per-namespace
2008-01-28 Pavel Emelyanov[UNIX]: Use ctl paths to register unix ctl tables
2008-01-28 Pavel Emelyanov[UNIX]: Move the sysctl_unix_max_dgram_qlen
2008-01-28 Pavel Emelyanov[UNIX]: Extend unix_sysctl_(un)register prototypes
2008-01-28 Pavel Emelyanov[NET]: Name magic constants in sock_wake_async()
2008-01-28 Pavel Emelyanov[UNIX] Move the unix sock iterators in to proper place
2008-01-28 Denis V. Lunev[NET]: Consolidate net namespace related proc files...
2008-01-28 Denis V. Lunev[NET]: Make AF_UNIX per network namespace safe [v2]
2007-11-29 Florian Zumbiehl[UNIX]: EOF on non-blocking SOCK_SEQPACKET
2007-11-11 Pavel Emelyanov[UNIX]: The unix_nr_socks limit can be exceeded
2007-11-11 Pavel Emelyanov[AF_UNIX]: Convert socks to unix_socks in scan_inflight...
2007-11-11 Pavel Emelyanov[AF_UNIX]: Make unix_tot_inflight counter non-atomic
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-19 Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-15 Ingo Molnarsched: affine sync wakeups
2007-10-10 Pavel Emelyanov[NET]: Make core networking code use seq_open_private
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-07-31 Adrian Bunk[AF_UNIX]: Make code static.
2007-07-11 Miklos Szeredi[AF_UNIX]: Rewrite garbage collector, fixes race.
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-06-07 Miklos Szeredi[AF_UNIX]: Fix stream recvmsg() race.
2007-06-04 David S. Miller[AF_UNIX]: Fix datagram connect race causing an OOPS.
2007-06-04 David S. Miller[AF_UNIX]: Make socket locking much less confusing.
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-03-06 David S. Miller[NET]: Revert incorrect accept queue backlog changes.
2007-03-03 David S. Miller[AF_UNIX]: Test against sk_max_ack_backlog properly.
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 8
2007-02-11 YOSHIFUJI Hideaki[NET] UNIX: Fix whitespace errors.
2006-12-08 Josef Sipek[PATCH] struct path: convert unix
2006-12-03 Al Viro[NET]: Annotate csum_partial() callers in net/*
2006-09-22 Brian Haley[AF_UNIX]: Change max_dgram_qlen sysctl to __read_mostly
2006-09-22 YOSHIFUJI Hideaki[NET]: Use BUILD_BUG_ON() for checking size of skb...
2006-08-02 Catherine Zhang[AF_UNIX]: Kernel memory leak fix for af_unix datagram...
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-07-04 Andrew Morton[AF_UNIX]: datagram getpeersec fix
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate af_unix locking
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Catherine Zhang[AF_UNIX]: Datagram getpeersec
2006-03-25 Davide Libenzi[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed...
2006-03-21 Ingo Molnar[NET]: sem2mutex part 2
2006-03-21 Arjan van de Ven[NET] sem2mutex: net/
2006-03-21 Benjamin LaHaise[AF_UNIX]: use shift instead of integer division
2006-03-08 Dipankar Sarma[PATCH] fix file counting
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-03 Christoph Hellwig[NET]: Add a dev_ioctl() fallback to sock_ioctl()
2006-01-03 Benjamin LaHaise[AF_UNIX]: Convert to use a spinlock instead of rwlock
2006-01-03 Eric Dumazet[NET]: move struct proto_ops to const
next