netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-19 14:03:45 to 2023-10-26 13:30:29 UTC [more...]

[PATCH net-next 00/19] Netfilter updates for net-next
 2023-10-26 13:30 UTC  (21+ messages)
` [PATCH net-next 01/19] netfilter: nft_set_rbtree: rename gc deactivate+erase function
` [PATCH net-next 02/19] netfilter: nft_set_rbtree: prefer sync gc to async worker
` [PATCH net-next 03/19] netfilter: nf_tables: Open-code audit log call in nf_tables_getrule()
` [PATCH net-next 04/19] netfilter: nf_tables: Introduce nf_tables_getrule_single()
` [PATCH net-next 05/19] netfilter: nf_tables: Add locking for NFT_MSG_GETRULE_RESET requests
` [PATCH net-next 06/19] br_netfilter: use single forward hook for ip and arp
` [PATCH net-next 07/19] netfilter: conntrack: switch connlabels to atomic_t
` [PATCH net-next 08/19] netfilter: nf_tables: Drop pointless memset in nf_tables_dump_obj
` [PATCH net-next 09/19] netfilter: nf_tables: Unconditionally allocate nft_obj_filter
` [PATCH net-next 10/19] netfilter: nf_tables: A better name for nft_obj_filter
` [PATCH net-next 11/19] netfilter: nf_tables: Carry s_idx in nft_obj_dump_ctx
` [PATCH net-next 12/19] netfilter: nf_tables: nft_obj_filter fits into cb->ctx
` [PATCH net-next 13/19] netfilter: nf_tables: Carry reset boolean in nft_obj_dump_ctx
` [PATCH net-next 14/19] netfilter: nft_set_pipapo: no need to call pipapo_deactivate() from flush
` [PATCH net-next 15/19] netfilter: nf_tables: set backend .flush always succeeds
` [PATCH net-next 16/19] netfilter: nf_tables: expose opaque set element as struct nft_elem_priv
` [PATCH net-next 17/19] netfilter: nf_tables: shrink memory consumption of set elements
` [PATCH net-next 18/19] netfilter: nf_tables: set->ops->insert returns opaque set element in case of EEXIST
` [PATCH net-next 19/19] netfilter: nf_tables: Carry reset boolean in nft_set_dump_ctx

[PATCH 01/10] man: display number ranges with an en dash
 2023-10-26 12:53 UTC  (12+ messages)
` [PATCH 02/10] man: encode emdash the way groff/man requires it
` [PATCH 03/10] man: encode math minuses "
` [PATCH 04/10] man: encode hyphens "
` [PATCH 05/10] man: encode minushyphen "
` [PATCH 06/10] man: consistent casing of "IPv[46]"
` [PATCH 07/10] man: grammar fixes to some manpages
` [PATCH 08/10] man: use native bullet point markup
` [PATCH 09/10] man: use .TP for lists in xt_osf man page
` [PATCH 10/10] man: reveal rateest's combination categories

[nf-next PATCH v3 0/3] Add locking for NFT_MSG_GETOBJ_RESET requests
 2023-10-26  8:55 UTC  (10+ messages)
` [nf-next PATCH v3 1/3] netfilter: nf_tables: Audit log dump reset after the fact
` [nf-next PATCH v3 2/3] netfilter: nf_tables: Introduce nf_tables_getobj_single
` [nf-next PATCH v3 3/3] netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requests

[PATCH 1/6] man: encode minushyphen the way groff/man requires it
 2023-10-26  8:54 UTC  (8+ messages)
` [PATCH 2/6] man: encode emdash "
` [PATCH 3/6] man: encode hyphens "
` [PATCH 4/6] man: consistent casing of "IPv[46]"
` [PATCH 5/6] man: grammar fixes to some manpages
` [PATCH 6/6] man: use native bullet point markup

[PATCH v13 00/12] Network support for Landlock
 2023-10-26  2:02 UTC  (31+ messages)
` [PATCH v13 08/12] landlock: Add network rules and TCP hooks support
` [PATCH v13 10/12] selftests/landlock: Add 7 new test variants dedicated to network
` [PATCH v13 11/12] samples/landlock: Add network demo
` [PATCH v13 12/12] landlock: Document Landlock's network support

[PATCH v14 00/12] Network support for Landlock
 2023-10-26  1:47 UTC  (13+ messages)
