netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-08 11:51:42 to 2023-09-20 12:10:28 UTC [more...]

[PATCH 4.19 046/273] netfilter: nft_flow_offload: fix underflow in flowtable reference counter
 2023-09-20 11:28 UTC  (2+ messages)
` [PATCH 4.19 047/273] netfilter: nf_tables: missing NFT_TRANS_PREPARE_ERROR in flowtable deactivatation

[ANNOUNCE] ipset 7.18 released
 2023-09-20 11:30 UTC  (3+ messages)

[PATCH v11 10/12] selftests/landlock: Add 11 new test suites dedicated to network
 2023-09-20 10:00 UTC  (10+ messages)
` [PATCH v11.1] "

[PATCH v12 00/12] Network support for Landlock
 2023-09-20  9:26 UTC  (13+ messages)
` [PATCH v12 01/12] landlock: Make ruleset's access masks more generic
` [PATCH v12 02/12] landlock: Allow filesystem layout changes for domains without such rule type
` [PATCH v12 03/12] landlock: Refactor landlock_find_rule/insert_rule
` [PATCH v12 04/12] landlock: Refactor merge/inherit_ruleset functions
` [PATCH v12 05/12] landlock: Move and rename layer helpers
` [PATCH v12 06/12] landlock: Refactor "
` [PATCH v12 07/12] landlock: Refactor landlock_add_rule() syscall
` [PATCH v12 08/12] landlock: Add network rules and TCP hooks support
` [PATCH v12 09/12] selftests/landlock: Share enforce_ruleset()
` [PATCH v12 10/12] selftests/landlock: Add 7 new test variants dedicated to network
` [PATCH v12 11/12] samples/landlock: Add network demo
` [PATCH v12 12/12] landlock: Document Landlock's network support

[PATCH net 0/3] netfilter updates for net
 2023-09-20  8:41 UTC  (4+ messages)
` [PATCH net 1/3] netfilter: nf_tables: disable toggling dormant table state more than once
` [PATCH net 2/3] netfilter: nf_tables: fix memleak when more than 255 elements expired
` [PATCH net 3/3] netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP

[PATCH 0/1] ipset patch for nf tree
 2023-09-19 20:50 UTC  (3+ messages)
` [PATCH 1/1] netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP

[PATCH nft 1/1] datatype: explicitly set missing datatypes for TYPE_CT_LABEL,TYPE_CT_EVENTBIT
 2023-09-19 16:20 UTC  (4+ messages)

[PATCH nft] datatype: initialize TYPE_CT_EVENTBIT slot in datatype array
 2023-09-19 16:18 UTC 

[PATCH nft] datatype: initialize TYPE_CT_LABEL slot in datatype array
 2023-09-19 16:12 UTC 

[PATCH nft,v2] limit: display default burst when listing ruleset
 2023-09-19 15:21 UTC 

[PATCH nf] netfilter: nf_tables: fix memory leak when more than 255 elements expired
 2023-09-19 14:12 UTC  (4+ messages)

[PATCH nft] limit: display default burst when listing ruleset
 2023-09-19 13:48 UTC 

[PATCH nft 1/2] libnftables: drop gmp_init() and mp_set_memory_functions()
 2023-09-19 13:42 UTC  (4+ messages)
` [PATCH nft 2/2] libnftables: move init-once guard inside xt_init()

[PATCH nft 1/1] netlink: fix leaking typeof_expr_data/typeof_expr_key in netlink_delinearize_set()
 2023-09-19 13:43 UTC  (2+ messages)

[PATCH libnetfilter_queue] doc: generate libnetfilter_queue.7 man page from HTML mainpage
 2023-09-19  1:05 UTC 

[PATCH nft,v2] evaluate: update mark datatype compatibility check from maps
 2023-09-18 22:33 UTC 

[PATCH nft 1/1] tests/shell: honor NFT_TEST_FAIL_ON_SKIP variable to fail on any skipped tests
 2023-09-18 20:27 UTC 

[PATCH nft 1/3] tests/shell: fix preserving ruleset diff after test
 2023-09-18 19:59 UTC  (3+ messages)
` [PATCH nft 2/3] tests/shell: simplify collecting error result in "test-wrapper.sh"
` [PATCH nft 3/3] tests/shell: run `nft --check` on persisted dump files

[PATCH nft 0/3] tests/shell: minor improvements to "run-tests.sh"
 2023-09-18 18:45 UTC  (4+ messages)
` [PATCH nft 1/3] tests/shell: set C locale in "run-tests.sh"
` [PATCH nft 2/3] tests/shell: don't show the exit status for failed tests
` [PATCH nft 3/3] tests/shell: colorize NFT_TEST_HAS_SOCKET_LIMITS

