From: Nicolas Dichtel <nicolas.dichtel@6wind.com>
To: Matteo Croce <technoboy85@gmail.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] add stealth mode
Date: Thu, 02 Jul 2015 10:49:08 +0200 [thread overview]
Message-ID: <5594FB04.8070507@6wind.com> (raw)
In-Reply-To: <CAFnufp0sR-3PqYT0=reML2pn_-rvOvD3EDkGivrUeguNRwQYUA@mail.gmail.com>
Le 02/07/2015 10:38, Matteo Croce a écrit :
> Add option to disable any reply not related to a listening socket,
> like RST/ACK for TCP and ICMP Port-Unreachable for UDP.
> Also disables ICMP replies to echo request and timestamp.
> The stealth mode can be enabled selectively for a single interface.
>
> Signed-off-by: Matteo Croce <matteo@openwrt.org>
> ---
> Documentation/networking/ip-sysctl.txt | 12 ++++++++++++
> include/linux/inetdevice.h | 1 +
> include/linux/ipv6.h | 1 +
> include/uapi/linux/ip.h | 1 +
> net/ipv4/devinet.c | 1 +
> net/ipv4/icmp.c | 6 ++++++
> net/ipv4/tcp_ipv4.c | 3 ++-
> net/ipv4/udp.c | 4 +++-
> net/ipv6/addrconf.c | 7 +++++++
> net/ipv6/icmp.c | 3 ++-
> net/ipv6/tcp_ipv6.c | 2 +-
> net/ipv6/udp.c | 3 ++-
> 12 files changed, 39 insertions(+), 5 deletions(-)
Please, read
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/SubmittingPatches
The subject of your email should contain v2 and you should describe the change
from v1 after the '---'.
Also, right now, net-next is closed, so new features are not accepted.
Regards,
Nicolas
prev parent reply other threads:[~2015-07-02 8:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-01 22:53 [PATCH] add stealth mode Matteo Croce
2015-07-02 8:23 ` Nicolas Dichtel
2015-07-02 8:38 ` Matteo Croce
2015-07-02 8:49 ` Nicolas Dichtel [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5594FB04.8070507@6wind.com \
--to=nicolas.dichtel@6wind.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=technoboy85@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.