aboutsummaryrefslogtreecommitdiffstats
path: root/net/wanrouter
AgeCommit message (Expand)AuthorFilesLines
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner1-1/+1
2004-09-21[SOCK] remove sk_pair, only really used by AF_UNIXArnaldo Carvalho de Melo1-1/+0
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering1-1/+1
2004-06-03[PATCH] sparse: wanrouter annotationAlexander Viro1-12/+14
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-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen1-7/+1
2004-02-25[PATCH] wanmain.c build fixAndrew Morton1-2/+2
2004-02-24[WANROUTER]: Kill MODULE ifdefs.Alexander Viro1-56/+7
2004-02-19[WAN]: Fix single_open confusion in wandev_show.Stephen Hemminger1-1/+1
2004-02-08[WANROUTER]: Use LL_RESERVED_SPACE() where applicable.Hideaki Yoshifuji1-2/+2
2004-01-10[PATCH] remove dev_get from wanrouterStephen Hemminger1-2/+0
2003-10-04[PATCH] Use mod_timer in net_wanrouter_af_wanpipe.cRusty Russell1-5/+2
2003-09-19[NET]: Remove unneeded includes (wanrouter, from Randy Hron).Randy Dunlap2-2/+0
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches1-4/+4
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell1-0/+1
2003-08-19[NET]: free_netdev - net/* drivers.Stephen Hemminger1-1/+1
2003-07-19[NET]: Eliminate MOD_* from wanrouter.Stephen Hemminger1-2/+0
2003-07-13[PATCH] reduce stack usage in wanrouterRandy Dunlap1-17/+28
2003-07-11[NET] Add MODULE_LICENSE (GPL) to wanroutrer so that kernel is not taintedRandy Dunlap1-0/+2
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo1-8/+3
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo1-32/+16
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo1-209/+227
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo1-2/+2
2003-05-26o wanrouter: fix bug introduced by latest namespace fixArnaldo Carvalho de Melo1-2/+3
2003-05-25[NET]: strncpy -> strlcpy conversions.Ben Collins1-2/+1
2003-05-21o wanrouter/wanmain: fix namespace, fixing the current problem with device_sh...Arnaldo Carvalho de Melo1-55/+64
2003-05-18o wanrouter/wanproc: code cleanupsArnaldo Carvalho de Melo1-68/+51
2003-05-15o wanrouter: kill netdevice_t, do as all the rest of the tree, use struct net...Arnaldo Carvalho de Melo2-54/+60
2003-05-15o wanrouter: don't use typedefs for wan_device, just struct wan_deviceArnaldo Carvalho de Melo2-32/+32
2003-05-12o wanrouter: add missing include module.hArnaldo Carvalho de Melo1-0/+1
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji1-0/+3
2003-05-02o wanpipe: use revised net module infrastructureArnaldo Carvalho de Melo1-1/+1
2003-04-28[NET]: Spelling fixes for net/Steven Cole1-6/+6
2003-04-28o af_wanpipe: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo1-8/+1
2003-04-03o net: CodyngStyle reformatting, no code changesArnaldo Carvalho de Melo1-6/+6
2003-03-07Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller1-116/+1
2003-03-06Merge home.transmeta.com:/home/torvalds/v2.5/alanLinus Torvalds1-116/+1
2003-03-06[PATCH] clean up 2.2 stuff in wanrouter codeAlan Cox1-116/+1
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise1-3/+2
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris1-2/+2
2003-02-24[PATCH] Spelling fixes for shold -> should and othersSteven Cole1-1/+1
2003-02-24[PATCH] Spelling fixes handel -> handleSteven Cole1-1/+1
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-2/+0
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-11-25[PATCH] fix wanrouter buildAlan Cox1-8/+0
2002-11-06[NET]: Timer init fixes.Andrew Morton1-0/+1
2002-11-01[NET]: Cleanup wan/packet ioctls.Matthew Wilcox1-25/+1
2002-10-20[NET]: Move more ioctls to top level.Matthew Wilcox1-2/+0
2002-10-10net-kiocb.diffBenjamin LaHaise1-4/+5
2002-10-06Merge master.kernel.org:/home/acme/BK/x25-2.5David S. Miller1-23/+3
2002-10-06o X25: fix permission bogosity in create_proc_entry usageArnaldo Carvalho de Melo1-23/+3
2002-10-02[NET]: Move common ioctl code up a layer.Matthew Wilcox1-18/+0
2002-09-02[PATCH] sigio/sigurg cleanup for 2.5.32James Morris1-6/+2
2002-07-18NET: Use ISO C struct initializers.Rusty Russell2-41/+41
2002-05-24kbuild: Use standard multi-part object declaration in net/*Kai Germaschewski1-12/+3
2002-05-21[PATCH] new helpers for /procAlexander Viro1-25/+3
2002-03-17Make wanpipe build again after struct sock cleanups.David S. Miller1-24/+31
2002-03-01[PATCH] 2.5.6-pre2 III: spellingRusty Russell1-4/+4
2002-02-24[PATCH] net/wanrouter/wan{proc,main}.c crapectomyAlexander Viro2-1233/+423
2002-02-10Split protocol specific information out from struct sock.David S. Miller1-110/+107
2002-02-05[PATCH] (2/2) inode trimmingAlexander Viro2-5/+5
2002-02-04v2.5.1.4 -> v2.5.1.5Linus Torvalds2-0/+2
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds2-2/+0
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-0/+1
2002-02-04v2.4.9.7 -> v2.4.9.8Linus Torvalds1-3/+3
2002-02-04v2.4.8.4 -> v2.4.9Linus Torvalds2-21/+3
2002-02-04v2.4.8 -> v2.4.8.1Linus Torvalds2-3/+3
2002-02-04v2.4.5.6 -> v2.4.5.7Linus Torvalds1-1/+1
2002-02-04v2.4.5.5 -> v2.4.5.6Linus Torvalds2-9/+12
2002-02-04v2.4.4.5 -> v2.4.4.6Linus Torvalds1-1/+3
2002-02-04v2.4.4.3 -> v2.4.4.4Linus Torvalds1-4/+4
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds5-429/+4189
2002-02-04v2.4.2.7 -> v2.4.2.8Linus Torvalds1-1/+1
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds2-23/+12
2002-02-04Import changesetLinus Torvalds4-0/+1220