netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] nft: improve reject support
@ 2013-12-11  0:42 Eric Leblond
  2013-12-11  0:42 ` [PATCH 1/2] netfilter: REJECT: separate reusable code Eric Leblond
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Eric Leblond @ 2013-12-11  0:42 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel


Hello,

Here's a small patchset implementing IPv6 reject as well as TCP RST based
reject. It uses the same factorisation technique as the one used for
nft_queue. I've tested ICMP reject and still need to fix nftables to be
able to test TCP reset. This explains in part the RFC status of the patch.

Patchset statistics:
 include/net/netfilter/nf_reject.h    | 297 +++++++++++++++++++++++++++++++++++
 net/ipv4/netfilter/Kconfig           |   4 -
 net/ipv4/netfilter/Makefile          |   1 -
 net/ipv4/netfilter/ipt_REJECT.c      | 124 +--------------
 net/ipv4/netfilter/nft_reject_ipv4.c | 123 ---------------
 net/ipv6/netfilter/ip6t_REJECT.c     | 177 +--------------------
 net/netfilter/Kconfig                |   4 +
 net/netfilter/Makefile               |   1 +
 net/netfilter/nft_reject.c           | 143 +++++++++++++++++
 9 files changed, 455 insertions(+), 419 deletions(-)

BR,
--
Eric

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

end of thread, other threads:[~2013-12-30 17:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-11  0:42 [RFC PATCH 0/2] nft: improve reject support Eric Leblond
2013-12-11  0:42 ` [PATCH 1/2] netfilter: REJECT: separate reusable code Eric Leblond
2013-12-11  0:42 ` [PATCH 2/2] netfilter: nft: reject support for IPv6 and TCP reset Eric Leblond
2013-12-12  7:44 ` [RFC PATCH 0/2] nft: finish reject support Eric Leblond
2013-12-12  7:44   ` [PATCH 1/2] netfilter: REJECT: separate reusable code Eric Leblond
2013-12-20  9:50     ` Pablo Neira Ayuso
2013-12-27 14:51       ` Eric Leblond
2013-12-29 11:28         ` [RFC PATCHv3 finish reject support] Eric Leblond
2013-12-29 11:28           ` [RFC PATCHv3 1/2] netfilter: REJECT: separate reusable code Eric Leblond
2013-12-30 17:18             ` Pablo Neira Ayuso
2013-12-29 11:28           ` [RFC PATCHv3 2/2] netfilter: nft: reject support for IPv6 and TCP reset Eric Leblond
2013-12-30 17:18             ` Pablo Neira Ayuso
2013-12-12  7:44   ` [PATCH " Eric Leblond
2013-12-12  7:55     ` Tomasz Bursztyka
2013-12-12  7:57       ` Tomasz Bursztyka
2013-12-12  8:14         ` Eric Leblond

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).