` [PATCH v14 01/12] landlock: Make ruleset's access masks more generic
` [PATCH v14 02/12] landlock: Allow FS topology changes for domains without such rule type
` [PATCH v14 03/12] landlock: Refactor landlock_find_rule/insert_rule
` [PATCH v14 04/12] landlock: Refactor merge/inherit_ruleset functions
` [PATCH v14 05/12] landlock: Move and rename layer helpers
` [PATCH v14 06/12] landlock: Refactor "
` [PATCH v14 07/12] landlock: Refactor landlock_add_rule() syscall
` [PATCH v14 08/12] landlock: Add network rules and TCP hooks support
` [PATCH v14 09/12] selftests/landlock: Share enforce_ruleset()
` [PATCH v14 10/12] selftests/landlock: Add network tests
` [PATCH v14 11/12] samples/landlock: Support TCP restrictions
` [PATCH v14 12/12] landlock: Document network support

[PATCH net 0/2] Netfilter fixes for net
 2023-10-25 23:10 UTC  (4+ messages)
` [PATCH net 1/2] netfilter: flowtable: GC pushes back packets to classic path
` [PATCH net 2/2] net/sched: act_ct: additional checks for outdated flows

[PATCH libnetfilter_queue 0/1] libnfnetlink dependency elimination
 2023-10-25 22:30 UTC  (4+ messages)
` [PATCH libnetfilter_queue 1/1] Retire 2 libnfnetlink-specific functions

KASAN: vmalloc-out-of-bounds in ipt_do_table
 2023-10-25 17:22 UTC  (2+ messages)

[iptables PATCH 0/2] Fix up string match man page
 2023-10-25 15:27 UTC  (4+ messages)
` [iptables PATCH 1/2] Revert "extensions: string: Clarify description of --to"
` [iptables PATCH 2/2] extensions: string: Clarify description of --to

[PATCH nft] evaluate: reject set in concatenation
 2023-10-25 14:12 UTC 

Netfilter queue is unable to mangle fragmented UDP6: bug?
 2023-10-25 12:32 UTC  (2+ messages)

[PATCH nf-next 0/5] nf_tables set updates
 2023-10-25  9:48 UTC  (7+ messages)
` [PATCH nf-next 1/5] netfilter: nft_set_pipapo: no need to call pipapo_deactivate() from flush
` [PATCH nf-next 2/5] netfilter: nf_tables: set backend .flush always succeeds
` [PATCH nf-next 3/5] netfilter: nf_tables: expose opaque set element as struct nft_elem_priv
` [PATCH nf-next 4/5] netfilter: nf_tables: shrink memory consumption of set elements
` [PATCH nf-next 5/5] netfilter: nf_tables: set->ops->insert returns opaque set element in case of EEXIST

[nf-next PATCH 0/6] Refactor nft_obj_filter into nft_obj_dump_ctx
 2023-10-25  9:48 UTC  (8+ messages)
` [nf-next PATCH 1/6] netfilter: nf_tables: Drop pointless memset in nf_tables_dump_obj
` [nf-next PATCH 2/6] netfilter: nf_tables: Unconditionally allocate nft_obj_filter
` [nf-next PATCH 3/6] netfilter: nf_tables: A better name for nft_obj_filter
` [nf-next PATCH 4/6] netfilter: nf_tables: Carry s_idx in nft_obj_dump_ctx
` [nf-next PATCH 5/6] netfilter: nf_tables: nft_obj_filter fits into cb->ctx
` [nf-next PATCH 6/6] netfilter: nf_tables: Carry reset boolean in nft_obj_dump_ctx

[PATCH nf-next] netfilter: conntrack: switch connlabels to atomic_t
 2023-10-25  9:47 UTC  (2+ messages)

[PATCH nf-next] br_netfilter: use single forward hook for ip and arp
 2023-10-25  9:46 UTC  (2+ messages)

[nf-next PATCH v4 0/3] Introduce locking for rule reset requests
 2023-10-25  9:46 UTC  (5+ messages)