[PATCH nft] evaluate: update mark datatype compatibility check from maps
 2023-09-18 18:39 UTC  (2+ messages)

[PATCH -stable,4.19 0/2] netfilter stable fixes for 4.19
 2023-09-18 12:28 UTC  (4+ messages)
` [PATCH -stable,4.19 1/2] netfilter: nft_flow_offload: fix underflow in flowtable reference counter
` [PATCH -stable,4.19 2/2] netfilter: nf_tables: missing NFT_TRANS_PREPARE_ERROR in flowtable deactivatation

[PATCH nft,v2] evaluate: expand sets and maps before evaluation
 2023-09-18 11:42 UTC 

[PATCH nft 00/14] tests/shell: fix tests to skip on lacking feature support
 2023-09-18 10:28 UTC  (15+ messages)
` [PATCH nft 01/14] tests/shell: add and use chain binding feature probe
` [PATCH nft 02/14] tests/shell: skip netdev_chain_0 if kernel requires netdev device
` [PATCH nft 03/14] tests/shell: skip map query if kernel lacks support
` [PATCH nft 04/14] tests/shell: skip inner matching tests if unsupported
` [PATCH nft 05/14] tests/shell: skip bitshift tests if kernel lacks support
` [PATCH nft 06/14] tests/shell: skip some tests if kernel lacks netdev egress support
` [PATCH nft 07/14] tests/shell: skip inet ingress tests if kernel lacks support
` [PATCH nft 08/14] tests/shell: skip destroy "
` [PATCH nft 09/14] tests/shell: skip catchall "
` [PATCH nft 10/14] tests/shell: skip test cases involving osf match "
` [PATCH nft 11/14] tests/shell: skip test cases if ct expectation and/or timeout "
` [PATCH nft 12/14] tests/shell: skip reset tests if kernel "
` [PATCH nft 13/14] tests/shell: implement NFT_TEST_HAVE_json feature detection as script
` [PATCH nft 14/14] tests/shell: check diff in "maps/typeof_maps_0" and "sets/typeof_sets_0" test

[PATCH nft 0/3] shell/tests: cleanups and skip tests on Fedora 38
 2023-09-18  9:30 UTC  (5+ messages)
` [PATCH nft 1/3] tests/shell: cleanup creating dummy interfaces in tests
` [PATCH nft 2/3] tests/shell: skip "sets/reset_command_0" on unsupported reset command
` [PATCH nft 3/3] tests/shell: suggest 4Mb /proc/sys/net/core/{wmem_max,rmem_max} for rootless

Issue with counter and interval map
 2023-09-16 14:40 UTC  (4+ messages)

[PATCH nft] evaluate: expand sets and maps before evaluation
 2023-09-16 14:35 UTC 

[PATCH nft] evaluate: fix memleak in prefix evaluation with wildcard interface name
 2023-09-16 14:31 UTC 

Regression: Commit "netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHAIN_ID" breaks ruleset loading in linux-stable
 2023-09-15 20:44 UTC  (10+ messages)

[PATCH nft 0/2] tests/shell: add feature probing via "features/*.nft" files
 2023-09-15 15:32 UTC  (3+ messages)
` [PATCH nft 1/2] "
` [PATCH nft 2/2] tests/shell: colorize NFT_TEST_SKIP_/NFT_TEST_HAVE_ in test output

[PATCH nft] tests: add test for dormant on/off/on bug
 2023-09-15 13:20 UTC 

[PATCH nf] netfilter: nf_tables: disable toggling dormant table state more than once
 2023-09-15 13:18 UTC 

[PATCH nft 1/1] tests/shell: honor CLICOLOR_FORCE to force coloring in run-tests.sh
 2023-09-14 13:16 UTC 

[PATCH nft 1/1] tests/build: capture more output from "tests/build/run-tests.sh" script
 2023-09-14 13:14 UTC 

[RFC nft] icmpv6: Allow matching target address in NS/NA, redirect and MLD
 2023-09-14 12:04 UTC 

[PATCH v2 libnetfilter_conntrack 1/2] Adding NFCT_FILTER_DUMP_TUPLE in filter_dump_attr, using kernel CTA_FILTER API
 2023-09-14 11:16 UTC  (2+ messages)
` [PATCH v2 libnetfilter_conntrack 2/2] utils: add NFCT_FILTER_DUMP_TUPLE example

