summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
AgeCommit message (Expand)Author
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo
2007-03-06[NET]: Revert incorrect accept queue backlog changes.David S. Miller
2007-03-02[AF_UNIX]: Test against sk_max_ack_backlog properly.David S. Miller
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven
2007-02-10[NET] UNIX: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-02[NET]: Annotate csum_partial() callers in net/*Al Viro
2006-09-22[AF_UNIX]: Change max_dgram_qlen sysctl to __read_mostlyBrian Haley
2006-09-22[NET]: Use BUILD_BUG_ON() for checking size of skb->cb.YOSHIFUJI Hideaki
2006-08-02[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris
2006-07-03[AF_UNIX]: datagram getpeersec fixAndrew Morton
2006-07-03[PATCH] lockdep: annotate af_unix lockingIngo Molnar
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang
2006-03-25[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi
2006-03-20[NET]: sem2mutex part 2Ingo Molnar
2006-03-20[AF_UNIX]: use shift instead of integer divisionBenjamin LaHaise
2006-03-08[PATCH] fix file countingDipankar Sarma
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig
2006-01-03[AF_UNIX]: Convert to use a spinlock instead of rwlockBenjamin LaHaise
2006-01-03[NET]: move struct proto_ops to constEric Dumazet
2006-01-03[AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller
2006-01-03[AF_UNIX]: Remove superfluous reference counting in unix_stream_sendmsgBenjamin LaHaise
2005-11-09[PATCH] add a vfs_permission helperChristoph Hellwig
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller
2005-05-19[AF_UNIX]: Use lookup_create().Christoph Hellwig
2005-04-25[PATCH] kill gratitious includes of major.h under net/*Al Viro
2005-03-31Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller
2005-03-30[AF_UNIX]: unix_mkname commentHideaki Yoshifuji
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo
2005-03-09[NET]: Passcred cleanup in struct sockHerbert Pötzl
2005-02-26[AF_UNIX]: Fix SIOCINQ for STREAM and SEQPACKET.David S. Miller
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2004-12-27[AF_UNIX]: Mark needlessly global code static.Adrian Bunk
2004-11-19[AF_UNIX]: Don't lose ECONNRESET in unix_seqpacket_sendmsg()James Morris
2004-11-17[AF_UNIX]: Fix SELinux crashes with SOCK_SEQPACKETJames Morris
2004-11-14[AF_UNIX]: Serialize dgram read using semaphore just like stream.David S. Miller
2004-10-19[AF_UNIX]: Remove spurious len test in unix_mkname.David S. Miller
2004-09-21[SOCK] remove sk_pair, only really used by AF_UNIXArnaldo Carvalho de Melo
2004-06-29sparse: get rid of more integer/pointer confusionLinus Torvalds
2004-05-30[PATCH] sparse: trivial part of net/* annotationAlexander Viro
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro
2004-04-17[PATCH] Fix unix moduleAndrew Morton
2004-03-18[PATCH] add touch_atime() helperAlexander Viro
2004-02-28[AF_UNIX]: Mark unix_*_ops as static.David S. Miller
2004-02-28[AF_UNIX]: Add SOCK_SEQPACKET support.Steven Dake