netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-02 10:20:51 to 2022-12-20 19:40:09 UTC [more...]

[PATCH] treewide: Convert del_timer*() to timer_shutdown*()
 2022-12-20 19:39 UTC  (2+ messages)

[PATCH nf,v4 4/4] netfilter: nf_tables: honor set timeout and garbage collection updates
 2022-12-20 15:49 UTC 

[conntrack-tools PATCH 0/4] Fix some minor bugs
 2022-12-20 15:38 UTC  (5+ messages)
` [conntrack-tools PATCH 1/4] conntrack: Fix potential array out of bounds access
` [conntrack-tools PATCH 2/4] conntrack: Fix for unused assignment in do_command_ct()
` [conntrack-tools PATCH 3/4] conntrack: Fix for unused assignment in ct_save_snprintf()
` [conntrack-tools PATCH 4/4] conntrack: Sanitize free_tmpl_objects()

[PATCH nf,v3 4/4] netfilter: nf_tables: honor set timeout and garbage collection updates
 2022-12-19 19:52 UTC 

[PATCH nf,v2 0/4] nf_tables: set updates type check
 2022-12-19 19:41 UTC  (6+ messages)
` [PATCH nf,v2 1/4] netfilter: nf_tables: consolidate set description
` [PATCH nf,v2 2/4] netfilter: nf_tables: add function to create set stateful expressions
` [PATCH nf,v2 3/4] netfilter: nf_tables: perform type checking for existing sets
` [PATCH nf,v2 4/4] netfilter: nf_tables: honor set timeout and garbage collection updates

[PATCH nf,v1] netfilter: nf_tables: perform type checking for existing sets
 2022-12-19  9:32 UTC  (2+ messages)

[PATCH nft] scanner: treat invalid octal strings as strings
 2022-12-16 20:27 UTC 

[PATCH nft] src: Add GPLv2+ header to .c files of recent creation
 2022-12-16 19:06 UTC  (2+ messages)
` [PATCH nft] src: Update copyright header to GPLv2+ in socket.c

[nf-next PATCH] netfilter: nf_tables: Introduce NFTA_RULE_ALT_EXPRESSIONS
 2022-12-16 13:26 UTC  (4+ messages)

[PATCH] ipvs: use div_s64 for signed division
 2022-12-16 11:24 UTC  (4+ messages)

repeated nft set add ignores changed parameters
 2022-12-16 11:16 UTC 

[PATCH nf-next] netfilter: conntrack: move rcu read lock to nf_conntrack_find_get
 2022-12-16  1:46 UTC 

[iptables PATCH 0/4] Make rule parsing strict
 2022-12-15 16:17 UTC  (5+ messages)
` [iptables PATCH 1/4] nft: Parse icmp header matches
` [iptables PATCH 2/4] arptables: Check the mandatory ar_pln match
` [iptables PATCH 3/4] nft: Increase rule parser strictness
` [iptables PATCH 4/4] nft: Make rule parsing errors fatal

[PATCH nf] netfilter: conntrack: fix ipv6 exthdr error check
 2022-12-15 14:16 UTC 

[RFC net-next 05/15] netlink: add macro for checking dump ctx size
 2022-12-15  2:01 UTC 

[iptables PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-14 14:49 UTC  (2+ messages)

[iptables PATCH v2 00/11] Support 'make dist' and 'make check'
 2022-12-14 14:48 UTC  (13+ messages)
` [iptables PATCH v2 01/11] Drop INCOMPATIBILITIES file
` [iptables PATCH v2 02/11] Drop libiptc/linux_stddef.h
` [iptables PATCH v2 03/11] Makefile: Generate ip6tables man pages on the fly
` [iptables PATCH v2 04/11] extensions: Makefile: Merge initext targets
` [iptables PATCH v2 05/11] iptables/Makefile: Reorg variable assignments
` [iptables PATCH v2 06/11] iptables/Makefile: Split nft-variant man page list
` [iptables PATCH v2 07/11] Makefile: Fix for 'make distcheck'
` [iptables PATCH v2 08/11] Makefile: Generate .tar.xz archive with 'make dist'
` [iptables PATCH v2 09/11] include/Makefile: xtables-version.h is generated
` [iptables PATCH v2 10/11] tests: Adjust testsuite return codes to automake guidelines
` [iptables PATCH v2 11/11] Makefile.am: Integrate testsuites

[PATCH net 0/3] Netfilter/IPVS fixes for net
 2022-12-14  4:00 UTC  (5+ messages)
