aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix
AgeCommit message (Expand)AuthorFilesLines
2004-06-29sparse: get rid of more integer/pointer confusionLinus Torvalds1-1/+1
2004-05-30[PATCH] sparse: trivial part of net/* annotationAlexander Viro1-2/+2
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro1-1/+1
2004-04-17[PATCH] Fix unix moduleAndrew Morton1-2/+0
2004-03-18[PATCH] add touch_atime() helperAlexander Viro1-2/+2
2004-02-28[AF_UNIX]: Mark unix_*_ops as static.David S. Miller1-68/+85
2004-02-28[AF_UNIX]: Add SOCK_SEQPACKET support.Steven Dake1-7/+34
2004-02-07[AF_UNIX]: Print out paths correctly in /proc/net/unix, matching 2.4.xHirofumi Ogawa1-5/+10
2004-01-08[UNIX]: Use size_t for size in {send,recv}msg.Stephen Hemminger1-5/+5
2003-09-30[NET]: Use task->tgid instead of task->pid in SCM credentials code.Ulrich Drepper1-3/+3
2003-09-04[PATCH] large dev_t - second series (8/15)Alexander Viro1-1/+1
2003-09-04[NET]: Remove all the silly 'NET4.x' init messages.David S. Miller1-3/+0
2003-09-03[NET]: Convert /proc/net/unix to seq_file.Stephen Hemminger1-43/+93
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell1-0/+1
2003-07-03[PATCH] Pass 'nameidata' to ->permission()Trond Myklebust1-1/+1
2003-06-28[NET] Remove some 0 initializers.Art Haas1-2/+0
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo1-3/+1
2003-06-16o af_unix: remove typedef unix_socket, use plain struct sockArnaldo Carvalho de Melo2-43/+43
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo1-36/+21
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo2-155/+159
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo1-10/+9
2003-05-14[AF_UNIX]: extern inline --> static inlineDavid S. Miller1-1/+1
2003-05-07[PATCH] s/UPDATE_ATIME/update_atime/ cleanupAndrew Morton1-2/+2
2003-05-02[AF_UNIX]: Fix max_dgram_qlen procfs permissions.Nivedita Singhvi1-1/+1
2003-05-02o unix: use revised net module infrastructureArnaldo Carvalho de Melo1-2/+3
2003-04-28[NET]: Spelling fixes for net/Steven Cole1-1/+1
2003-04-27o af_unix: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo1-9/+9
2003-04-03o linux/net.h: bye bye struct net_protoArnaldo Carvalho de Melo1-3/+2
2003-03-11[NET]: Use fancy wakeups where applicable.Andrew Morton1-11/+6
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise1-22/+60
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris1-6/+8
2003-02-12[PATCH] C99 initializers for net/unix/sysctl_net_unix.cArt Haas1-8/+25
2003-02-06[LSM]: Networking AF_UNIX hooks.James Morris1-0/+16
2003-01-07[UNIX]: Uninline unix_peer_get.Andrew Morton1-1/+1
2003-01-07[AF_UNIX]: Uninline unix_get_socket/maybe_unmark_and_push, mark {pop,empty}_s...Andrew Morton1-4/+4
2003-01-06[PATCH] Re: unix_getname buglet - > 2.5.4(?)Ray Lee1-1/+2
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-3/+0
2002-11-25LSM: fix up some needed header file #includesGreg Kroah-Hartman1-0/+1
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig1-0/+1
2002-11-10[PATCH] KBUILD_MODNAME define for build systemRusty Russell1-0/+2
2002-10-23kbuild: Allow for <mod>-y as well as <mod>-objs for multipart objects.Kai Germaschewski1-1/+0
2002-10-10net-kiocb.diffBenjamin LaHaise1-4/+8
2002-08-23net/unix/af_unix.c: protinfo is dead, use unix_sk().David S. Miller1-1/+1
2002-08-23net/unix/af_unix.c: Set msg_namelen in unix_copy_addr properly, define MODULE...David S. Miller1-6/+2
2002-08-23net/unix/af_unix.c: Set ATIME on socket inode.Solar Designer1-1/+9
2002-07-18NET: Use ISO C struct initializers.Rusty Russell1-37/+37
2002-07-14[PATCH] Typo in linux_net_unix_af_unix.cJames Mayer1-1/+1
2002-05-24kbuild: Use standard multi-part object declaration in net/*Kai Germaschewski1-10/+4
2002-05-21[PATCH] split namei.h out of fs.hChristoph Hellwig1-0/+1
2002-04-25Avoid use of __FUNCTION__ cpp pasting.David S. Miller1-2/+2
2002-03-10Do not report inode numbers as negativeDavid S. Miller1-1/+1
2002-03-01[PATCH] path_lookup()Alexander Viro1-4/+2
2002-03-01[PATCH] removal of LOOKUP_POSITIVEAlexander Viro1-2/+1
2002-02-10Split protocol specific information out from struct sock.David S. Miller2-89/+120
2002-02-05[PATCH] (1/2) inode trimmingAlexander Viro2-2/+2
2002-02-05v2.5.2 -> v2.5.2.1Linus Torvalds2-8/+27
2002-02-05v2.5.1.9 -> v2.5.1.10Linus Torvalds1-4/+2
2002-02-04v2.4.13.8 -> v2.4.14Linus Torvalds1-2/+2
2002-02-04v2.4.9.12 -> v2.4.9.13Linus Torvalds1-1/+1
2002-02-04v2.4.9.9 -> v2.4.9.10Linus Torvalds1-1/+1
2002-02-04v2.4.9.7 -> v2.4.9.8Linus Torvalds1-2/+2
2002-02-04v2.4.8.4 -> v2.4.9Linus Torvalds1-5/+3
2002-02-04v2.4.7.1 -> v2.4.7.2Linus Torvalds1-1/+1
2002-02-04v2.4.6.6 -> v2.4.6.7Linus Torvalds1-2/+3
2002-02-04v2.4.6.5 -> v2.4.6.6Linus Torvalds1-1/+1
2002-02-04v2.4.5.7 -> v2.4.5.8Linus Torvalds2-5/+2
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds1-15/+5
2002-02-04v2.4.2.2 -> v2.4.2.3Linus Torvalds1-2/+2
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds2-5/+8
2002-02-04v2.4.0.10 -> v2.4.0.11Linus Torvalds1-1/+0
2002-02-04v2.4.0.9 -> v2.4.0.10Linus Torvalds3-44/+31
2002-02-04Import changesetLinus Torvalds4-0/+2271