aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipx
AgeCommit message (Expand)AuthorFilesLines
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering1-1/+1
2004-06-03[PATCH] sparse: ipx annotationAlexander Viro2-14/+15
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro1-1/+1
2004-05-29Add __user annotations to sock_get_timestamp()Linus Torvalds1-1/+1
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro1-3/+3
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen1-10/+4
2004-01-24[IPX]: Do not use lvalue in assignment.Andrew Morton1-1/+1
2004-01-08[IPX]: Use size_t for size in {send,recv}msg.Stephen Hemminger2-4/+8
2003-10-29[IPX]: Fix OOPS when ipxcfg_auto_create_interfaces is on.Stephen Hemminger1-12/+13
2003-10-10[IPX]: ipx_proc.c needs linux/init.h even when PROC_FS is not enabled.Noah J. Misch1-1/+1
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller1-2/+0
2003-09-24[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.Joe Perches1-2/+2
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches1-9/+9
2003-09-04[NET]: Remove all the silly 'NET4.x' init messages.David S. Miller1-5/+0
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell1-0/+1
2003-08-30[IPX]: Missing sk_set_owner().Stephen Hemminger1-0/+1
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo1-2/+0
2003-06-17o ipx: fix var shadowing paramente with CONFIG_IPX_INTERN is enabledArnaldo Carvalho de Melo1-2/+2
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo2-61/+47
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo3-43/+44
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo1-2/+2
2003-05-16o ipx: move route functions to net/ipx/ipx_route.cArnaldo Carvalho de Melo4-336/+328
2003-05-15o ipx: remove debug message for successfull bindArnaldo Carvalho de Melo1-1/+0
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji1-0/+3
2003-05-07o ipx: ipx_interfaces outlives struct sock/socketArnaldo Carvalho de Melo1-3/+9
2003-05-05o ipx: convert ipx_route to use list_headArnaldo Carvalho de Melo2-39/+48
2003-05-04o ipx: convert ipx_interface handling to use list_headArnaldo Carvalho de Melo2-55/+63
2003-05-02o ipx: use revised net module infrastructureArnaldo Carvalho de Melo1-0/+1
2003-04-28o ipx: several simple cleanupsArnaldo Carvalho de Melo1-382/+353
2003-04-27o ipx: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo1-24/+4
2003-04-20[PATCH] replace URLs in KconfigRandy Dunlap1-1/+1
2003-03-31o af_ipx: code reformattingArnaldo Carvalho de Melo1-28/+56
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise1-2/+2
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris1-2/+2
2003-02-25[PATCH] replace its with it's where appropriate.Steven Cole1-1/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-10-29Delete old-style config files.Linus Torvalds2-30/+0
2002-10-29[PATCH] new kernel configuration 7/7Roman Zippel1-0/+31
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/+4
2002-10-07o IPX: fix permission bogosity in create_proc_entry usageArnaldo Carvalho de Melo1-15/+3
2002-10-05o IPX: use seq_file for proc stuffArnaldo Carvalho de Melo4-272/+513
2002-09-23[LLC] kill sap->{ind,conf}, finally!Arnaldo Carvalho de Melo1-17/+1
2002-09-02kbuild: Fix export-objsKai Germaschewski1-2/+0
2002-08-06make psnap and p8022 use the new LLC stackArnaldo Carvalho de Melo1-5/+20
2002-08-02Remove SPX and the last typedefs in IPX, create ipx_hdrArnaldo Carvalho de Melo6-1127/+177
2002-08-01Merge nuts.ninka.net:/home/davem/src/BK/BAK-net-2.5David S. Miller1-1/+1
2002-07-28Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5Kai Germaschewski1-1/+1
2002-07-28Merge nuts.ninka.net:/home/davem/src/BK/BAK-net-2.5David S. Miller2-47/+47
2002-07-27kbuild: Fix "export-objs"Kai Germaschewski1-1/+1
2002-07-24[PATCH] ipx use of cli/stiPetr Vandrovec1-9/+20
2002-07-18NET: Use ISO C struct initializers.Rusty Russell2-47/+47
2002-05-24kbuild: Use standard multi-part object declaration in net/*Kai Germaschewski1-16/+5
2002-03-12SPX updates from Arnaldo Carvalho de Melo:David S. Miller1-326/+271
2002-02-18[PATCH] ipx uninitialized memory in 2.5.5-pre1Petr Vandrovec1-0/+1
2002-02-10Split protocol specific information out from struct sock.David S. Miller2-126/+145
2002-02-05v2.5.2.4 -> v2.5.2.4.1Linus Torvalds1-0/+47
2002-02-04v2.4.13.5 -> v2.4.13.6Linus Torvalds1-3/+0
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-0/+1
2002-02-04v2.4.9.8 -> v2.4.9.9Linus Torvalds2-2/+2
2002-02-04v2.4.9.7 -> v2.4.9.8Linus Torvalds1-1/+1
2002-02-04v2.4.8.4 -> v2.4.9Linus Torvalds1-1/+1
2002-02-04v2.4.5.8 -> v2.4.5.9Linus Torvalds1-1/+1
2002-02-04v2.4.5.7 -> v2.4.5.8Linus Torvalds1-1/+1
2002-02-04v2.4.4.2 -> v2.4.4.3Linus Torvalds3-398/+363
2002-02-04v2.4.3.4 -> v2.4.3.5Linus Torvalds1-28/+10
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds3-4/+7
2002-02-04v2.4.2.8 -> v2.4.3Linus Torvalds1-2/+1
2002-02-04v2.4.2.7 -> v2.4.2.8Linus Torvalds2-188/+328
2002-02-04v2.4.2.2 -> v2.4.2.3Linus Torvalds1-1/+2
2002-02-04v2.4.1.4 -> v2.4.2Linus Torvalds1-0/+5
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-24/+21
2002-02-04v2.4.0.9 -> v2.4.0.10Linus Torvalds1-719/+577
2002-02-04Import changesetLinus Torvalds5-0/+3709