netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-25 21:26:14 to 2023-11-04 10:04:02 UTC [more...]

[PATCH 0/1] ipset patch to fix race condition between swap/destroy and add/del/test, v2
 2023-11-04 10:03 UTC 

[PATCH nft v3 0/2] drop warning messages from stmt_print_json()/expr_print_json()
 2023-11-04  6:21 UTC  (12+ messages)
` [PATCH nft v3 1/2] json: drop handling missing json() hook in expr_print_json()
` [PATCH nft v3 2/2] json: drop warning on stderr for missing json() hook in stmt_print_json()

[PATCH] netfilter: nat: add MODULE_DESCRIPTION
 2023-11-04  3:40 UTC 

[PATCH iptables 0/4] add arptables-translate
 2023-11-03 21:05 UTC  (16+ messages)
` [PATCH iptables 1/4] arptables-nft: use ARPT_INV flags consistently
          ` [PATCH iptables] arptables-nft: remove ARPT_INV flags usage
` [PATCH iptables 2/4] nft-arp: add missing mask support
` [PATCH iptables 3/4] nft-arp: add arptables-translate
` [PATCH iptables 4/4] arptables-txlate: add test cases

[GIT PULL] Landlock updates for v6.7
 2023-11-03 19:53 UTC  (2+ messages)

[PATCH nft v2 0/6] add and check dump files for JSON in tests/shell
 2023-11-03 18:26 UTC  (6+ messages)
` [PATCH nft v2 1/6] json: fix use after free in table_flags_json()
` [PATCH nft v2 2/6] tests/shell: check and generate JSON dump files
` [PATCH nft v2 4/6] tools: simplify error handling in "check-tree.sh" by adding msg_err()/msg_warn()
` [PATCH nft v2 5/6] tools: check more strictly for bash shebang in "check-tree.sh"
` [PATCH nft v2 6/6] tools: check for consistency of .json-nft dumps "

[PATCH net-next 00/19] Netfilter updates for net-next
 2023-11-03 17:55 UTC  (14+ messages)
` [PATCH net-next 02/19] netfilter: nft_set_rbtree: prefer sync gc to async worker
` [PATCH net-next 09/19] netfilter: nf_tables: Unconditionally allocate 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 nft 0/6] add infrastructure for unit tests
 2023-11-03 15:57 UTC  (14+ messages)
` [PATCH nft 1/6] gitignore: ignore build artifacts from top level file
` [PATCH nft 2/6] build: add basic "check-{local,more,all}" and "build-all" make targets
` [PATCH nft 3/6] build: add `make check-tests-build` to add build test
` [PATCH nft 4/6] build: add check for consistency of source tree
` [PATCH nft 5/6] build: cleanup if blocks for conditional compilation
` [PATCH nft 6/6] tests/unit: add unit tests for libnftables

[PATCH nft 1/2] json: implement json() hook for "symbol_expr_ops"/"variabl_expr_ops"
 2023-11-03 15:16 UTC  (15+ messages)
` [PATCH nft 2/2] json: drop handling missing json() hook for "struct expr_ops"

[RFC] nftables 1.0.6 -stable backports
 2023-11-03 15:15 UTC  (17+ messages)

[PATCH nft v2 0/7] no recursive make
 2023-11-03 12:21 UTC  (11+ messages)
` [PATCH nft v2 4/7] build: no recursive make for "files/**/Makefile.am"

[PATCH net] netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()
 2023-11-03 10:25 UTC  (4+ messages)

net/netfilter/nft_set_rbtree.c:636:33: warning: variable 'nft_net' set but not used
 2023-11-03  9:46 UTC 

[PATCH nft] tests: meta: test hour decoding wrap
 2023-11-02 22:37 UTC  (3+ messages)

[nf-next PATCH v3] netfilter: nf_tables: Add locking for NFT_MSG_GETSETELEM_RESET requests
 2023-11-02 21:35 UTC  (2+ messages)

[nft PATCH] tests: shell: Fix sets/reset_command_0 for current kernels
 2023-11-02 20:32 UTC  (4+ messages)

[nft PATCH v2] tests: shell: Fix sets/reset_command_0 for current kernels
 2023-11-02 17:57 UTC 

[nft PATCH] tproxy: Drop artificial port printing restriction
 2023-11-02 17:23 UTC  (5+ messages)

