summaryrefslogtreecommitdiffstats
path: root/net/econet
AgeCommit message (Expand)AuthorLines
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo-5/+15
2005-03-16[NET] Convert sk_zapped into SOCK_ZAPPED flagThomas Graf-1/+1
2005-03-13[PATCH] verify_area cleanup : i386 and misc.Jesper Juhl-2/+2
2005-01-20[ECONET] stop using sk_protinfoArnaldo Carvalho de Melo-13/+8
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner-1/+1
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk-1/+1
2004-08-15[IPV4]: inetdev ifa_list handling fixes outside of net/ipv4.Herbert Xu-4/+6
2004-07-15[PATCH] sparse: iovec cleanups - the restAlexander Viro-24/+8
2004-07-12[PATCH] sparse: net/* NULL noise removalAlexander Viro-1/+1
2004-06-19[ECONET]: Fix some warnings.Hideaki Yoshifuji-4/+10
2004-06-18[NET]: Fix econet build bustage.Andrew Morton-2/+2
2004-06-15[ECONET] kill some trivial warningsArnaldo Carvalho de Melo-8/+6
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering-2/+2
2004-06-03[PATCH] sparse: econet annotationAlexander Viro-5/+14
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro-1/+1
2004-05-29Add __user annotations to sock_get_timestamp()Linus Torvalds-1/+1
2004-05-08[NET]: Add sock_create_kern()James Morris-1/+1
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen-4/+2
2004-02-07[ECONET]: Use LL_RESERVED_SPACE() where applicable. Noticed by yoshfuji.David S. Miller-2/+2
2004-01-24[ECONET]: Do not use lvalue in assignment.Andrew Morton-1/+1
2004-01-08[ECONET]: Use size_t for size in {send,recv}msg.Stephen Hemminger-3/+7
2003-11-24[ECONET]: Do not leak SKBs if ec_queue_packet() fails.David S. Miller-3/+6
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller-1/+0
2003-10-06[NET]: Add missing skb_share_check() calls to econet/bpqether/lapbether/ipcon...David S. Miller-13/+16
2003-10-06[ECONET]: Fix packet handler to be PKT_CAN_SHARE_SKB.David S. Miller-9/+8
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell-0/+1
2003-08-30[ECONET]: Missing sk_set_owner().Stephen Hemminger-0/+1
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo-3/+1
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo-25/+13
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo-26/+29
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo-1/+1
2003-05-06[NET]: Kill more direct references to netdev->refcnt.Stephen Hemminger-1/+1
2003-05-02o econet: use revised net module infrastructureArnaldo Carvalho de Melo-1/+1
2003-04-28o af_econet: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo-4/+1
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise-3/+2
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris-1/+1
2003-02-10[ECONET]: Add comment to point out a bug spotted by Joern Engel.Rusty Russell-0/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst-3/+0
2002-10-18[NET]: Kill old sklist_foo interfaces.Steven Whitehouse-2/+30
2002-10-10net-kiocb.diffBenjamin LaHaise-4/+5
2002-10-02[NET]: Move common ioctl code up a layer.Matthew Wilcox-34/+2
2002-09-02[PATCH] sigio/sigurg cleanup for 2.5.32James Morris-5/+2
2002-07-18NET: Use ISO C struct initializers.Rusty Russell-23/+23
2002-05-24kbuild: Use standard multi-part object declaration in net/*Kai Germaschewski-8/+2
2002-04-02[PATCH] Add missing MODULE_LICENSE tagsDave Jones-0/+2
2002-03-10Move IP-specific identity informationDavid S. Miller-1/+1
2002-02-10Split protocol specific information out from struct sock.David S. Miller-17/+22
2002-02-04v2.4.5.7 -> v2.4.5.8Linus Torvalds-7/+4
2002-02-04v2.4.3.4 -> v2.4.3.5Linus Torvalds-69/+12
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds-2/+3