Thread: [Linux1394-cvslog] ieee1394 raw1394.c
Brought to you by:
aeb,
bencollins
From: Andreas B. <ae...@us...> - 2000-07-04 23:02:41
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv3406 Modified Files: raw1394.c Log Message: Suppress warnings by explicit casts. |
From: Andreas B. <ae...@us...> - 2000-09-13 23:41:25
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv10721 Modified Files: raw1394.c Log Message: handle_iso_send(): Add missing req->req.length fixup. Fix memory leak (hpsb_packets were not tracked). Add (un)lock_kernel in dev_release() for 2.4 correctness. |
From: Andreas B. <ae...@us...> - 2000-09-22 15:15:41
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv15665 Modified Files: raw1394.c Log Message: Fix memory leak on iso send. |
From: Andreas B. <ae...@us...> - 2000-09-24 02:04:48
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv4481 Modified Files: raw1394.c Log Message: Back out last change. Already committed. |
From: Andreas B. <ae...@us...> - 2000-11-10 14:37:07
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv16346 Modified Files: raw1394.c Log Message: Fix memory corruption (through unitialized list pointers) on iso transmit. |
From: Andreas B. <ae...@us...> - 2000-11-28 22:53:22
|
Update of /cvsroot/linux1394/ieee1394 In directory slayer.i.sourceforge.net:/tmp/cvs-serv3814 Modified Files: raw1394.c Log Message: Remove unneeded initializations. |
From: Andreas B. <ae...@us...> - 2001-06-27 01:30:46
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv5117 Modified Files: raw1394.c Log Message: Return ACK_PENDING instead of special code 0x10 for local transactions. Only set that code if there is no error. |
From: Ben C. <ben...@us...> - 2001-07-31 23:00:07
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv19501 Modified Files: Tag: bcollins-branch raw1394.c Log Message: Use list_for_each for list iteration |
From: Andreas B. <ae...@us...> - 2001-08-20 16:42:37
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv8169 Modified Files: raw1394.c Log Message: Back out two list_for_each conversions as they are not suitable in these cases and corrupt lists in fcp_request and iso_receive in raw1394.c. |
From: Ben C. <ben...@us...> - 2001-08-20 21:30:55
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv24610 Modified Files: raw1394.c Log Message: Be sure to update the packet generation before calling hpsb_send_packet() |
From: Ben C. <ben...@us...> - 2001-08-20 23:43:55
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv24905 Modified Files: raw1394.c Log Message: Fix host to fi->host |
From: Andreas B. <ae...@us...> - 2001-08-22 13:39:48
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv10542 Modified Files: raw1394.c Log Message: Use user supplied generation number for packet. |
From: Ben C. <ben...@us...> - 2001-08-22 16:26:20
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv32729 Modified Files: raw1394.c Log Message: Fix generation assignment for ISO |
From: Ben C. <ben...@us...> - 2002-01-17 03:28:03
|
Update of /cvsroot/linux1394/ieee1394 In directory usw-pr-cvs1:/tmp/cvs-serv30766 Modified Files: raw1394.c Log Message: Merge change from Vger CVS, no need to lock_kernel around raw1394_release |