aboutsummaryrefslogtreecommitdiffstats
path: root/net/econet
AgeCommit message (Expand)AuthorFilesLines
2004-07-15[PATCH] sparse: iovec cleanups - the restAlexander Viro1-24/+8
2004-07-12[PATCH] sparse: net/* NULL noise removalAlexander Viro1-1/+1
2004-06-19[ECONET]: Fix some warnings.Hideaki Yoshifuji1-4/+10
2004-06-18[NET]: Fix econet build bustage.Andrew Morton1-2/+2
2004-06-15[ECONET] kill some trivial warningsArnaldo Carvalho de Melo1-8/+6
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering1-2/+2
2004-06-03[PATCH] sparse: econet annotationAlexander Viro1-5/+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-05-08[NET]: Add sock_create_kern()James Morris1-1/+1
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen1-4/+2
2004-02-07[ECONET]: Use LL_RESERVED_SPACE() where applicable. Noticed by yoshfuji.David S. Miller1-2/+2
2004-01-24[ECONET]: Do not use lvalue in assignment.Andrew Morton1-1/+1
2004-01-08[ECONET]: Use size_t for size in {send,recv}msg.Stephen Hemminger1-3/+7
2003-11-24[ECONET]: Do not leak SKBs if ec_queue_packet() fails.David S. Miller1-3/+6
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller1-1/+0
2003-10-06[NET]: Add missing skb_share_check() calls to econet/bpqether/lapbether/ipcon...David S. Miller1-13/+16
2003-10-06[ECONET]: Fix packet handler to be PKT_CAN_SHARE_SKB.David S. Miller1-9/+8
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell1-0/+1
2003-08-30[ECONET]: 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-3/+1
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo1-25/+13
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo1-26/+29
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo1-1/+1
2003-05-06[NET]: Kill more direct references to netdev->refcnt.Stephen Hemminger1-1/+1
2003-05-02o econet: use revised net module infrastructureArnaldo Carvalho de Melo1-1/+1
2003-04-28o af_econet: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo1-4/+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-1/+1
2003-02-10[ECONET]: Add comment to point out a bug spotted by Joern Engel.Rusty Russell1-0/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-3/+0
2002-10-18[NET]: Kill old sklist_foo interfaces.Steven Whitehouse1-2/+30
2002-10-10net-kiocb.diffBenjamin LaHaise1-4/+5
2002-10-02[NET]: Move common ioctl code up a layer.Matthew Wilcox1-34/+2
2002-09-02[PATCH] sigio/sigurg cleanup for 2.5.32James Morris1-5/+2
2002-07-18NET: Use ISO C struct initializers.Rusty Russell1-23/+23
2002-05-24kbuild: Use standard multi-part object declaration in net/*Kai Germaschewski1-8/+2
2002-04-02[PATCH] Add missing MODULE_LICENSE tagsDave Jones1-0/+2
2002-03-10Move IP-specific identity informationDavid S. Miller1-1/+1
2002-02-10Split protocol specific information out from struct sock.David S. Miller1-17/+22
2002-02-04v2.4.5.7 -> v2.4.5.8Linus Torvalds1-7/+4
2002-02-04v2.4.3.4 -> v2.4.3.5Linus Torvalds3-69/+12
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds1-2/+3
2002-02-04Import changesetLinus Torvalds3-0/+1205