All of lore.kernel.org
 help / color / mirror / Atom feed
* GIT: [PATCH v3 0/3] netfilter trace infrastructure support
@ 2015-11-27 18:43 Florian Westphal
  2015-11-27 18:43 ` [PATCH v3 libnftnl 1/3] src: add " Florian Westphal
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Florian Westphal @ 2015-11-27 18:43 UTC (permalink / raw)
  To: netfilter-devel

3rd round.

See the individual patches for changelog vs. V 2.

Patrick: Nothing fancy from libnftnl side, just the 3 new attributes
(oiftype, nfproto, policy).

On kernel side I addressed all of the comments.

In case of NFPROTO_INET, the new NFTA_TRACE_NFPROTO will be 'NFPROTO_IPV4'
(or IPV6), the netlink header family is set to NFPROTO_INET.

I tried to reduce nft_do_chain bloat, +80 on my system.
We have one unconditional foo = false assignment, all nftrace calls
are avoided in 'no trace rules set' case via static key.

Let me know if you spot more problems.

Thanks,
Florian


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

end of thread, other threads:[~2015-12-09 14:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27 18:43 GIT: [PATCH v3 0/3] netfilter trace infrastructure support Florian Westphal
2015-11-27 18:43 ` [PATCH v3 libnftnl 1/3] src: add " Florian Westphal
2015-12-09 13:55   ` Pablo Neira Ayuso
2015-12-09 14:06     ` Florian Westphal
2015-11-27 18:43 ` [PATCH v2 nf-next 2/3] netfilter: nf_tables: extend tracing infrastructure Florian Westphal
2015-11-28 12:36   ` Patrick McHardy
2015-11-27 18:43 ` [PATCH v3 nf-next 3/3] netfilter: nf_tables: wrap tracing with a static key Florian Westphal
2015-11-27 18:55 ` GIT: [PATCH v3 0/3] netfilter trace infrastructure support Patrick McHardy

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.