- 1. [BUG 2.6.0-test11] pcnet32 oops (score: 1)
- Author: Jean Tourrilhes <jt@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 5 Dec 2003 15:45:10 -0800
- Hi Frank, Would you mind having a look at the following bugs and forward as appropriate ? I'm trying to get an AMD Lance going on my box. It mostly works, but I get oops when I deconfigure the card o
- /archives/netdev/2003-12/msg00121.html (11,337 bytes)
- 2. Re: [BUG 2.6.0-test11] pcnet32 oops (score: 1)
- Author: "David S. Miller" <davem@xxxxxxxxxx>
- Date: Fri, 5 Dec 2003 16:59:00 -0800
- This is the classic case of doing disabling/enabling of software interrupts with hardware interrupts disabled, which is a bug. In this case pcnet32_set_multicast_list() is disabling hardware interrup
- /archives/netdev/2003-12/msg00123.html (9,457 bytes)
- 3. Re: [BUG 2.6.0-test11] pcnet32 oops (score: 1)
- Author: Rask Ingemann Lambertsen <rask@xxxxxxxxxx>
- Date: Tue, 9 Dec 2003 15:15:02 +0100
- I think the root cause of this problem is that pcnet32_set_multicast_list() dumps the entire TX ring on the floor (as a side effect of calling pcnet32_restart()). I don't think dev->set_multicast_lis
- /archives/netdev/2003-12/msg00156.html (9,476 bytes)
- 4. Re: [BUG 2.6.0-test11] pcnet32 oops (score: 1)
- Author: "David S. Miller" <davem@xxxxxxxxxx>
- Date: Wed, 10 Dec 2003 00:30:59 -0800
- The task of dev->set_multicast_list() is to do whatever is necessary to update the multicast filter. If the pcnet32 hardware for some odd reason requires that you flush the TX list, it is appropriate
- /archives/netdev/2003-12/msg00175.html (9,747 bytes)
- 5. Re: [BUG 2.6.0-test11] pcnet32 oops (score: 1)
- Author: "David S. Miller" <davem@xxxxxxxxxx>
- Date: Wed, 10 Dec 2003 00:32:34 -0800
- Sorry, forgot to mention this in the previous email. The way to fix this properly in the pcnet32 driver itself would be to pass a stack local "struct sk_buff_head" list down into these deep routines
- /archives/netdev/2003-12/msg00176.html (8,420 bytes)
- 6. [BUG 2.6.0-test11] pcnet32 oops (score: 1)
- Author: Jean Tourrilhes <jt@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 5 Dec 2003 15:45:10 -0800
- Hi Frank, Would you mind having a look at the following bugs and forward as appropriate ? I'm trying to get an AMD Lance going on my box. It mostly works, but I get oops when I deconfigure the card o
- /archives/netdev/2003-12/msg00520.html (11,375 bytes)
- 7. Re: [BUG 2.6.0-test11] pcnet32 oops (score: 1)
- Author: "David S. Miller" <davem@xxxxxxxxxx>
- Date: Fri, 5 Dec 2003 16:59:00 -0800
- This is the classic case of doing disabling/enabling of software interrupts with hardware interrupts disabled, which is a bug. In this case pcnet32_set_multicast_list() is disabling hardware interrup
- /archives/netdev/2003-12/msg00522.html (9,515 bytes)
- 8. Re: [BUG 2.6.0-test11] pcnet32 oops (score: 1)
- Author: Rask Ingemann Lambertsen <rask@xxxxxxxxxx>
- Date: Tue, 9 Dec 2003 15:15:02 +0100
- I think the root cause of this problem is that pcnet32_set_multicast_list() dumps the entire TX ring on the floor (as a side effect of calling pcnet32_restart()). I don't think dev->set_multicast_lis
- /archives/netdev/2003-12/msg00555.html (9,620 bytes)
- 9. Re: [BUG 2.6.0-test11] pcnet32 oops (score: 1)
- Author: "David S. Miller" <davem@xxxxxxxxxx>
- Date: Wed, 10 Dec 2003 00:30:59 -0800
- The task of dev->set_multicast_list() is to do whatever is necessary to update the multicast filter. If the pcnet32 hardware for some odd reason requires that you flush the TX list, it is appropriate
- /archives/netdev/2003-12/msg00574.html (9,869 bytes)
- 10. Re: [BUG 2.6.0-test11] pcnet32 oops (score: 1)
- Author: "David S. Miller" <davem@xxxxxxxxxx>
- Date: Wed, 10 Dec 2003 00:32:34 -0800
- Sorry, forgot to mention this in the previous email. The way to fix this properly in the pcnet32 driver itself would be to pass a stack local "struct sk_buff_head" list down into these deep routines
- /archives/netdev/2003-12/msg00575.html (8,542 bytes)
This search system is powered by
Namazu