netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nf-next 0/3] netfilter: conntrack: cleanups
@ 2023-01-02 11:46 Florian Westphal
  2023-01-02 11:46 ` [PATCH nf-next 1/3] netfilter: conntrack: sctp: use nf log infrastructure for invalid packets Florian Westphal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Florian Westphal @ 2023-01-02 11:46 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Florian Westphal

- Get rid of old pr_debug calls.  In some cases, switch
  to nf_log infra, in other cases they can just be removed.

- Some ct->status bits can only be set before the conntrack
  is inserted, such as IPS_NAT_CLASH.  We can avoid refetch
  of ct->status in some cases because of this.

Florian Westphal (3):
  netfilter: conntrack: sctp: use nf log infrastructure for invalid
    packets
  netfilter: conntrack: remove pr_debug calls
  netfilter: conntrack: avoid reload of ct->status

 net/netfilter/nf_conntrack_core.c       | 29 ++++------------
 net/netfilter/nf_conntrack_proto.c      | 20 ++---------
 net/netfilter/nf_conntrack_proto_sctp.c | 46 ++++++++-----------------
 net/netfilter/nf_conntrack_proto_tcp.c  |  9 -----
 net/netfilter/nf_conntrack_proto_udp.c  | 10 +++---
 5 files changed, 31 insertions(+), 83 deletions(-)

-- 
2.38.2


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

end of thread, other threads:[~2023-01-02 11:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-02 11:46 [PATCH nf-next 0/3] netfilter: conntrack: cleanups Florian Westphal
2023-01-02 11:46 ` [PATCH nf-next 1/3] netfilter: conntrack: sctp: use nf log infrastructure for invalid packets Florian Westphal
2023-01-02 11:46 ` [PATCH nf-next 2/3] netfilter: conntrack: remove pr_debug calls Florian Westphal
2023-01-02 11:46 ` [PATCH nf-next 3/3] netfilter: conntrack: avoid reload of ct->status Florian Westphal

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