messages from 2025-09-30 11:53:09 to 2025-10-12 21:44:23 UTC [more...]
bug report: MAC src + protocol optiomization failing with 802.1Q frames
2025-10-12 21:44 UTC (2+ messages)
iptables: zero dereference parsing bitwise operations
2025-10-12 16:46 UTC (4+ messages)
[PATCH nf-next 0/5] flowtable: consolidate xmit path
2025-10-12 12:26 UTC (8+ messages)
` [PATCH nf-next 1/5] netfilter: flowtable: move path discovery infrastructure to its own file
` [PATCH nf-next 2/5] netfilter: flowtable: consolidate xmit path
` [PATCH nf-next 3/5] netfilter: flowtable: inline vlan encapsulation in "
` [PATCH nf-next 4/5] netfilter: flowtable: inline pppoe "
` [PATCH nf-next 5/5] netfilter: flowtable: remove hw_ifidx
nft manpage/wiki issues and improvement ideas
2025-10-11 0:24 UTC (9+ 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
nft manpage/wiki issues and improvement ideas
2025-10-10 23:07 UTC (13+ messages)
` [PATCH 0/7] doc: miscellaneois improvements
` [PATCH 2/7] doc: fix/improve documentation of verdicts
` [PATCH 4/7] doc: add overall description of the ruleset evaluation
` [PATCH 5/7] doc: add some more documentation on bitmasks
[PATCH nft] tests: shell: add packetpath test for meta ibrhwdr
2025-10-10 12:46 UTC (5+ messages)
[PATCH] netfilter: Consistently use NFPROTO_, not AF_
2025-10-09 9:58 UTC (2+ messages)
[PATCH net 0/4] netfilter: updates for net
2025-10-09 8:20 UTC (6+ messages)
` [PATCH net 1/4] netfilter: nft_objref: validate objref and objrefmap expressions
` [PATCH net 2/4] bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu()
` [PATCH net 3/4] selftests: netfilter: nft_fib.sh: fix spurious test failures
` [PATCH net 4/4] selftests: netfilter: query conntrack state to check for port clash resolution
nf-ct-list and nf-exp-delete
2025-10-08 21:01 UTC
[PATCH v3 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-08 15:29 UTC (20+ messages)
` [PATCH v3 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v3 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v3 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v3 14/19 5.15.y] minmax.h: update some comments
` [PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v3 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v3 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v3 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH conntrack-tools] conntrack: --id argument is mandatory
2025-10-08 15:23 UTC (2+ messages)
[PATCH] netfilter: nfnetlink: always ACK batch end if requested
2025-10-08 14:50 UTC (27+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] netfilter: nfnetlink: "
` [PATCH v2 2/2] selftests: netfilter: add nfnetlink ACK handling tests
` [PATCH v3] "
[nft PATCH] mnl: Drop asterisk from end of NFTA_DEVICE_PREFIX strings
2025-10-08 12:14 UTC (3+ messages)
[PATCH nf v2] netfilter: nft_objref: validate objref and objrefmap expressions
2025-10-08 11:17 UTC (3+ messages)
[PATCH nft] tests: shell: add packetpath test for reject statement
2025-10-08 9:16 UTC
[PATCH nf] netfilter: nf_tables: validate objref and objrefmap expressions
2025-10-08 7:58 UTC (5+ messages)
[libnftnl PATCH] utils: Drop asterisk from end of NFTA_DEVICE_PREFIX strings
2025-10-07 22:05 UTC (3+ messages)
[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-07 20:43 UTC (23+ messages)
` [PATCH v2 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v2 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v2 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 14/19 5.15.y] minmax.h: update some comments
` [PATCH v2 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH nft] tests: shell: fix name based checks with CONFIG_NF_TABLES=y
2025-10-07 20:28 UTC
[PATCH nft] tests: shell: type_route_chain: use in-tree nftables, not system-wide one
2025-10-07 20:26 UTC
[PATCH v1 nf] bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu()
2025-10-07 12:49 UTC (5+ messages)
[PATCH nft] tests: py: must use input, not output
2025-10-07 11:33 UTC (3+ messages)
[PATCH nft] src: tunnel: handle tunnel delete command
2025-10-07 11:09 UTC (2+ messages)
[PATCH v4 nf-next 0/2] flow offload teardown when layer 2 roaming
2025-10-07 9:49 UTC (6+ messages)
` [PATCH v4 nf-next 2/2] netfilter: nf_flow_table_core: teardown direct xmit when destination changed
[PATCH net v2] selftests: net: unify the Makefile formats
2025-10-06 20:34 UTC (4+ messages)
[PATCH net repost] selftests: net: sort configs
2025-10-06 20:34 UTC (2+ messages)
[PATCH net-next 0/6] netfilter: fixes for net-next
2025-10-06 17:02 UTC (5+ messages)
[PATCH net] selftests: net: unify the Makefile formats
2025-10-06 11:59 UTC (8+ messages)
[RFC PATCH v3 nf-next] selftests: netfilter: Add bridge_fastpath.sh
2025-10-04 12:19 UTC (4+ messages)
[PATCH v3] audit: include source and destination ports to NETFILTER_PKT
2025-10-03 15:43 UTC (3+ messages)
[PATCH 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-02 20:47 UTC (20+ messages)
` [PATCH 01/19 5.15.y] minmax: add in_range() macro
` [PATCH 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 07/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 08/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 09/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 5.15.y] minmax.h: update some comments
` [PATCH 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH nf] selftests: netfilter: query conntrack state to check for port clash resolution
2025-10-02 13:05 UTC
[PATCH nf] selftests: netfilter: nft_fib.sh: fix spurious test failures
2025-10-02 13:00 UTC
[PATCH net] selftests: net: sort configs
2025-10-02 11:19 UTC (5+ messages)
[PATCH v15 nf-next 0/3] conntrack: bridge: add double vlan, pppoe and pppoe-in-q
2025-10-02 8:25 UTC (5+ messages)
` [PATCH v15 nf-next 2/3] netfilter: bridge: Add conntrack double vlan and pppoe
` [PATCH v15 nf-next 3/3] netfilter: nft_chain_filter: Add bridge "
[TEST] nf_nat_edemux.sh flakes
2025-10-02 6:41 UTC (4+ messages)
[nft PATCH v5 0/3] Support wildcard netdev hooks
2025-09-30 21:06 UTC (6+ messages)
` [nft PATCH v5 1/3] mnl: Support simple wildcards in "
[libnftnl PATCH v4] utils: Add helpers for interface name wildcards
2025-09-30 21:06 UTC (2+ messages)
ebtables-save: Do string processing in perl instead of shell
2025-09-30 19:13 UTC (4+ messages)
` "
` [PATCH v2] Don't shell out for getting current date and table names
[libnftnl RFC] data_reg: Improve data reg value printing
2025-09-30 17:14 UTC (4+ 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).