Re: [PATCH 1/4] [UDP]: fix send buffer check

2007-12-20 Thread Hideo AOKI
Hello, David Miller wrote: >> diff -pruN net-2.6/net/ipv4/ip_output.c >> net-2.6-udp-take11a1-p1/net/ipv4/ip_output.c >> --- net-2.6/net/ipv4/ip_output.c 2007-12-11 10:54:55.0 -0500 >> +++ net-2.6-udp-take11a1-p1/net/ipv4/ip_output.c 2007-12-17 >> 14:42:31.0 -0500 >> @@

Re: [PATCH 1/4] [UDP]: fix send buffer check

2007-12-20 Thread David Miller
From: Hideo AOKI <[EMAIL PROTECTED]> Date: Mon, 17 Dec 2007 21:38:03 -0500 > This patch introduces sndbuf size check before memory allocation for > send buffer. > > signed-off-by: Satoshi Oshima <[EMAIL PROTECTED]> > signed-off-by: Hideo Aoki <[EMAIL PROTECTED]> ... > diff -pruN net-2.6/net/ipv4

[PATCH 1/4] [UDP]: fix send buffer check

2007-12-17 Thread Hideo AOKI
This patch introduces sndbuf size check before memory allocation for send buffer. signed-off-by: Satoshi Oshima <[EMAIL PROTECTED]> signed-off-by: Hideo Aoki <[EMAIL PROTECTED]> --- ip_output.c |5 + 1 file changed, 5 insertions(+) diff -pruN net-2.6/net/ipv4/ip_output.c net-2.6-udp-ta

[PATCH 1/4] [UDP]: fix send buffer check

2007-12-14 Thread Hideo AOKI
This patch introduces sndbuf size check before memory allocation for send buffer. signed-off-by: Satoshi Oshima <[EMAIL PROTECTED]> signed-off-by: Hideo Aoki <[EMAIL PROTECTED]> --- ip_output.c |5 + 1 file changed, 5 insertions(+) diff -pruN net-2.6/net/ipv4/ip_output.c net-2.6-udp-ta

[PATCH 1/4] udp: fix send buffer check

2007-11-28 Thread Hideo AOKI
This patch introduces sndbuf size check before memory allocation for send buffer. signed-off-by: Satoshi Oshima <[EMAIL PROTECTED]> signed-off-by: Hideo Aoki <[EMAIL PROTECTED]> --- ip_output.c |5 + 1 file changed, 5 insertions(+) diff -pruN net-2.6/net/ipv4/ip_output.c net-2.6-udp-ta