[PATCH 1/7] o80211s: Export dev_seq_{start,stop,next} symbols.

2007-10-30 Thread Luis Carlos Cobo
. I'm just sending this one patch also to netdev since it is not wireless specific. Signed-off-by: Luis Carlos Cobo <[EMAIL PROTECTED]> --- net/core/dev.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/net/core/dev.c b/net/core/dev.c index 8726589..9c005f2 1

Re: Proposed interface for per-packet mesh-ttl

2007-08-16 Thread Luis Carlos Cobo
) that might be going on at the same time. -- Luis Carlos Cobo Rus GnuPG ID: 44019B60 cozybit Inc. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Proposed interface for per-packet mesh-ttl

2007-08-16 Thread Luis Carlos Cobo
t I'm aware of any). However I guess you are not supposed to add new socket options nor modify struct socket too often so I'd appreciate feedback on whether this would be considered a good approach. -- Luis Carlos Cobo Rus GnuPG ID: 44019B60 cozybit Inc. - To unsubscribe f

ping DOS avoidance?

2007-03-14 Thread Luis Carlos Cobo Rus
and found out it isn't. I took a look at icmp.c to see where the packet could get dropped but found nothing. I assume it's some kind of DOS prevention, but I don't know where it is taking place nor how to revert it. Any hint would be appreciated. Thanks in advance! -- Luis Carlo