netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] netfilter: nf_tables fixes
@ 2014-02-05 15:03 Patrick McHardy
  2014-02-05 15:03 ` [PATCH 1/5] netfilter: nf_tables: fix potential oops when dumping sets Patrick McHardy
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Patrick McHardy @ 2014-02-05 15:03 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

The following patches fix a couple of bugs in nf_tables:

- potential NULL pointer dereference when dumping sets
- missing NFT_CT_L3PROTOCOL key in ct expression validation
- the module dependency issues we've discussed

Please note, the last patch is *not* a new feature but part of the
fix since NFPROTO_INET was previously also handled by nft_reject.
I just put it into a seperate patch for easier review.

Please apply, thanks.


Patrick McHardy (5):
      netfilter: nf_tables: fix potential oops when dumping sets
      netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checks
      netfilter: nf_tables: add AF specific expression support
      netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc parts
      netfilter: nf_tables: add reject module for NFPROTO_INET


 include/net/netfilter/nf_tables.h    |  5 ++
 net/ipv4/netfilter/Kconfig           |  5 ++
 net/ipv4/netfilter/Makefile          |  1 +
 net/ipv4/netfilter/nft_reject_ipv4.c | 75 ++++++++++++++++++++++++++++++
 net/ipv6/netfilter/Kconfig           |  5 ++
 net/ipv6/netfilter/Makefile          |  1 +
 net/ipv6/netfilter/nft_reject_ipv6.c | 76 ++++++++++++++++++++++++++++++
 net/netfilter/Kconfig                |  6 ++-
 net/netfilter/Makefile               |  1 +
 net/netfilter/nf_tables_api.c        | 30 ++++++++----
 net/netfilter/nft_ct.c               |  1 +
 net/netfilter/nft_reject.c           | 89 ++++--------------------------------
 net/netfilter/nft_reject_inet.c      | 63 +++++++++++++++++++++++++
 13 files changed, 268 insertions(+), 90 deletions(-)

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

end of thread, other threads:[~2014-02-06  8:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05 15:03 [PATCH 0/5] netfilter: nf_tables fixes Patrick McHardy
2014-02-05 15:03 ` [PATCH 1/5] netfilter: nf_tables: fix potential oops when dumping sets Patrick McHardy
2014-02-05 23:23   ` Pablo Neira Ayuso
2014-02-05 15:03 ` [PATCH 2/5] netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checks Patrick McHardy
2014-02-05 23:24   ` Pablo Neira Ayuso
2014-02-05 15:03 ` [PATCH 3/5] netfilter: nf_tables: add AF specific expression support Patrick McHardy
2014-02-05 23:24   ` Pablo Neira Ayuso
2014-02-05 15:03 ` [PATCH 4/5] netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc parts Patrick McHardy
2014-02-05 23:26   ` Pablo Neira Ayuso
2014-02-06  4:53     ` Patrick McHardy
2014-02-06  8:46       ` Pablo Neira Ayuso
2014-02-05 15:03 ` [PATCH 5/5] netfilter: nf_tables: add reject module for NFPROTO_INET Patrick McHardy
2014-02-05 23:28   ` Pablo Neira Ayuso

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