` [nf-next PATCH v4 1/3] netfilter: nf_tables: Open-code audit log call in nf_tables_getrule()
` [nf-next PATCH v4 2/3] netfilter: nf_tables: Introduce nf_tables_getrule_single()
` [nf-next PATCH v4 3/3] netfilter: nf_tables: Add locking for NFT_MSG_GETRULE_RESET requests

[PATCH nf-next 0/3] netfilter: nf_tables: remove rbtree async garbage collection
 2023-10-25  9:46 UTC  (5+ messages)
` [PATCH nf-next 2/3] netfilter: nft_set_rbtree: rename gc deactivate+erase function
` [PATCH nf-next 3/3] netfilter: nft_set_rbtree: prefer sync gc to async worker

Kalendarz z logotypem firmy
 2023-10-25  8:15 UTC 

[PATCH nf] sched: act_ct: additional checks for outdated flows
 2023-10-25  7:32 UTC  (3+ messages)

[PATCH nf] netfilter: nf_flow_table: GC pushes back packets to classic path
 2023-10-25  7:03 UTC  (2+ messages)

[PATCH net] netfilter: flowtable: additional checks for outdated flows
 2023-10-24 20:16 UTC  (5+ messages)

[nf-next PATCH] netfilter: nf_tables: Carry reset boolean in nft_set_dump_ctx
 2023-10-24 13:10 UTC 

[PATCH nft 1/3] tests/shell: add "bogons/nft-f/zero_length_devicename2_assert"
 2023-10-24 11:50 UTC  (12+ messages)
` [PATCH nft 2/3] tests/shell: cover long interface name in "0042chain_variable_0" test
` [PATCH nft 3/3] parser_bison: fix length check for ifname in ifname_expr_alloc()

[PATCH nft] check-tree.sh: check and flag /bin/sh usage
 2023-10-24 10:47 UTC  (2+ messages)

[PATCH nft v2 0/4] [RESENT] remove xfree() and add free_const()+nft_gmp_free()
 2023-10-24  9:57 UTC  (5+ messages)
` [PATCH nft v2 1/4] datatype: don't return a const string from cgroupv2_get_path()
` [PATCH nft v2 2/4] gmputil: add nft_gmp_free() to free strings from mpz_get_str()
` [PATCH nft v2 3/4] all: add free_const() and use it instead of xfree()
` [PATCH nft v2 4/4] all: remove xfree() and use plain free()

[PATCH nft 1/2] tests/shell: inline input data in "single_anon_set" test
 2023-10-24  9:56 UTC  (3+ messages)
` [PATCH nft 2/2] tools: reject unexpected files in "tests/shell/testcases/" with "check-tree.sh"

[PATCH nft] tests/shell: add missing "elem_opts_compat_0.nodump" file
 2023-10-24  9:50 UTC  (2+ messages)

Fwd: Guidance on deterministic NAT (CGNAT)
 2023-10-24  8:41 UTC 

[PATCH nft 1/1] tests/shell: test for maximum length of "comment" in "comments_objects_0"
 2023-10-23 13:38 UTC 

[PATCH RFC] netfilter: nf_tables: add flowtable map for xdp offload
 2023-10-23 11:16 UTC  (3+ messages)

[PATCH netfilter] Fix hw flow offload from nftables
 2023-10-23 10:24 UTC  (2+ messages)

[PATCH libnetfilter_queue] include: all: remove trailing spaces
 2023-10-23  2:25 UTC 

[PATCH 0/1] ipset patch to fix race condition between swap/destroy and add/del/test
 2023-10-23  1:33 UTC  (5+ messages)
` [PATCH 1/1] netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test

[PATCH] treewide: Add SPDX identifier to IETF ASN.1 modules
 2023-10-22  8:53 UTC  (3+ messages)

[PATCH libnetfilter_queue v2 0/1] New example program nfq6
 2023-10-22  4:14 UTC  (2+ messages)
` [PATCH libnetfilter_queue v2 1/1] examples: add an example which uses more functions

[PATCH nf-next,RFC 0/8] nf_tables set updates
 2023-10-20 11:46 UTC  (11+ messages)
` [PATCH nf-next,RFC 1/8] netfilter: nft_set_pipapo: no need to call pipapo_deactivate() from flush
` [PATCH nf-next,RFC 2/8] netfilter: nf_tables: set backend .flush always succeeds
` [PATCH nf-next,RFC 3/8] netfilter: nf_tables: expose opaque set element as struct nft_elem_priv
` [PATCH nf-next,RFC 4/8] netfilter: nf_tables: shrink memory consumption of set elements
` [PATCH nf-next,RFC 5/8] netfilter: nf_tables: set->ops->insert returns opaque set element in case of EEXIST
` [PATCH nf-next,RFC 6/8] netfilter: nf_tables: use timestamp to check for set element timeout
` [PATCH nf-next,RFC 7/8] netfilter: nf_tables: add timeout extension to elements to prepare for updates
` [PATCH nf-next,RFC 8/8] netfilter: nf_tables: set element timeout update support

Fwd: High cpu usage caused by kernel process when upgraded to linux 5.19.17 or later
 2023-10-20 10:55 UTC  (2+ messages)

[nft PATCH v2] parser_bison: Fix for broken compatibility with older dumps
 2023-10-19 23:38 UTC  (2+ messages)

[PATCH v5 05/12] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE
 2023-10-19 18:11 UTC 

[nft PATCH] parser_bison: Fix for broken compatibility with older dumps
 2023-10-19 16:26 UTC 

[RFC] nftables 1.0.6 -stable backports
 2023-10-19 15:23 UTC  (6+ 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).