Re: Block Http

2006-05-13 Thread Steven Hayter
varun wrote: > Can anyone suggest me a way in which i can stop http downloads > but not http traffic. First point, your on the wrong mailing list for this type of inquiry. Second, you might want to look at a Squid proxy, and mime-type filtering, check there documentation and users mailing list.

Re: Coding Help: NIC Fragmented Recieve

2005-12-30 Thread Steven Hayter
Francois Romieu wrote: See drivers/net/e1000/e1000_main.c, search alloc_page and take a look at include/linux/skbuff.h::struct skb_shared_info. Is the source code of the said driver available somewhere under GPL/alike ? It's the old version of drivers/net/ibm_emac/ibm_emac_core.c (2.6.13) the

Coding Help: NIC Fragmented Recieve

2005-12-30 Thread Steven Hayter
I'm currently working on a network driver, in particular trying to improve performance when passing data up to the network stack. For an example, a 9000 byte Ethernet frame comes in, and is DMA'd to the system memory in three transfers of up to approximately 4000 bytes each. Currently we are plac