netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: remove empty lines from tcp_syn_flood_action
@ 2014-03-19 13:58 Daniel Baluta
  2014-03-19 13:58 ` Daniel Baluta
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Baluta @ 2014-03-19 13:58 UTC (permalink / raw)
  To: davem; +Cc: dbaluta, netdev, linux-kernel

Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
---
 net/ipv4/tcp_ipv4.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index c4f1d9a..4555244 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -880,8 +880,6 @@ bool tcp_syn_flood_action(struct sock *sk,
 	bool want_cookie = false;
 	struct listen_sock *lopt;
 
-
-
 #ifdef CONFIG_SYN_COOKIES
 	if (sysctl_tcp_syncookies) {
 		msg = "Sending cookies";
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] net: remove empty lines from tcp_syn_flood_action
  2014-03-19 13:58 [PATCH] net: remove empty lines from tcp_syn_flood_action Daniel Baluta
@ 2014-03-19 13:58 ` Daniel Baluta
  2014-03-19 17:33   ` Daniel Baluta
  2014-03-20 20:17   ` David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Baluta @ 2014-03-19 13:58 UTC (permalink / raw)
  To: davem; +Cc: dbaluta, netdev, linux-kernel

Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
---
 net/ipv4/tcp_ipv4.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index c4f1d9a..4555244 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -880,8 +880,6 @@ bool tcp_syn_flood_action(struct sock *sk,
 	bool want_cookie = false;
 	struct listen_sock *lopt;
 
-
-
 #ifdef CONFIG_SYN_COOKIES
 	if (sysctl_tcp_syncookies) {
 		msg = "Sending cookies";
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] net: remove empty lines from tcp_syn_flood_action
  2014-03-19 13:58 ` Daniel Baluta
@ 2014-03-19 17:33   ` Daniel Baluta
  2014-03-20 20:17   ` David Miller
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel Baluta @ 2014-03-19 17:33 UTC (permalink / raw)
  To: David S. Miller
  Cc: Daniel Baluta, netdev@vger.kernel.org, Linux Kernel Mailing List

On Wed, Mar 19, 2014 at 3:58 PM, Daniel Baluta <dbaluta@ixiacom.com> wrote:
> Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
> ---
>  net/ipv4/tcp_ipv4.c |    2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
> index c4f1d9a..4555244 100644
> --- a/net/ipv4/tcp_ipv4.c
> +++ b/net/ipv4/tcp_ipv4.c
> @@ -880,8 +880,6 @@ bool tcp_syn_flood_action(struct sock *sk,
>         bool want_cookie = false;
>         struct listen_sock *lopt;
>
> -
> -
>  #ifdef CONFIG_SYN_COOKIES
>         if (sysctl_tcp_syncookies) {
>                 msg = "Sending cookies";

Sorry for the duplicate email.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] net: remove empty lines from tcp_syn_flood_action
  2014-03-19 13:58 ` Daniel Baluta
  2014-03-19 17:33   ` Daniel Baluta
@ 2014-03-20 20:17   ` David Miller
  1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2014-03-20 20:17 UTC (permalink / raw)
  To: dbaluta; +Cc: netdev, linux-kernel

From: Daniel Baluta <dbaluta@ixiacom.com>
Date: Wed, 19 Mar 2014 15:58:25 +0200

> Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>

Applied to net-next, thank you.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-20 20:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-19 13:58 [PATCH] net: remove empty lines from tcp_syn_flood_action Daniel Baluta
2014-03-19 13:58 ` Daniel Baluta
2014-03-19 17:33   ` Daniel Baluta
2014-03-20 20:17   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).