netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-06 00:29:05 to 2022-10-27 20:57:12 UTC [more...]

[RFC][PATCH v2 19/31] timers: net: Use del_timer_shutdown() before freeing timer
 2022-10-27 20:48 UTC  (5+ messages)

[PATCH net-next 0/2] netlink: add range checks for network byte integers
 2022-10-27 20:36 UTC  (4+ messages)
` [PATCH net-next 1/2] netlink: introduce NLA_POLICY_MAX_BE

[PATCH] netfilter: ipset: enforce documented limit to prevent allocating huge memory
 2022-10-27 13:50 UTC  (2+ messages)

ip_set_hash_netiface
 2022-10-27  9:06 UTC  (3+ messages)

[iptables PATCH v2 00/12] Speed up iptables-test.py
 2022-10-26 20:26 UTC  (14+ messages)
` [iptables PATCH v2 01/12] extensions: NFQUEUE: Document queue-balance limitation
` [iptables PATCH v2 02/12] tests: iptables-test: Implement fast test mode
` [iptables PATCH v2 03/12] tests: iptables-test: Cover for obligatory -j CONTINUE in ebtables
` [iptables PATCH v2 04/12] tests: *.t: Fix expected output for simple calls
` [iptables PATCH v2 05/12] tests: *.t: Fix for hexadecimal output
` [iptables PATCH v2 06/12] tests: libebt_redirect.t: Plain redirect prints with trailing whitespace
` [iptables PATCH v2 07/12] tests: libxt_length.t: Fix odd use-case output
` [iptables PATCH v2 08/12] tests: libxt_recent.t: Add missing default values
` [iptables PATCH v2 09/12] tests: libxt_tos.t, libxt_TOS.t: Add missing masks in output
` [iptables PATCH v2 10/12] tests: libebt_vlan.t: Drop trailing whitespace from rules
` [iptables PATCH v2 11/12] tests: libxt_connlimit.t: Add missing default values
` [iptables PATCH v2 12/12] tests: *.t: Add missing all-one's netmasks to expected output

[PATCH] Periodically flow expire from flow offload tables
 2022-10-26 19:40 UTC  (8+ messages)

[PATCH] ipvs: use explicitly signed chars
 2022-10-26 15:01 UTC  (4+ messages)

[PATCH net-next 00/10] Netfilter updates for net-next
 2022-10-26 13:22 UTC  (11+ messages)
` [PATCH net-next 01/10] netfilter: nft_payload: move struct nft_payload_set definition where it belongs
` [PATCH net-next 02/10] netfilter: nf_tables: reduce nft_pktinfo by 8 bytes
` [PATCH net-next 03/10] netfilter: nft_objref: make it builtin
` [PATCH net-next 04/10] netfilter: nft_payload: access GRE payload via inner offset
` [PATCH net-next 05/10] netfilter: nft_payload: access ipip payload for "
` [PATCH net-next 06/10] netfilter: nft_inner: support for inner tunnel header matching
` [PATCH net-next 07/10] netfilter: nft_inner: add percpu inner context
` [PATCH net-next 08/10] netfilter: nft_meta: add inner match support
` [PATCH net-next 09/10] netfilter: nft_inner: add geneve support
` [PATCH net-next 10/10] netfilter: nft_inner: set tunnel offset to GRE header offset

[REGRESSION] Unable to NAT own TCP packets from another VRF with tcp_l3mdev_accept = 1
 2022-10-26 12:40 UTC  (5+ messages)
      ` [REGRESSION] Unable to NAT own TCP packets from another VRF with tcp_l3mdev_accept = 1 #forregzbot

[PATCH nf 1/2] netfilter: nf_tables: netlink notifier might race to release objects
 2022-10-26  7:56 UTC  (2+ messages)
` [PATCH nf 2/2] netfilter: nf_tables: release flow rule object from commit path

[nf-next PATCH 0/2] Support resetting rules' state
 2022-10-25 11:52 UTC  (4+ messages)
` [nf-next PATCH 1/2] netfilter: nf_tables: Extend nft_expr_ops::dump callback parameters
` [nf-next PATCH 2/2] netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESET

[PATCH nf-next] netfilter: nf_tables: nft_objref: make it builtin
 2022-10-25 11:50 UTC  (2+ messages)

[PATCH nf-next] netfilter: nf_tables: reduce nft_pktinfo by 8 bytes
 2022-10-25 11:49 UTC  (2+ messages)

[PATCH nft v3] src: add support to command "destroy"
 2022-10-25 11:02 UTC  (2+ messages)

[RFC PATCH 0/1] libnftnl: Incorrect res_id byte order?
 2022-10-25 10:37 UTC  (6+ messages)
` [RFC PATCH 1/1] libnftnl: Fix res_id byte order

