messages from 2023-09-01 01:04:37 to 2023-09-08 17:36:08 UTC [more...]
[PATCH nft 1/1] datatype: rename "dtype_clone()" to datatype_clone()
2023-09-08 17:34 UTC
[PATCH nft 1/2] parser_bison: include <nft.h> for base C environment to "parser_bison.y"
2023-09-08 17:32 UTC (2+ messages)
` [PATCH nft 2/2] include: include <stdlib.h> in <nft.h>
[PATCH nft 1/1] cache: avoid accessing uninitialized varible in implicit_chain_cache()
2023-09-08 17:13 UTC
[nf PATCH 0/2] nf_tables: follow-up on audit fix, propose kselftest
2023-09-08 16:22 UTC (6+ messages)
` [nf PATCH 1/2] netfilter: nf_tables: Fix entries val in rule reset audit log
` [nf-next RFC 2/2] selftests: netfilter: Test nf_tables audit logging
[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"
[PATCH nft 1/2] tests/shell: honor .nodump file for tests without nft dumps
2023-09-08 10:42 UTC (4+ messages)
` [PATCH nft 2/2] tests/shell: add missing ".nodump" file for tests without dumps
[PATCH nf 1/4] netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
2023-09-08 1:30 UTC (4+ messages)
` [PATCH nf 2/4] netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
` [PATCH nf 3/4] netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation fails
` [PATCH nf 4/4] netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
[PATCH nf,v2] netfilter: nf_tables: disallow rule removal from chain binding
2023-09-08 1:30 UTC
[PATCH nft 00/11] tests/shell: colorize output, fix VALGRIND mode
2023-09-07 22:07 UTC (12+ messages)
` [PATCH nft 01/11] tests/shell: cleanup result handling in "test-wrapper.sh"
` [PATCH nft 02/11] tests/shell: cleanup print_test_result() and show TAINTED error code
` [PATCH nft 03/11] tests/shell: colorize terminal output with test result
` [PATCH nft 04/11] tests/shell: fix handling failures with VALGRIND=y
` [PATCH nft 05/11] tests/shell: print the NFT setting with the VALGRIND=y wrapper
` [PATCH nft 06/11] tests/shell: don't redirect error/warning messages to stderr
` [PATCH nft 07/11] tests/shell: redirect output of test script to file too
` [PATCH nft 08/11] tests/shell: print "kernel is tainted" separate from test result
` [PATCH nft 09/11] tests/shell: no longer enable verbose output when selecting a test
` [PATCH nft 10/11] tests/shell: record wall time of test run in result data
` [PATCH nft 11/11] tests/shell: set NFT_TEST_JOBS based on $(nproc)
[PATCH nft] tests/shell: return 77/skip for tests that fail to create dummy device
2023-09-07 21:13 UTC
[PATCH net 0/6] netfilter updates for net
2023-09-07 10:40 UTC (11+ messages)
` [PATCH net 1/6] netfilter: nftables: exthdr: fix 4-byte stack OOB write
` [PATCH net 2/6] netfilter: nfnetlink_osf: avoid OOB read
` [PATCH net 3/6] netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID
` [PATCH net 4/6] netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction
` [PATCH net 5/6] netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c
` [PATCH net 6/6] netfilter: nf_tables: Unbreak audit log reset
[PATCH] uapi/netfilter: Change netfilter hook verdict code definition from macro to enum
2023-09-07 18:44 UTC (5+ messages)
[PATCH nft v5 00/19] tests/shell: allow running tests as non-root
2023-09-07 18:36 UTC (21+ messages)
` [PATCH nft v5 01/19] tests/shell: rework command line parsing in "run-tests.sh"
` [PATCH nft v5 02/19] tests/shell: rework finding tests and add "--list-tests" option
` [PATCH nft v5 03/19] tests/shell: check test names before start and support directories
` [PATCH nft v5 04/19] tests/shell: export NFT_TEST_BASEDIR and NFT_TEST_TMPDIR for tests
` [PATCH nft v5 05/19] tests/shell: normalize boolean configuration in environment variables
` [PATCH nft v5 06/19] tests/shell: print test configuration
` [PATCH nft v5 07/19] tests/shell: run each test in separate namespace and allow rootless
` [PATCH nft v5 08/19] tests/shell: interpret an exit code of 77 from scripts as "skipped"
` [PATCH nft v5 09/19] tests/shell: support --keep-logs option (NFT_TEST_KEEP_LOGS=y) to preserve test output
` [PATCH nft v5 10/19] tests/shell: move the dump diff handling inside "test-wrapper.sh"
` [PATCH nft v5 11/19] tests/shell: rework printing of test results
` [PATCH nft v5 12/19] tests/shell: move taint check to "test-wrapper.sh"
` [PATCH nft v5 13/19] tests/shell: move valgrind wrapper script to separate script
` [PATCH nft v5 14/19] tests/shell: support running tests in parallel
` [PATCH nft v5 15/19] tests/shell: bind mount private /var/run/netns in test container
` [PATCH nft v5 16/19] tests/shell: skip test in rootless that hit socket buffer size limit
` [PATCH nft v5 17/19] tests/shell: record the test duration (wall time) in the result data
` [PATCH nft v5 18/19] tests/shell: fix "0003includepath_0" for different TMPDIR
` [PATCH nft v5 19/19] tests/shell: set TMPDIR for tests in "test-wrapper.sh"
[PATCH nf] netfilter: nf_tables: disallow rule removal from chain binding
2023-09-07 7:42 UTC
[syzbot] [arm?] [netfilter?] KASAN: slab-out-of-bounds Read in do_csum
2023-09-07 9:35 UTC (5+ messages)
[PATCH nf] netfilter: nf_tables: Unbreak audit log reset
2023-09-06 23:25 UTC (14+ messages)
[PATCH nf] netfilter: nf_tables: skip deactivation of deleted rules in bound chain
2023-09-06 22:12 UTC
[iptables PATCH] include: linux: Update kernel.h
2023-09-06 17:08 UTC
[iptables PATCH] nft: Fix for useless meta expressions in rule
2023-09-06 17:07 UTC
[PATCH nft 0/5] tests: shell: add and use feature probing
2023-09-06 14:39 UTC (16+ messages)
` [PATCH nft 1/5] tests: add "
` [PATCH nft 2/5] tests: shell: let netdev_chain_0 test indicate SKIP if kernel requires netdev device
` [PATCH nft 3/5] tests: shell: typeof_integer/raw: prefer @nh for payload matching
` [PATCH nft 4/5] tests: shell: add and use feature probe for map query like a set
` [PATCH nft 5/5] tests: shell skip inner matching tests if unsupported
[GIT PULL] sysctl changes for v6.6-rc1
2023-09-06 12:35 UTC (3+ messages)
[PATCH RFC] tests: add feature probing
2023-09-06 11:33 UTC (8+ messages)
[PATH nf v3] netfilter/osf: avoid OOB read
2023-09-05 22:01 UTC (2+ messages)
[PATCH nft] evaluate: fix get element for concatenated set
2023-09-05 18:58 UTC (2+ messages)
[PATCH nft v4 00/17] tests/shell: allow running tests as
2023-09-05 11:58 UTC (18+ messages)
` [PATCH nft v4 01/17] tests/shell: rework command line parsing in "run-tests.sh"
` [PATCH nft v4 02/17] tests/shell: rework finding tests and add "--list-tests" option
` [PATCH nft v4 03/17] tests/shell: check test names before start and support directories
` [PATCH nft v4 04/17] tests/shell: export NFT_TEST_BASEDIR and NFT_TEST_TMPDIR for tests
` [PATCH nft v4 05/17] tests/shell: normalize boolean configuration in environment variables
` [PATCH nft v4 06/17] tests/shell: print test configuration
` [PATCH nft v4 07/17] tests/shell: run each test in separate namespace and allow rootless
` [PATCH nft v4 08/17] tests/shell: interpret an exit code of 77 from scripts as "skipped"
` [PATCH nft v4 09/17] tests/shell: support --keep-logs option (NFT_TEST_KEEP_LOGS=y) to preserve test output
` [PATCH nft v4 10/17] tests/shell: move the dump diff handling inside "test-wrapper.sh"
` [PATCH nft v4 11/17] tests/shell: rework printing of test results
` [PATCH nft v4 12/17] tests/shell: move taint check to "test-wrapper.sh"
` [PATCH nft v4 13/17] tests/shell: support running tests in parallel
` [PATCH nft v4 14/17] tests/shell: bind mount private /var/run/netns in test container
` [PATCH nft v4 15/17] tests/shell: skip test in rootless that hit socket buffer size limit
` [PATCH nft v4 16/17] tests/shell: record the test duration for investigation
` [PATCH nft v4 17/17] tests/shell: set TMPDIR for tests in "test-wrapper.sh"
[PATCH nft v3 00/11] tests/shell: allow running tests as
2023-09-05 13:48 UTC (15+ messages)
` [PATCH nft v3 01/11] tests/shell: rework command line parsing in "run-tests.sh"
` [PATCH nft v3 02/11] tests/shell: rework finding tests and add "--list-tests" option
` [PATCH nft v3 03/11] tests/shell: check test names before start and support directories
` [PATCH nft v3 04/11] tests/shell: export NFT_TEST_BASEDIR and NFT_TEST_TMPDIR for tests
` [PATCH nft v3 05/11] tests/shell: run each test in separate namespace and allow rootless
` [PATCH nft v3 06/11] tests/shell: interpret an exit code of 77 from scripts as "skipped"
` [PATCH nft v3 07/11] tests/shell: support --keep-logs option (NFT_TEST_KEEP_LOGS=y) to preserve test output
` [PATCH nft v3 08/11] tests/shell: move the dump diff handling inside "test-wrapper.sh"
` [PATCH nft v3 09/11] tests/shell: rework printing of test results
` [PATCH nft v3 10/11] tests/shell: move taint check to "test-wrapper.sh"
` [PATCH nft v3 11/11] tests/shell: support running tests in parallel
Prezentacja
2023-09-05 7:40 UTC
[PATCH nft] tests: shell: 0043concatenated_ranges_0: re-enable all tests
2023-09-05 14:44 UTC
Race between IPSET_CMD_CREATE and IPSET_CMD_SWAP
2023-09-05 6:45 UTC (2+ messages)
[PATCH libnetfilter_log] libipulog: remove debugging printfs
2023-09-04 9:58 UTC (2+ messages)
[PATCH nft v2 0/3] tests/shell: allow running tests as non-root
2023-09-04 8:45 UTC (6+ messages)
` [PATCH nft v2 1/3] tests/shell: rework command line parsing in "run-tests.sh"
` [PATCH nft v2 2/3] tests/shell: rework finding tests and add "--list-tests" option
` [PATCH nft v2 3/3] tests/shell: run each test in separate namespace and allow rootless
[PATCH nf] netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction
2023-09-04 0:14 UTC
[PATCH libnetfilter_conntrack 1/2] Ignore `configure~`
2023-09-03 17:10 UTC (2+ messages)
` [PATCH libnetfilter_conntrack 2/2] conntrack: fix BPF for filtering IPv6 addresses
[PATCH nft] doc: describe behaviour of {ip,ip6} length
2023-09-03 10:20 UTC
[PATCH nft,v2] evaluate: revisit anonymous set with single element optimization
2023-09-02 19:14 UTC
[PATCH nf] netfilter: nf_tables: ensure audit reset access to table under rcu read side lock
2023-09-02 18:56 UTC
[PATCH nft] evaluate: revisit anonymous set with single element optimization
2023-09-02 8:37 UTC
[PATCH nft] tests/shell: allow running tests as non-root users
2023-09-01 14:56 UTC (5+ messages)
[RFC] netfilter: nf_tables: ignore -EOPNOTSUPP on flowtable device offload setup
2023-09-01 12:47 UTC (5+ messages)
[nf-next PATCH] netfilter: nf_tables: Utilize NLA_POLICY_NESTED_ARRAY
2023-09-01 12:16 UTC
[nf PATCH] netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID
2023-09-01 12:15 UTC
[PATCH 0/2] Prevent potential write out of bounds
2023-09-01 8:58 UTC (7+ messages)
` [PATCH 1/2] Make loop indexes unsigned
` [PATCH 2/2] Ensure num_actions is not a negative
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).