summaryrefslogtreecommitdiffstats
path: root/net/unix
Commit message (Expand)AuthorAgeFilesLines
* [UNIX]: EOF on non-blocking SOCK_SEQPACKETFlorian Zumbiehl2007-11-291-1/+8
* [UNIX]: The unix_nr_socks limit can be exceededPavel Emelyanov2007-11-101-3/+4
* [AF_UNIX]: Convert socks to unix_socks in scan_inflight, not in callbacksPavel Emelyanov2007-11-101-11/+9
* [AF_UNIX]: Make unix_tot_inflight counter non-atomicPavel Emelyanov2007-11-102-4/+4
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-3/+3
* sched: affine sync wakeupsIngo Molnar2007-10-151-2/+2
* [NET]: Make core networking code use seq_open_privatePavel Emelyanov2007-10-101-19/+1
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-5/+8
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* [AF_UNIX]: Make code static.Adrian Bunk2007-07-311-2/+28
* [AF_UNIX]: Rewrite garbage collector, fixes race.Miklos Szeredi2007-07-112-143/+188
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-1/+1
* [AF_UNIX]: Fix stream recvmsg() race.Miklos Szeredi2007-06-071-3/+10
* [AF_UNIX]: Fix datagram connect race causing an OOPS.David S. Miller2007-06-031-5/+38
* [AF_UNIX]: Make socket locking much less confusing.David S. Miller2007-06-031-47/+47
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [NET]: Revert incorrect accept queue backlog changes.David S. Miller2007-03-061-3/+3
* [AF_UNIX]: Test against sk_max_ack_backlog properly.David S. Miller2007-03-021-3/+3
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-1/+1
* [NET] UNIX: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-102-30/+30
* [PATCH] struct path: convert unixJosef Sipek2006-12-081-1/+1
* [NET]: Annotate csum_partial() callers in net/*Al Viro2006-12-021-1/+2
* [AF_UNIX]: Change max_dgram_qlen sysctl to __read_mostlyBrian Haley2006-09-221-1/+1
* [NET]: Use BUILD_BUG_ON() for checking size of skb->cb.YOSHIFUJI Hideaki2006-09-221-4/+1
* [AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang2006-08-021-12/+5
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* [AF_UNIX]: datagram getpeersec fixAndrew Morton2006-07-031-1/+1
* [PATCH] lockdep: annotate af_unix lockingIngo Molnar2006-07-031-1/+11
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [AF_UNIX]: Datagram getpeersecCatherine Zhang2006-06-291-0/+27
* [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi2006-03-251-0/+2
* [NET]: sem2mutex part 2Ingo Molnar2006-03-201-11/+11
* [NET] sem2mutex: net/Arjan van de Ven2006-03-201-3/+4
* [AF_UNIX]: use shift instead of integer divisionBenjamin LaHaise2006-03-201-5/+5
* [PATCH] fix file countingDipankar Sarma2006-03-081-1/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-2/+2
* [NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig2006-01-031-1/+1
* [AF_UNIX]: Convert to use a spinlock instead of rwlockBenjamin LaHaise2006-01-031-1/+1
* [NET]: move struct proto_ops to constEric Dumazet2006-01-031-3/+3
* [AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller2006-01-032-19/+19
* [AF_UNIX]: Remove superfluous reference counting in unix_stream_sendmsgBenjamin LaHaise2006-01-031-6/+5
* [PATCH] add a vfs_permission helperChristoph Hellwig2005-11-091-1/+1
* [NET]: Fix sparse warningsArnaldo Carvalho de Melo2005-08-292-9/+1
* [TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo2005-08-292-2/+2
* [NET]: Kill skb->listDavid S. Miller2005-08-291-6/+6
* [NET]: move config options out to individual protocolsSam Ravnborg2005-07-111-0/+21