Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1175827
| From | Nicolas Dichtel <nicolas.dichtel@6wind.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] add stealth mode |
| Date | 2015-07-02 10:50 +0200 |
| Message-ID | <pHIlY-nD-3@gated-at.bofh.it> (permalink) |
| References | <pHz90-2TW-11@gated-at.bofh.it> <pHI2C-gz-3@gated-at.bofh.it> <pHIci-jZ-15@gated-at.bofh.it> |
| Organization | 6WIND |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] add stealth mode Matteo Croce <technoboy85@gmail.com> - 2015-07-02 01:00 +0200
Re: [PATCH] add stealth mode Nicolas Dichtel <nicolas.dichtel@6wind.com> - 2015-07-02 10:30 +0200
Re: [PATCH] add stealth mode Matteo Croce <technoboy85@gmail.com> - 2015-07-02 10:40 +0200
Re: [PATCH] add stealth mode Nicolas Dichtel <nicolas.dichtel@6wind.com> - 2015-07-02 10:50 +0200
csiph-web