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.
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
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