summaryrefslogtreecommitdiff
path: root/net/wanrouter
AgeCommit message (Expand)Author
2007-06-03[NET]: Fix comparisons of unsigned < 0.Bill Nottingham
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-03-12[WANROUTER]: Delete superfluous source file "net/wanrouter/af_wanpipe.c".Robert P. J. Day
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven
2007-02-10[NET] WANROUTER: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-08[NET] net/wanrouter/wanmain.c: cleanupsAdrian Bunk
2006-12-07[WANROUTER]: Kill kmalloc debugging code.David S. Miller
2006-11-30Fix misc .c/.h comment typosMatt LaPlante
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-04-11[WAN]: Remove broken and unmaintained Sangoma drivers.Adrian Bunk
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig
2006-01-03[NET]: move struct proto_ops to constEric Dumazet
2005-11-08[NET]: kfree cleanupJesper Juhl
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2005-07-12[NET]: __be'ify *_type_trans()Alexey Dobriyan
2005-07-11[NET]: move config options out to individual protocolsSam Ravnborg
2005-05-01[PATCH] misc verify_area cleanupsJesper Juhl
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo
2005-03-16[NET] Convert sk_debug into SOCK_DBG flagThomas Graf
2005-03-16[NET] Convert sk_zapped into SOCK_ZAPPED flagThomas Graf
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2004-09-21[SOCK] remove sk_pair, only really used by AF_UNIXArnaldo Carvalho de Melo
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering
2004-06-03[PATCH] sparse: wanrouter annotationAlexander Viro
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro
2004-05-29Add __user annotations to sock_get_timestamp()Linus Torvalds
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen
2004-02-25[PATCH] wanmain.c build fixAndrew Morton
2004-02-24[WANROUTER]: Kill MODULE ifdefs.Alexander Viro
2004-02-19[WAN]: Fix single_open confusion in wandev_show.Stephen Hemminger
2004-02-08[WANROUTER]: Use LL_RESERVED_SPACE() where applicable.Hideaki Yoshifuji
2004-01-10[PATCH] remove dev_get from wanrouterStephen Hemminger
2003-10-04[PATCH] Use mod_timer in net_wanrouter_af_wanpipe.cRusty Russell
2003-09-19[NET]: Remove unneeded includes (wanrouter, from Randy Hron).Randy Dunlap
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell
2003-08-19[NET]: free_netdev - net/* drivers.Stephen Hemminger
2003-07-19[NET]: Eliminate MOD_* from wanrouter.Stephen Hemminger
2003-07-13[PATCH] reduce stack usage in wanrouterRandy Dunlap
2003-07-11[NET] Add MODULE_LICENSE (GPL) to wanroutrer so that kernel is not taintedRandy Dunlap
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo
2003-05-26o wanrouter: fix bug introduced by latest namespace fixArnaldo Carvalho de Melo
2003-05-25[NET]: strncpy -> strlcpy conversions.Ben Collins
2003-05-21o wanrouter/wanmain: fix namespace, fixing the current problem with device_sh...Arnaldo Carvalho de Melo