Re: e100 breakage located

2006-12-09 Thread Amin Azez
Jesse Brandeburg wrote: sorry for the delay, your mail got marked as spam. In the future please copy networking issues to netdev@vger.kernel.org, and be sure to copy the maintainers of the driver you're having problems with (they are in the MAINTAINERS file) On 11/22/06, Amin Azez &l

Re: [patch] RFC: matching interface groups

2006-08-02 Thread Amin Azez
* Balazs Scheidler wrote, On 02/08/06 08:04: > On Tue, 2006-08-01 at 21:18 +0200, Sven Schuster wrote: >> as this would require the complete chain (say, INPUT or >> OUTPUT) to be "downloaded" to userspace, modified and then again >> "uploaded" to the kernel. At least until iptables redesign to >> a

Re: [PATCH] add new iptables ipt_connbytes match

2005-08-16 Thread Amin Azez
Work well done, so oughtn't div64_64 to go in include/asm-generic/div64.h one day, to be available kernel wide, as do_div64_64 I see that net/core/pktgen.c is full of 64 bit division and maybe could benefit from this, and perhaps a version that does remainders too. Amin Patrick McHardy wrote: >

Re: [PATCH] reduce netfilte sk_buff enlargement

2005-07-22 Thread Amin Azez
David S. Miller wrote: > This probably has nothing to do with why the patch doesn't > work for you, but the transformation of "incoming" to a "u8" > from an "int" is not fully correct, because hci_sock.c > does this: > > put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(int), > &bt_cb(skb)->incom