netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-29 19:11:18 to 2023-09-07 18:44:41 UTC [more...]

[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 net 0/6] netfilter updates for net
 2023-09-07 10:40 UTC  (10+ 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 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

MASQ leak?
 2023-08-31 21:30 UTC  (6+ messages)

[PATCH nf v2] netfilter/osf: avoid OOB read
 2023-08-31 15:31 UTC  (5+ messages)

[nf PATCH 1/2] netfilter: nf_tables: Audit log setelem reset
 2023-08-31  2:27 UTC  (7+ messages)
` [nf PATCH 2/2] netfilter: nf_tables: Audit log rule reset

[PATCH net 0/5] Netfilter fixes for net
 2023-08-31  1:40 UTC  (7+ messages)
` [PATCH net 1/5] netfilter: nft_exthdr: Fix non-linear header modification
` [PATCH net 2/5] netfilter: xt_sctp: validate the flag_info count
` [PATCH net 3/5] netfilter: xt_u32: validate user space input
` [PATCH net 4/5] netfilter: nf_tables: Audit log setelem reset
` [PATCH net 5/5] netfilter: nf_tables: Audit log rule reset

[PATCH nf] netfilter/osf: avoid OOB read
 2023-08-30 22:59 UTC  (2+ messages)

[PATCH nft 1/2] src: simplify chain_alloc()
 2023-08-30 15:12 UTC  (2+ messages)
` [PATCH nft 2/2] rule: set internal_location for table and chain

[PATCH nf v2] netfilter: nft_exthdr: Fix non-linear header modification
 2023-08-30 15:18 UTC  (2+ messages)

[PATCH nft 1/2] src: use internal_location for unspecified location at allocation time
 2023-08-30 11:26 UTC  (2+ messages)
` [PATCH nft 2/2] src: remove check for NULL before calling expr_free()

[nft PATCH] evaluate: place byteorder conversion after numgen for IP address datatypes
 2023-08-30  8:36 UTC  (2+ messages)

[PATCH nf] netfilter/xt_u32: validate user space input
 2023-08-30 15:18 UTC  (2+ messages)

[PATCH nf] netfilter/xt_sctp: validate the flag_info count
 2023-08-30 15:17 UTC  (2+ messages)

[PATCH nft 0/5] fix compiler warnings with clang and "-Wextra"
 2023-08-30  8:23 UTC  (8+ messages)
` [PATCH nft 5/5] datatype: check against negative "type" argument in datatype_lookup()

[Networking] ERSPAN decapsulation drops DHCP unicast packets
 2023-08-30 15:02 UTC  (3+ 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).