` [PATCH net 1/3] netfilter: flowtable: really fix NAT IPv6 offload
` [PATCH net 2/3] ipvs: add a 'default' case in do_ip_vs_set_ctl()
` [PATCH net 3/3] netfilter: conntrack: document sctp timeouts

[nft PATCH 0/4] xt: Rewrite unsupported compat expression dumping
 2022-12-13 14:03 UTC  (10+ messages)
` [nft PATCH 1/4] xt: Delay libxtables access until translation
` [nft PATCH 3/4] xt: Rewrite unsupported compat expression dumping

[PATCH nft] doc: add/update can be used with maps too
 2022-12-13 13:38 UTC 

[PATCH] netfilter: conntrack: document sctp timeouts
 2022-12-13 12:23 UTC  (3+ messages)

[PATCH] ipvs: initialize 'ret' variable in do_ip_vs_set_ctl()
 2022-12-13 11:28 UTC  (9+ messages)
          ` [PATCH v2] ipvs: add a 'default' case "

[PATCH ulogd2] build: fix pgsql fall-back configuration of CFLAGS
 2022-12-13 11:19 UTC  (2+ messages)
` [PATCH ulogd2 v2] "

[PATCH net-next] ipvs: fix type warning in do_div() on 32 bit
 2022-12-13 11:09 UTC  (2+ messages)

[PATCH net-next 00/12] Netfilter/IPVS updates for net-next
 2022-12-12 23:00 UTC  (14+ messages)
` [PATCH net-next 01/12] netfilter: nft_inner: fix IS_ERR() vs NULL check
` [PATCH net-next 02/12] netfilter: conntrack: add sctp DATA_SENT state
` [PATCH net-next 03/12] netfilter: conntrack: merge ipv4+ipv6 confirm functions
` [PATCH net-next 04/12] netfilter: ipset: Add support for new bitmask parameter
` [PATCH net-next 05/12] netfilter: conntrack: set icmpv6 redirects as RELATED
` [PATCH net-next 06/12] netfilter: flowtable: add a 'default' case to flowtable datapath
` [PATCH net-next 07/12] ipvs: add rcu protection to stats
` [PATCH net-next 08/12] ipvs: use common functions for stats allocation
` [PATCH net-next 09/12] ipvs: use u64_stats_t for the per-cpu counters
` [PATCH net-next 10/12] ipvs: use kthreads for stats estimation
` [PATCH net-next 11/12] ipvs: add est_cpulist and est_nice sysctl vars
` [PATCH net-next 12/12] ipvs: run_estimation should control the kthread tasks

[PATCH] ipvs: use u64 to silence do_div warnings
 2022-12-12 19:58 UTC 

[PATCH nft 0/3] fix map update with concatenation and timeouts
 2022-12-12 16:42 UTC  (8+ messages)
` [PATCH nft 1/3] netlink_delinearize: fix decoding of concat data element
` [PATCH nft 2/3] netlink_linearize: fix timeout with map updates
` [PATCH nft 3/3] tests: add a test case for map update from packet path with concat

[PATCH nft] evaluate: fix compilation warning
 2022-12-12  9:20 UTC 

[PATCH nft] scanner: match full comment line in case of tie
 2022-12-10 22:59 UTC 