[ANNOUNCE] 17th Netfilter Workshop in Seville, Spain
 2022-10-25 10:10 UTC  (2+ messages)

[PATCH RFC xtables-addons] build: support for linux 6.1
 2022-10-25  8:46 UTC  (3+ messages)
` [xtables-addons PATCH v1] "

[PATCH nf] netfilter: nf_tables: avoid access to free'd chain info in nft_commit_release
 2022-10-24 13:31 UTC 

[PATCH nft v2] src: add support to command "destroy"
 2022-10-24  8:42 UTC 

[PATCH nft] src: add support to command "destroy"
 2022-10-24  8:11 UTC 

[PATCH v8 00/12] Network support for Landlock
 2022-10-21 15:26 UTC  (13+ messages)
` [PATCH v8 01/12] landlock: Make ruleset's access masks more generic
` [PATCH v8 02/12] landlock: Refactor landlock_find_rule/insert_rule
` [PATCH v8 03/12] landlock: Refactor merge/inherit_ruleset functions
` [PATCH v8 04/12] landlock: Move unmask_layers() and init_layer_masks()
` [PATCH v8 05/12] landlock: Refactor "
` [PATCH v8 06/12] landlock: Refactor landlock_add_rule() syscall
` [PATCH v8 07/12] landlock: Add network rules support
` [PATCH v8 08/12] landlock: Implement TCP network hooks
` [PATCH v8 09/12] selftests/landlock: Share enforce_ruleset()
` [PATCH v8 10/12] selftests/landlock: Add 10 new test suites dedicated to network
` [PATCH v8 11/12] samples/landlock: Add network demo
` [PATCH v8 12/12] landlock: Document Landlock's network support

[PATCH iptables-nft] nft: disscect basic icmp type/code match
 2022-10-21 10:02 UTC 

[PATCH net 0/2] Netfilter fixes for net
 2022-10-19 23:00 UTC  (4+ messages)
` [PATCH net 1/2] netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces
` [PATCH net 2/2] netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements

Status of UID GID maching support in INPUT
 2022-10-19 17:54 UTC 

netfilter+bpf road ahead
 2022-10-19 12:41 UTC  (2+ messages)

[PATCH nf] netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces
 2022-10-19  6:46 UTC  (2+ messages)

[PATCH nf,v3] netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements
 2022-10-17 17:53 UTC 

[PATCH nf,v2] netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements
 2022-10-17 17:46 UTC 

[PATCH nft] tests: shell: deletion from interval concatenation
 2022-10-17 12:33 UTC 

[PATCH nf] netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements
 2022-10-17 12:28 UTC 

[PATCH nft,v2 00/16] vxlan, geneve, gre, gretap matching support
 2022-10-17 11:04 UTC  (17+ messages)
` [PATCH nft,v2 01/16] src: add eval_proto_ctx()
` [PATCH nft,v2 02/16] src: add dl_proto_ctx()
` [PATCH nft,v2 03/16] src: add vxlan matching support
` [PATCH nft,v2 04/16] tests: py: add vxlan tests
` [PATCH nft,v2 05/16] tests: shell: add vxlan set tests
` [PATCH nft,v2 06/16] doc: add vxlan matching expression
` [PATCH nft,v2 07/16] src: display (inner) tag in --debug=proto-ctx
` [PATCH nft,v2 08/16] src: add gre support
` [PATCH nft,v2 09/16] tests: py: add gre tests
` [PATCH nft,v2 10/16] doc: add gre matching expression
` [PATCH nft,v2 11/16] src: add geneve matching support
` [PATCH nft,v2 12/16] tests: py: add geneve tests
` [PATCH nft,v2 13/16] doc: add geneve matching expression
` [PATCH nft,v2 14/16] src: add gretap support
` [PATCH nft,v2 15/16] tests: py: add gretap tests
` [PATCH nft,v2 16/16] doc: add gretap matching expression

[PATCH nf-next,v5 0/7] nf_tables inner tunnel header match support
 2022-10-17 11:03 UTC  (8+ messages)
` [PATCH nf-next,v5 1/7] netfilter: nft_payload: access GRE payload via inner offset
` [PATCH nf-next,v5 2/7] netfilter: nft_payload: access ipip payload for "
` [PATCH nf-next,v5 3/7] netfilter: nft_inner: support for inner tunnel header matching
` [PATCH nf-next,v5 4/7] netfilter: nft_inner: add percpu inner context
` [PATCH nf-next,v5 5/7] netfilter: nft_meta: add inner match support
` [PATCH nf-next,v5 6/7] netfilter: nft_inner: add geneve support
` [PATCH nf-next,v5 7/7] netfilter: nft_inner: set tunnel offset to GRE header offset

[iptables PATCH 1/2] tests: Adjust testsuite return codes to automake guidelines
 2022-10-15 11:02 UTC  (2+ messages)