[iptables PATCH] include: linux: Update kernel.h
 2023-09-14 10:36 UTC  (2+ messages)

[iptables PATCH] nft: Fix for useless meta expressions in rule
 2023-09-14 10:35 UTC  (2+ messages)

[iptables PATCH] tests: shell: Fix for ineffective 0007-mid-restore-flush_0
 2023-09-14 10:35 UTC  (2+ messages)

[iptables PATCH] extensions: Fix checking of conntrack --ctproto 0
 2023-09-14 10:34 UTC  (2+ messages)

[iptables PATCH] Revert --compat option related commits
 2023-09-14 10:33 UTC  (2+ messages)

[PATCH nft 1/2] libnftables: refuse to open onput files other than named pipes or regular files
 2023-09-14  9:42 UTC  (2+ messages)
` [PATCH nft 2/2] scanner: restrict include directive to "

[PATCH net 0/9] Netfilter fixes for net
 2023-09-13 21:58 UTC  (10+ messages)
` [PATCH net 1/9] netfilter: nf_tables: disallow rule removal from chain binding
` [PATCH net 2/9] netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
` [PATCH net 3/9] netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
` [PATCH net 4/9] netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation fails
` [PATCH net 5/9] netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
` [PATCH net 6/9] netfilter: nf_tables: disallow element removal on anonymous sets
` [PATCH net 7/9] netfilter: conntrack: fix extension size table
` [PATCH net 8/9] netfilter: nf_tables: Fix entries val in rule reset audit log
` [PATCH net 9/9] selftests: netfilter: Test nf_tables audit logging

[nf PATCH v3 0/2] nf_tables: follow-up on audit fix, add selftest
 2023-09-13 20:38 UTC  (6+ messages)
` [nf PATCH v3 1/2] netfilter: nf_tables: Fix entries val in rule reset audit log
` [nf PATCH v3 2/2] selftests: netfilter: Test nf_tables audit logging

[PATCH nf] netfilter: conntrack: fix extension size table
 2023-09-13 20:02 UTC  (2+ messages)

[PATCH nft 1/2] tests/shell: exit 77 from "run-tests.sh" if all tests were skipped
 2023-09-13 17:11 UTC  (2+ messages)
` [PATCH nft 2/2] tests/shell: accept $NFT_TEST_TMPDIR_TAG for the result directory

[PATCH nft 0/6] adjust nft dump files and add check-tree script
 2023-09-13 17:05 UTC  (7+ messages)
` [PATCH nft 1/6] tests/shell: remove spurious .nft dump files
` [PATCH nft 2/6] tests/shell: drop unstable dump for "transactions/0051map_0" test
` [PATCH nft 3/6] tests/shell: add missing nft/nodump files for tests
` [PATCH nft 4/6] tests/shell: special handle base path starting with "./"
` [PATCH nft 5/6] tests/shell: in find_tests() use C locale for sorting tests names
` [PATCH nft 6/6] tools: add "tools/check-tree.sh" script to check consistency of nft dumps

[ANNOUNCE] nftlb 1.0.9 release
 2023-09-13 15:32 UTC 

[PATCH nft 0/3] add NFT_TEST_RANDOM_SEED and shuffle tests
 2023-09-13  8:20 UTC  (4+ messages)
` [PATCH nft 1/3] tests/shell: export NFT_TEST_RANDOM_SEED variable for tests
` [PATCH nft 2/3] tests/shell: add "random-source.sh" helper for random-source for sort/shuf
` [PATCH nft 3/3] tests/shell: add option to shuffle execution order of tests

[PATCH nft 1/2] tests/shell: kill running child processes when aborting "run-tests.sh"
 2023-09-12 22:44 UTC  (2+ messages)
` [PATCH nft 2/2] tests/shell: ensure vgdb-pipe files are deleted from "nft-valgrind-wrapper.sh"

[nf PATCH 0/2] nf_tables: follow-up on audit fix, propose kselftest
 2023-09-12 20:18 UTC  (5+ messages)
` [nf-next RFC 2/2] selftests: netfilter: Test nf_tables audit logging

