netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] netfilter: nf_tables: cleanup and a bugfix
@ 2014-03-29 10:43 Patrick McHardy
  2014-03-29 10:43 ` [PATCH 1/3] netfilter: nft_ct: add missing ifdef for NFT_MARK setting Patrick McHardy
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Patrick McHardy @ 2014-03-29 10:43 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

These patches contain some cleanup and preparation for variable sized data.
To support variable sized data, we need the length of each key for validation
of the register load. Move the key validation back into the init functions
of meta/ct to do this. This also qualifies as a cleanup in my opinion, the
split is quite unnatural and the code is easier to read by handling get and
set operations seperately.

Additionally a patch to add a missing ifdef for NFT_CT_MARK is included.

Please apply.

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

end of thread, other threads:[~2014-04-02 11:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-29 10:43 [PATCH 0/3] netfilter: nf_tables: cleanup and a bugfix Patrick McHardy
2014-03-29 10:43 ` [PATCH 1/3] netfilter: nft_ct: add missing ifdef for NFT_MARK setting Patrick McHardy
2014-03-29 10:43 ` [PATCH 2/3] netfilter: nft_meta: split nft_meta_init() into two functions for get/set Patrick McHardy
2014-03-31 12:37   ` Tomasz Bursztyka
2014-04-02 11:43     ` Patrick McHardy
2014-03-29 10:43 ` [PATCH 3/3] netfilter: nft_ct: split nft_ct_init() " Patrick McHardy
2014-03-30 11:35 ` [PATCH 0/3] netfilter: nf_tables: cleanup and a bugfix 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).