[ipset PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-10 17:34 UTC  (2+ messages)

[PATCHv7 0/6] ipvs: Use kthreads for stats
 2022-12-10  0:47 UTC  (6+ messages)

[iptables PATCH 0/7] tests: xlate: generic.txlate to pass replay test
 2022-12-09 20:09 UTC  (12+ messages)
` [iptables PATCH 1/7] ebtables: Implement --check command
` [iptables PATCH 4/7] nft: Fix match generator for '! -i +'

[PATCH nft 1/3] netlink: statify __netlink_gen_data()
 2022-12-09 12:16 UTC  (3+ messages)
` [PATCH nft 2/3] netlink: add function to generate set element key data
` [PATCH nft 3/3,v2] netlink: unfold function to generate concatenations for keys and data

[libmnl PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-09  0:48 UTC  (3+ messages)

[PATCH ulogd2 v2] src: keep IPv4 addresses internally in IPv4-in-IPv6 format
 2022-12-08 22:22 UTC 

[PATCH ulogd2 0/3] IP Address Formatting Fixes
 2022-12-08 21:45 UTC  (7+ messages)
` [PATCH ulogd2 1/3] filter: IP2BIN: correct spelling of variable
` [PATCH ulogd2 2/3] output: add missing support for int64_t values
` [PATCH ulogd2 3/3] src: keep IPv4 addresses internally in IPv4-in-IPv6 format

[PATCH ulogd2] pgsql: correct `ulog2.ip_totlen` type
 2022-12-08 21:27 UTC  (2+ messages)

[PATCH nft] evaluate: do not crash on runaway number of concatenation components
 2022-12-08 21:24 UTC  (3+ messages)
` [PATCH nft] netlink: unfold function to generate concatenations for keys and data

[PATCH nft,v2] scanner: handle files with CRLF line terminators
 2022-12-08 21:23 UTC  (2+ messages)

[PATCH ulogd2 0/4] Some bug-fixes
 2022-12-08 21:21 UTC  (8+ messages)
` [PATCH ulogd2 1/4] ulogd: fix parse-error check
` [PATCH ulogd2 2/4] filter: fix buffer sizes in filter plug-ins
` [PATCH ulogd2 3/4] JSON: remove incorrect config value check
` [PATCH ulogd2 4/4] db: fix back-log capacity checks

[PATCH nft 2/2,v2] netlink: swap byteorder of value component in concatenation of intervals
 2022-12-08 21:21 UTC  (3+ messages)

[PATCH] netfilter: initialize 'ret' variable
 2022-12-08 21:12 UTC  (5+ messages)
` [PATCH v2] netfilter: add a 'default' case to 'switch (tuplehash->tuple.xmit_type)'

[PATCH net] netfilter: flowtable: really fix NAT IPv6 offload
 2022-12-08 20:46 UTC  (2+ messages)

[ulogd PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-08  0:19 UTC 

[nfacct PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-08  0:14 UTC 

[libnetfilter_cthelper PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-08  0:12 UTC 

[conntrack-tools PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-08  0:12 UTC 

[libnetfilter_cttimeout PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-08  0:11 UTC 

[libnetfilter_conntrack PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-08  0:10 UTC 

[libnetfilter_queue PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-08  0:10 UTC 

[libnetfilter_log PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-08  0:09 UTC 

[libnetfilter_acct PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-08  0:08 UTC 

[libnfnetlink PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-08  0:06 UTC 

[libnftnl PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-08  0:06 UTC 

[nft PATCH] Makefile: Create LZMA-compressed dist-files
 2022-12-08  0:05 UTC 

[iptables PATCH 00/11] Support 'make dist' and 'make check'
 2022-12-07 21:35 UTC  (19+ messages)
` [iptables PATCH 01/11] Drop INCOMPATIBILITIES file
` [iptables PATCH 02/11] Drop libiptc/linux_stddef.h
` [iptables PATCH 03/11] Makefile: Generate ip6tables man pages on the fly
` [iptables PATCH 04/11] extensions: Makefile: Merge initext targets
` [iptables PATCH 05/11] iptables/Makefile: Reorg variable assignments
` [iptables PATCH 06/11] iptables/Makefile: Split nft-variant man page list
` [iptables PATCH 07/11] Makefile: Fix for 'make distcheck'
` [iptables PATCH 08/11] Makefile: Generate .tar.bz2 archive with 'make dist'
` [iptables PATCH 09/11] include/Makefile: xtables-version.h is generated
` [iptables PATCH 10/11] tests: Adjust testsuite return codes to automake guidelines
` [iptables PATCH 11/11] Makefile.am: Integrate testsuites

[PATCH nft 1/2] tests: py: missing json for different byteorder selector with interval concatenation
 2022-12-07 21:32 UTC  (3+ messages)
` [PATCH nft 2/2] netlink: swap byteorder of value component in interval set with concatenation

[PATCH nft] src: support for selectors with different byteorder with interval concatenations
 2022-12-07 20:06 UTC  (2+ messages)

[PATCH nft] scanner: handle files with CRLF line terminators
 2022-12-07 19:30 UTC 

[PATCH nft,v2] scanner: munch full comment lines
 2022-12-06 22:59 UTC 

[PATCH nft] doc: statements: fwd supports for sending packets via neighbouring layer
 2022-12-06 22:53 UTC  (2+ messages)
` [PATCH nft] scanner: munch full comment lines

[PATCH nft] doc: statements: fwd supports for sending packets via neighbouring layer
 2022-12-06 17:16 UTC 

[PATCH] doc/payload-expression.txt: Mention that 'ih' exists
 2022-12-06 16:12 UTC  (2+ messages)

[PATCH] netfilter: nfnetlink: check 'skb->dev' pointer in nfulnl_log_packet()
 2022-12-05 14:28 UTC  (3+ messages)

[PATCH v8 00/12] Network support for Landlock
 2022-12-05 13:18 UTC  (9+ messages)
` [PATCH v8 08/12] landlock: Implement TCP network hooks

[PATCH] json: fix 'add flowtable' command
 2022-12-02 12:54 UTC  (2+ messages)


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