messages from 2025-10-13 09:04:44 to 2025-10-23 12:19:40 UTC [more...]
[PATCH nft v3] src: add refcount asserts
2025-10-23 12:19 UTC
[PATCH nf] netfilter: nft_ct: enable labels for get case too
2025-10-23 12:09 UTC
[PATCHv6 net-next 00/14] ipvs: per-net tables and optimizations
2025-10-23 11:44 UTC (16+ messages)
` [PATCHv6 net-next 01/14] rculist_bl: add hlist_bl_for_each_entry_continue_rcu
` [PATCHv6 net-next 02/14] ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netns
` [PATCHv6 net-next 03/14] ipvs: some service readers can use RCU
` [PATCHv6 net-next 04/14] ipvs: use single svc table
` [PATCHv6 net-next 05/14] ipvs: do not keep dest_dst after dest is removed
` [PATCHv6 net-next 06/14] ipvs: use more counters to avoid service lookups
` [PATCHv6 net-next 07/14] ipvs: add resizable hash tables
` [PATCHv6 net-next 08/14] ipvs: use resizable hash table for services
` [PATCHv6 net-next 09/14] ipvs: switch to per-net connection table
` [PATCHv6 net-next 10/14] ipvs: show the current conn_tab size to users
` [PATCHv6 net-next 11/14] ipvs: no_cport and dropentry counters can be per-net
` [PATCHv6 net-next 12/14] ipvs: use more keys for connection hashing
` [PATCHv6 net-next 13/14] ipvs: add ip_vs_status info
` [PATCHv6 net-next 14/14] ipvs: add conn_lfactor and svc_lfactor sysctl vars
[PATCH nf-next v8 0/3] Add IPIP flowtable SW acceleration
2025-10-23 8:50 UTC (4+ messages)
` [PATCH nf-next v8 1/3] net: netfilter: Add IPIP flowtable rx sw acceleration
` [PATCH nf-next v8 2/3] net: netfilter: Add IPIP flowtable tx "
` [PATCH nf-next v8 3/3] selftests: netfilter: nft_flowtable.sh: Add IPIP flowtable selftest
nft manpage/wiki issues and improvement ideas
2025-10-22 14:34 UTC (44+ messages)
` [PATCH v2 0/7] doc: miscellaneous improvements
` [PATCH v2 1/7] doc: clarify evaluation of chains
` [PATCH v2 2/7] doc: fix/improve documentation of verdicts
` [PATCH v2 3/7] doc: minor improvements with respect to the term “ruleset”
` [PATCH v2 4/7] doc: add overall description of the ruleset evaluation
` [PATCH v2 5/7] doc: add some more documentation on bitmasks
` [PATCH v2 6/7] doc: describe include’s collation order to be that of the C locale
` [PATCH v2 7/7] doc: describe how values match sets
` [PATCH v3 0/6] doc: miscellaneous improvements
` [PATCH v3 1/6] doc: fix/improve documentation of verdicts
` [PATCH v3 2/6] doc: minor improvements with respect to the term “ruleset”
` [PATCH v3 3/6] doc: add overall description of the ruleset evaluation
` [PATCH v3 4/6] doc: add more documentation on bitmasks and sets
` [PATCH v3 5/6] doc: describe include’s collation order to be that of the C locale
` [PATCH v3 6/6] doc: minor improvements the `reject` statement
` [PATCH v4 0/5] doc: miscellaneous improvements
` [PATCH v4 1/5] doc: fix/improve documentation of verdicts
` [PATCH v4 2/5] doc: add overall description of the ruleset evaluation
` [PATCH v4 3/5] doc: add more documentation on bitmasks and sets
` [PATCH v4 4/5] doc: describe include’s collation order to be that of the C locale
` [PATCH v4 5/5] doc: minor improvements the `reject` statement
[PATCH] selftests: nft_queue: conntrack expiration requeue
2025-10-22 14:15 UTC (11+ messages)
[PATCH nf-next v7 0/3] Add IPIP flowtable SW acceleration
2025-10-22 14:14 UTC (6+ messages)
` [PATCH nf-next v7 1/3] net: netfilter: Add IPIP flowtable rx sw acceleration
` [PATCH nf-next v7 2/3] net: netfilter: Add IPIP flowtable tx "
` [PATCH nf-next v7 3/3] selftests: netfilter: nft_flowtable.sh: Add IPIP flowtable selftest
[PATCH v3 0/1] nf_conntrack_ftp: Added nfct_seqadj_ext_add()
2025-10-22 13:01 UTC (9+ messages)
` [PATCH v3 1/1] nft_ct: Added nfct_seqadj_ext_add() for NAT'ed conntrack
[PATCH nf] netfilter: nf_tables: limit maximum number of jumps/gotos per netns
2025-10-21 23:40 UTC
[PATCH nf-next v6 0/2] Add IPIP flowtable SW acceleratio
2025-10-21 17:46 UTC (4+ messages)
` [PATCH nf-next v6 1/2] net: netfilter: Add IPIP flowtable SW acceleration
[PATCH nft v2] support for afl++ (american fuzzy lop++) fuzzer
2025-10-20 22:46 UTC (12+ messages)
[PATCH v2 nft] src: add and use refcount assert helper
2025-10-20 22:22 UTC (3+ messages)
[PATCH v2 0/1] nf_conntrack_ftp: Added nfct_seqadj_ext_add()
2025-10-20 14:20 UTC (4+ messages)
` [PATCH v2 1/1] nf_conntrack_ftp: Added nfct_seqadj_ext_add() for ftp's conntrack
[PATCH nft] src: add refcount asserts
2025-10-19 20:57 UTC (3+ messages)
[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
2025-10-19 12:38 UTC (36+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
` [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH v2 05/27 5.10.y] minmax: add in_range() macro
` [PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
` [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
[libnftnl PATCH] utils: Introduce nftnl_parse_str_attr()
2025-10-18 19:13 UTC (5+ messages)
[PATCH nft] evaluate: follow prefix expression recursively
2025-10-17 11:45 UTC
[PATCH nft 0/4] nft tunnel mode parser/eval fixes
2025-10-17 9:39 UTC (11+ messages)
` [PATCH nft 1/4] evaluate: tunnel: don't assume src is set
` [PATCH nft 2/4] src: tunnel src/dst must be a symbolic expression
` [PATCH nft 3/4] src: parser_bison: prevent multiple ip daddr/saddr definitions
` [PATCH nft 4/4] evaluate: reject tunnel section if another one is already present
[PATCH nft] src: fix fmt string warnings
2025-10-17 8:43 UTC
[PATCHv4 net-next 00/14] ipvs: per-net tables and optimizations
2025-10-17 3:45 UTC (3+ messages)
[libnftnl PATCH] utils: Drop asterisk from end of NFTA_DEVICE_PREFIX strings
2025-10-15 20:08 UTC (5+ messages)
[PATCH v2] nf_conntrack: sysctl: expose gc worker scan interval via sysctl
2025-10-15 13:32 UTC (3+ messages)
` [PATCH v3] "
[PATCH net-next] netfilter: conntrack: Reduce cond_resched frequency in gc_worker
2025-10-15 11:49 UTC (5+ messages)
` [????] "
[PATCH 1/1] netfilter: Added nfct_seqadj_ext_add() for ftp's conntrack
2025-10-15 4:15 UTC (3+ messages)
[PATCH net v2] net: core: fix lockdep splat on device unregister
2025-10-15 2:40 UTC (2+ messages)
iptables: zero dereference parsing bitwise operations
2025-10-14 15:29 UTC (7+ messages)
[PATCH V6] netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_max sysctl
2025-10-14 13:54 UTC (3+ messages)
[PATCH nft v3] tests: shell: add packetpath test for meta ibrhwaddr
2025-10-14 12:21 UTC
[PATCH nft v2] meta: introduce meta ibrhwaddr support
2025-10-14 12:20 UTC
[PATCH libnftnl v2] expr: meta: introduce ibrhwaddr meta expression
2025-10-14 12:18 UTC
[PATCH nft] meta: introduce meta ibrhwdr support
2025-10-14 11:12 UTC (5+ messages)
[PATCH v3] audit: include source and destination ports to NETFILTER_PKT
2025-10-13 20:26 UTC (7+ messages)
[nftables PATCH] doc: fix tcpdump example
2025-10-13 19:43 UTC (3+ messages)
[libipset] lifetime & reuse of context from ipset_init()
2025-10-13 17:58 UTC (2+ messages)
[PATCH nf-next] netfilter: conntrack: disable 0 value for conntrack_max setting
2025-10-13 15:01 UTC
Backport request for commit 134121bfd99a ("ipvs: Defer ip_vs_ftp unregister during netns cleanup")
2025-10-13 10:18 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).