LPC 2023 Networking and BPF Track CFP
 2023-09-12 18:55 UTC  (3+ messages)
` LPC 2023 Networking and BPF Track CFP (Reminder)

[iproute2] xfrm: add udp standalone encapsulation mode
 2023-09-12 11:45 UTC 

[PATCH nft v2] datatype: fix leak and cleanup reference counting for struct datatype
 2023-09-12  7:30 UTC 

[nft PATCH] datatype: fix leak and cleanup reference counting for struct datatype
 2023-09-12  7:18 UTC  (3+ messages)

[PATCH RFC libnetfilter_queue] doc: Get rid of DEPRECATED tag (Work In Progress)
 2023-09-12  6:20 UTC  (3+ messages)

Race between IPSET_CMD_CREATE and IPSET_CMD_SWAP
 2023-09-12  4:40 UTC  (3+ messages)

[PATCH libmnl] nlmsg, attr: fix false positives when validating buffer sizes
 2023-09-11 21:17 UTC  (5+ messages)

[PATCH nft 1/2] parser_bison: include <nft.h> for base C environment to "parser_bison.y"
 2023-09-11 21:42 UTC  (4+ messages)
` [PATCH nft 2/2] include: include <stdlib.h> in <nft.h>

[PATCH AUTOSEL 4.14 6/8] netfilter: ebtables: fix fortify warnings in size_entry_mwt()
 2023-09-11  9:36 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: disallow element removal on anonymous sets
 2023-09-10 16:07 UTC 

[PATCH AUTOSEL 5.10 11/14] netfilter: ebtables: fix fortify warnings in size_entry_mwt()
 2023-09-08 18:19 UTC 

[PATCH AUTOSEL 6.4 30/41] netfilter: ebtables: fix fortify warnings in size_entry_mwt()
 2023-09-08 18:15 UTC 

[PATCH AUTOSEL 5.15 12/15] netfilter: ebtables: fix fortify warnings in size_entry_mwt()
 2023-09-08 18:19 UTC 

[PATCH AUTOSEL 6.1 20/26] netfilter: ebtables: fix fortify warnings in size_entry_mwt()
 2023-09-08 18:17 UTC 

[PATCH AUTOSEL 6.5 33/45] netfilter: ebtables: fix fortify warnings in size_entry_mwt()
 2023-09-08 18:13 UTC 

[PATCH nft 1/1] datatype: rename "dtype_clone()" to datatype_clone()
 2023-09-08 17:34 UTC 

[PATCH nft 1/1] cache: avoid accessing uninitialized varible in implicit_chain_cache()
 2023-09-08 17:13 UTC 

[PATCH nft 0/2] tests/shell: add mechanism for skipping (for no JSON and slow)
 2023-09-08 15:07 UTC  (3+ messages)
` [PATCH nft 1/2] tests/shell: skip tests if nft does not support JSON mode
` [PATCH nft 2/2] tests/shell: add "--quick" option to skip slow tests (via NFT_TEST_SKIP_slow=y)

[nf PATCH v2] netfilter: nf_tables: Fix entries val in rule reset audit log
 2023-09-08 14:59 UTC  (4+ messages)

[PATCH nft 1/1] tests/shell: print number of completed tests to show progress
 2023-09-08 14:26 UTC 

[PATCH nft 1/1] tests/shell: set valgrind's "--vgdb-prefix=" to orignal TMPDIR
 2023-09-08 14:25 UTC 

[PATCH nft v2 0/4] tests/shell: add missing .nft and .nodump files
 2023-09-08 14:14 UTC  (5+ messages)
` [PATCH nft v2 1/4] tests/shell: honor .nodump file for tests without nft dumps
` [PATCH nft v2 2/4] tests/shell: generate and add ".nft" dump files for existing tests
` [PATCH nft v2 3/4] tests/shell: add missing ".nodump" file for tests without dumps
` [PATCH nft v2 4/4] tests/shell: add ".nft" dump files for tests without dumps/ directory

[PATCH nft 0/6] no recursive make
 2023-09-08 11:50 UTC  (4+ messages)
` [PATCH nft 5/6] build: drop recursive make for "examples/Makefile.am"


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