` [iptables PATCH 2/2] Makefile.am: Integrate testsuites

bridge:fragmented packets dropped by bridge
 2022-10-15  1:35 UTC  (4+ messages)

[nft PATCH] Implement 'reset rule' and 'reset rules' commands
 2022-10-14 21:46 UTC 

[PATCH nf-next] netfilter: conntrack: use siphash_4u64
 2022-10-14  9:21 UTC 

[PATCH bpf-next v4 0/3] Add more bpf_*_ct_lookup() selftests
 2022-10-13 17:34 UTC  (7+ messages)
` [PATCH bpf-next v4 2/3] selftests/bpf: Add connmark read test

[f2fs-dev] [PATCH v1 3/5] treewide: use get_random_u32() when possible
 2022-10-13  1:37 UTC  (7+ messages)
      `  "

[nft PATCH] Warn for tables with compat expressions in rules
 2022-10-12 15:31 UTC 

[PATCH net 0/3] netfilter fixes for net
 2022-10-12 12:40 UTC  (5+ messages)
` [PATCH net 1/3] selftests: netfilter: Test reverse path filtering
` [PATCH net 2/3] netfilter: rpfilter/fib: Populate flowic_l3mdev field
` [PATCH net 3/3] selftests: netfilter: Fix nft_fib.sh for all.rp_filter=1

[PATCH v7 00/18] Network support for Landlock
 2022-10-12 11:13 UTC  (13+ messages)
` [PATCH v7 02/18] landlock: refactor landlock_find_rule/insert_rule
` [PATCH v7 16/18] seltests/landlock: add invalid input data test

[PATCH nft] netlink_delinearize: do not transfer binary operation to non-anonymous sets
 2022-10-12 11:02 UTC 

[syzbot] KASAN: use-after-free Read in nf_tables_trans_destroy_work
 2022-10-10 17:05 UTC 

[PATCH nf-next,v4 1/6] netfilter: nft_payload: access GRE payload via inner offset
 2022-10-10 10:08 UTC 

[PATCH AUTOSEL 5.19 29/73] netlink: Bounds-check struct nlmsgerr creation
 2022-10-09 22:14 UTC 

[PATCH AUTOSEL 6.0 32/77] netlink: Bounds-check struct nlmsgerr creation
 2022-10-09 22:07 UTC 

[iptables PATCH] nft: Fix compile with -DDEBUG
 2022-10-07 21:01 UTC 

[iptables PATCH] libiptc: Fix for segfault when renaming a chain
 2022-10-07 16:36 UTC 

[PATCH nf-next,v3 0/6] nf_tables inner tunnel header match support
 2022-10-07  9:16 UTC  (7+ messages)
` [PATCH nf-next,v3 1/6] netfilter: nft_payload: access GRE payload via inner offset
` [PATCH nf-next,v3 2/6] netfilter: nft_payload: access ipip payload for "
` [PATCH nf-next,v3 3/6] netfilter: nft_inner: support for inner tunnel header matching
` [PATCH nf-next,v3 4/6] netfilter: nft_inner: add percpu inner context
` [PATCH nf-next,v3 5/6] netfilter: nft_meta: add inner match support
` [PATCH nf-next,v3 6/6] netfilter: nft_inner: add geneve support

[PATCH nft 1/2] parser_bison: display too many levels of nesting error
 2022-10-07  8:24 UTC  (2+ messages)
` [PATCH nft 2/2] rule: do not display handle for implicit chain

[iptables PATCH 00/12] Speed up iptables-tests.py
 2022-10-06 19:01 UTC  (12+ messages)
` [iptables PATCH 01/12] tests: iptables-test: Implement fast test mode
` [iptables PATCH 06/12] tests: libxt_length.t: Fix odd use-case output
` [iptables PATCH 08/12] tests: libxt_tos.t, libxt_TOS.t: Add missing masks in output
` [iptables PATCH 09/12] tests: libebt_vlan.t: Drop trailing whitespace from rules
` [iptables PATCH 10/12] tests: libxt_connlimit.t: Add missing --connlimit-saddr
` [iptables PATCH 11/12] extensions: Do not print all-one's netmasks

[ANNOUNCE] conntrack-tools 1.4.7 release
 2022-10-06 15:07 UTC 

[PATCH conntrack-tools] build: conntrack-tools requires libnetfilter_conntrack >= 1.0.9
 2022-10-06 14:26 UTC 

Kernel 6.0.0 bug pptp not work
 2022-10-06 14:16 UTC  (10+ messages)

[nf-next PATCH 1/2] selftests: netfilter: Test reverse path filtering
 2022-10-06 10:09 UTC  (4+ messages)
` [nf-next PATCH 2/2] netfilter: rpfilter/fib: Populate flowic_l3mdev field


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