On Wed, Apr 19, 2006 at 04:13:24PM -0700, Andrew Morton wrote:
> "David S. Miller" <[EMAIL PROTECTED]> wrote:
> >
> > From: Andrew Morton <[EMAIL PROTECTED]>
> > Date: Wed, 19 Apr 2006 15:59:25 -0700
> >
> > > "David S. Miller" <[EMAIL PROTECTED]> wrote:
> > > >
> > > > An earlier variant of your
/netfilter/ebtables.c
follow the standard convention. Remove unnecessary casts, and use '*object'
instead of 'type'.
Signed-off-by: Jayachandran C.
---
net/bridge/netfilter/ebtables.c | 20 +++-
1 files changed, 7 insertions(+), 13 deletions(-)
diff -ur li
On Fri, Dec 02, 2005 at 07:47:45AM +0100, Eric Dumazet wrote:
> Herbert Xu a écrit :
> >Jayachandran C. <[EMAIL PROTECTED]> wrote:
[incorrect patch deleted]
> >
> >This is wrong. If we're peeking, we've incremented the refcount of the
> >skb without tak
rotocol cannot be 0(IPPROTO_IP),
when the answer != NULL.
This patch
- removes the "if(!protocol)" check
- adds a check when answer == NULL, to see if the list is empty
to return -ESOCKTNOSUPPORT or -EPROTONOSUPPORT
Signed-off-by: Jayachandran C.
---
af_inet.c | 12 +++
atagram"
Patch Description:
The kfree_skb(skb) call seems unnecessary as the skb_free_datagram
after that will free the skb. This patch removes the clear flag and
call to kfree_skb()
Signed-off-by: Jayachandran C.
---
udp.c |4
1 files changed, 4 deletions(-)
diff -ur l