[PATCH nft] meta: fix hour decoding when timezone offset is negative
 2023-11-02 13:53 UTC 

[PATCH] netfilter: nf_tables: prevent OOB access in nft_byteorder_eval
 2023-11-02 12:27 UTC  (5+ messages)
` [PATCH v2] "

[PATCH RFC] netfilter: nf_tables: add flowtable map for xdp offload
 2023-11-02 11:25 UTC  (8+ messages)

[PATCH nft 0/7] add and check dump files for JSON in tests/shell
 2023-11-02 11:23 UTC  (13+ messages)
` [PATCH nft 1/7] json: fix use after free in table_flags_json()
` [PATCH nft 2/7] json: drop messages "warning: stmt ops chain have no json callback"
` [PATCH nft 3/7] tests/shell: check and generate JSON dump files
` [PATCH nft 5/7] tools: simplify error handling in "check-tree.sh" by adding msg_err()/msg_warn()
` [PATCH nft 6/7] tools: check more strictly for bash shebang in "check-tree.sh"
` [PATCH nft 7/7] tools: check for consistency of .json-nft dumps "

[PATCH nft 1/1] tests/shell: fix mount command in "test-wrapper.sh"
 2023-11-02  8:38 UTC  (2+ messages)

[PATCH] netfilter: bridge: initialize err to 0
 2023-11-01 11:32 UTC  (2+ messages)

[PATCH net-next] netfilter: nf_tables: Remove unused variable nft_net
 2023-11-01  1:33 UTC 

[PATCH] treewide: Add SPDX identifier to IETF ASN.1 modules
 2023-10-31  2:23 UTC  (5+ messages)

[RFC Draft PATCHv2 net-next] Doc: update bridge doc
 2023-10-30  8:38 UTC 

[PATCH AUTOSEL 4.19 05/12] netfilter: nfnetlink_log: silence bogus compiler warning
 2023-10-29 23:01 UTC 

[PATCH AUTOSEL 5.15 17/28] netfilter: nfnetlink_log: silence bogus compiler warning
 2023-10-29 22:58 UTC 

[PATCH AUTOSEL 5.4 06/13] netfilter: nfnetlink_log: silence bogus compiler warning
 2023-10-29 23:00 UTC 

[PATCH AUTOSEL 5.10 07/16] netfilter: nfnetlink_log: silence bogus compiler warning
 2023-10-29 22:59 UTC 

[PATCH AUTOSEL 4.14 05/11] netfilter: nfnetlink_log: silence bogus compiler warning
 2023-10-29 23:01 UTC 

[PATCH AUTOSEL 6.1 18/39] netfilter: nfnetlink_log: silence bogus compiler warning
 2023-10-29 22:57 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 35/39] netfilter: nf_tables: audit log object reset once per table

[PATCH AUTOSEL 6.5 24/52] netfilter: nfnetlink_log: silence bogus compiler warning
 2023-10-29 22:53 UTC  (2+ messages)
` [PATCH AUTOSEL 6.5 47/52] netfilter: nf_tables: audit log object reset once per table

[PATCH v14 00/12] Network support for Landlock
 2023-10-28  2:07 UTC  (14+ 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 01/10] man: display number ranges with an en dash
 2023-10-27 11:10 UTC  (15+ 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

Netfilter queue is unable to mangle fragmented UDP6: bug?
 2023-10-27 10:41 UTC  (4+ messages)

[PATCH net-next 0/4] net: fill in 18 MODULE_DESCRIPTION()s
 2023-10-26 19:00 UTC 

[PATCH net-next 01/19] netfilter: nft_set_rbtree: rename gc deactivate+erase function
 2023-10-26 13:30 UTC  (2+ messages)

[nf-next PATCH v3 0/3] Add locking for NFT_MSG_GETOBJ_RESET requests
 2023-10-26  8:55 UTC  (6+ messages)
` [nf-next PATCH v3 3/3] netfilter: nf_tables: "

[PATCH 1/6] man: encode minushyphen the way groff/man requires it
 2023-10-26  8:54 UTC  (3+ messages)

[PATCH v13 00/12] Network support for Landlock
 2023-10-26  2:02 UTC  (10+ messages)
` [PATCH v13 08/12] landlock: Add network rules and TCP hooks support

[PATCH net 1/2] netfilter: flowtable: GC pushes back packets to classic path
 2023-10-25 23:10 UTC  (2+ messages)

[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


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