netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-24 20:14:16 to 2024-10-04 11:13:44 UTC [more...]

[PATCH v2 0/2] netfilter: nf_tables: Fix percpu address space issues in nf_tables_api.c
 2024-10-04 11:13 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH nf] netfilter: xt_cluster: restrict to ip/ip6tables
 2024-10-04 10:30 UTC  (5+ messages)
` [PATCH nf] netfilter: xt_cluster: enable ebtables operation?

[RFC PATCH v1 0/2] Fix non-TCP sockets restriction
 2024-10-04 10:14 UTC  (12+ messages)
` [RFC PATCH v1 1/2] landlock: "
` [RFC PATCH v1 2/2] selftests/landlock: Test non-TCP INET connection-based protocols

[PATCH libnetfilter_queue] build: add missing backslash to build_man.sh
 2024-10-04  4:06 UTC 

[RFC PATCH v3 00/19] Support socket access-control
 2024-10-03 17:27 UTC  (25+ messages)
` [RFC PATCH v3 14/19] selftests/landlock: Test socketpair(2) restriction
` [RFC PATCH v3 15/19] selftests/landlock: Test SCTP peeloff restriction
` [RFC PATCH v3 16/19] selftests/landlock: Test that accept(2) is not restricted
` [RFC PATCH v3 17/19] samples/landlock: Replace atoi() with strtoull() in populate_ruleset_net()
` [RFC PATCH v3 18/19] samples/landlock: Support socket protocol restrictions
` [RFC PATCH v3 19/19] landlock: Document socket rule type support

[syzbot] [netfilter?] WARNING in xt_cluster_mt (2)
 2024-10-03 16:14 UTC 

[PATCH net 0/4] Netfilter fixes for net
 2024-10-03 10:10 UTC  (6+ messages)
` [PATCH net 1/4] netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED
` [PATCH net 2/4] selftests: netfilter: Fix nft_audit.sh for newer nft binaries
` [PATCH net 3/4] netfilter: nf_tables: prevent nf_skb_duplicated corruption
` [PATCH net 4/4] selftests: netfilter: Add missing return value

[syzbot] [tipc?] BUG: soft lockup in do_sock_setsockopt
 2024-10-03  9:25 UTC 

[PATCH v4] net/bridge: Optimizing read-write locks in ebtables.c
 2024-10-03  0:17 UTC  (2+ messages)

[ANNOUNCE] nftables 1.1.1 release
 2024-10-02 22:57 UTC 

[ANNOUNCE] libnftnl 1.2.8 release
 2024-10-02 22:53 UTC 

[nft PATCH 0/9] Support wildcard netdev hooks and events
 2024-10-02 19:55 UTC  (11+ messages)
` [nft PATCH 1/9] json: Support typeof in set and map types
` [nft PATCH 2/9] tests: py: Fix for storing payload into missing file
` [nft PATCH 3/9] monitor: Recognize flowtable add/del events
` [nft PATCH 4/9] tests: monitor: Run in own netns
` [nft PATCH 5/9] mnl: Support simple wildcards in netdev hooks
` [nft PATCH 6/9] parser_bison: Accept ASTERISK_STRING in flowtable_expr_member
` [nft PATCH 7/9] tests: shell: Adjust to ifname-based flowtables
` [nft PATCH 8/9] tests: monitor: Support running external commands
` [nft PATCH 9/9] monitor: Support NFT_MSG_(NEW|DEL)DEV events

[libnftnl PATCH 0/4] Support wildcard netdev hooks and events
 2024-10-02 19:19 UTC  (5+ messages)
` [libnftnl PATCH 1/4] include: utils.h needs errno.h
` [libnftnl PATCH 2/4] utils: Add helpers for interface name wildcards
` [libnftnl PATCH 3/4] utils: Introduce nftnl_parse_str_attr()
` [libnftnl PATCH 4/4] device: Introduce nftnl_device

[PATCH nf-next 0/4] netfilter: use skb_drop_reason in more places
 2024-10-02 15:55 UTC  (5+ messages)
` [PATCH nf-next 1/4] netfilter: xt_nat: compact nf_nat_setup_info calls
` [PATCH nf-next 2/4] netfilter: xt_nat: drop packet earlier
` [PATCH nf-next 3/4] netfilter: nf_nat: use skb_drop_reason
` [PATCH nf-next 4/4] netfilter: nf_tables: "

[iptables PATCH] tests: shell: Adjust for recent changes in libnftnl
 2024-10-01 19:50 UTC  (2+ messages)

[libnftnl PATCH] rule: Don't append a newline when printing a rule
 2024-10-01 19:49 UTC  (3+ messages)

[libnftnl PATCH] Partially revert "rule, set_elem: remove trailing \n in userdata snprintf"
 2024-10-01 14:05 UTC  (5+ messages)

[PATCH libmnl] src: attr: Add mnl_attr_get_uint() function
 2024-10-01  9:19 UTC  (14+ messages)

"libmnl" project doxygen-generated documentation
 2024-09-30 12:44 UTC  (2+ messages)

[PATCH nf-next v6] netfilter: Make legacy configs user selectable
 2024-09-30  9:58 UTC 

[PATCH] nf_conntrack_proto_udp: do not accept packets with IPS_NAT_CLASH
 2024-09-30  9:29 UTC  (2+ messages)

iptables 1.8.10 translate error
 2024-09-28 18:39 UTC  (4+ messages)

[PATCH 6.1 61/73] netfilter: nft_set_pipapo: walk over current view on netlink dump
 2024-09-27 12:24 UTC  (2+ messages)
` [PATCH 6.1 62/73] netfilter: nf_tables: missing iterator type in lookup walk

[PATCH 6.6 45/54] netfilter: nft_set_pipapo: walk over current view on netlink dump
 2024-09-27 12:23 UTC  (2+ messages)
` [PATCH 6.6 46/54] netfilter: nf_tables: missing iterator type in lookup walk

[PATCH] selftests: netfilter: Add missing resturn value
 2024-09-27 12:04 UTC  (4+ messages)

[PATCH nf] netfilter: nf_tables: prevent nf_skb_duplicated corruption
 2024-09-27 11:57 UTC  (2+ messages)

[nf PATCH] selftests: netfilter: Fix nft_audit.sh for newer nft binaries
 2024-09-27 11:57 UTC  (2+ messages)

[PATCH -stable,5.10 0/2] Netfilter fixes for -stable
 2024-09-27  7:45 UTC  (2+ messages)

stable request: netfilter: make cgroupsv2 matching work with namespaces
 2024-09-27  6:56 UTC  (2+ messages)

[PATCH nf-next v5 0/2] netfilter: Make IP_NF_IPTABLES_LEGACY selectable
 2024-09-26 15:18 UTC  (5+ messages)

[nf PATCH] netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED
 2024-09-26 15:15 UTC  (2+ messages)

[PATCH nft,v2 0/7] cache updates
 2024-09-26 14:40 UTC  (5+ messages)
` [PATCH nft,v2 5/7] cache: consolidate reset command

[PATCH net,v2 00/14] Netfilter fixes for net
 2024-09-26 14:00 UTC  (16+ messages)
` [PATCH net 01/14] netfilter: nf_nat: don't try nat source port reallocation for reverse dir clash
` [PATCH net 02/14] netfilter: conntrack: add clash resolution for reverse collisions
` [PATCH net 03/14] selftests: netfilter: add reverse-clash resolution test case
` [PATCH net 04/14] selftests: netfilter: nft_tproxy.sh: add tcp tests
` [PATCH net 05/14] netfilter: ctnetlink: Guard possible unused functions
` [PATCH net 06/14] docs: tproxy: ignore non-transparent sockets in iptables
` [PATCH net 07/14] netfilter: nf_tables: Keep deleted flowtable hooks until after RCU
` [PATCH net 08/14] netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=n
` [PATCH net 09/14] netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_EVENTS
` [PATCH net 10/14] netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path
` [PATCH net 11/14] netfilter: nf_tables: missing objects with no memcg accounting
` [PATCH net 12/14] netfilter: nfnetlink_queue: remove old clash resolution logic
` [PATCH net 13/14] kselftest: add test for nfqueue induced conntrack race
` [PATCH net 14/14] selftests: netfilter: Avoid hanging ipvs.sh

[RFC PATCH v2 0/9] Support TCP listen access-control
 2024-09-26 13:51 UTC  (12+ messages)
` [RFC PATCH v2 3/9] selftests/landlock: Support LANDLOCK_ACCESS_NET_LISTEN_TCP
` [RFC PATCH v2 4/9] selftests/landlock: Test listening restriction

[PATCH nf-next 0/7] netfilter: rework conntrack/flowtable interaction
 2024-09-26 11:11 UTC  (3+ messages)
` [PATCH nf-next 5/7] netfilter: conntrack: rework offload nf_conn timeout extension logic

[PATCH] conntrack: -L doesn't take a value, so don't discard one (same for -IUDGEFA)
 2024-09-26 11:05 UTC  (10+ messages)

[PATCH net 00/14] Netfilter fixes for net
 2024-09-26 10:56 UTC  (17+ messages)
` [PATCH net 05/14] netfilter: ctnetlink: Guard possible unused functions
` [PATCH net 06/14] docs: tproxy: ignore non-transparent sockets in iptables
` [PATCH net 07/14] netfilter: nf_tables: Keep deleted flowtable hooks until after RCU
` [PATCH net 08/14] netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=n
` [PATCH net 09/14] netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_EVENTS
` [PATCH net 10/14] netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path
` [PATCH net 11/14] netfilter: nf_tables: missing objects with no memcg accounting
` [PATCH net 12/14] netfilter: nfnetlink_queue: remove old clash resolution logic
` [PATCH net 13/14] kselftest: add test for nfqueue induced conntrack race
` [PATCH net 14/14] selftests: netfilter: Avoid hanging ipvs.sh

[nf-next PATCH v5 00/18] Dynamic hook interface binding
 2024-09-26  9:56 UTC  (19+ messages)
` [nf-next PATCH v5 01/18] netfilter: nf_tables: Flowtable hook's pf value never varies
` [nf-next PATCH v5 02/18] netfilter: nf_tables: Store user-defined hook ifname
` [nf-next PATCH v5 03/18] netfilter: nf_tables: Use stored ifname in netdev hook dumps
` [nf-next PATCH v5 04/18] netfilter: nf_tables: Compare netdev hooks based on stored name
` [nf-next PATCH v5 05/18] netfilter: nf_tables: Tolerate chains with no remaining hooks
` [nf-next PATCH v5 06/18] netfilter: nf_tables: Simplify chain netdev notifier
` [nf-next PATCH v5 07/18] netfilter: nf_tables: Introduce functions freeing nft_hook objects
` [nf-next PATCH v5 08/18] netfilter: nf_tables: Introduce nft_hook_find_ops()
` [nf-next PATCH v5 09/18] netfilter: nf_tables: Introduce nft_register_flowtable_ops()
` [nf-next PATCH v5 10/18] netfilter: nf_tables: Drop __nft_unregister_flowtable_net_hooks()
` [nf-next PATCH v5 11/18] netfilter: nf_tables: Have a list of nf_hook_ops in nft_hook
` [nf-next PATCH v5 12/18] netfilter: nf_tables: chain: Respect NETDEV_REGISTER events
` [nf-next PATCH v5 13/18] netfilter: nf_tables: flowtable: "
` [nf-next PATCH v5 14/18] netfilter: nf_tables: Wrap netdev notifiers
` [nf-next PATCH v5 15/18] netfilter: nf_tables: Handle NETDEV_CHANGENAME events
` [nf-next PATCH v5 16/18] netfilter: nf_tables: Support wildcard netdev hook specs
` [nf-next PATCH v5 17/18] netfilter: nf_tables: Add notications for hook changes
` [nf-next PATCH v5 18/18] selftests: netfilter: Torture nftables netdev hooks

[bug report] netfilter: nf_tables: no size estimation if number of set elements is unknown
 2024-09-26  9:52 UTC 

[RFC PATCH v2 00/12] Socket type control for Landlock
 2024-09-25 18:31 UTC  (7+ messages)
` [RFC PATCH v2 02/12] landlock: Add hook on socket creation

[nf-next PATCH v4 00/16] Dynamic hook interface binding
 2024-09-25 18:17 UTC  (7+ messages)
` [nf-next PATCH v4 15/16] netfilter: nf_tables: Add notications for hook changes

Unsubscribe
 2024-09-25 13:04 UTC 

[PATCH AUTOSEL 6.11 048/244] netfilter: nf_tables: do not remove elements if set backend implements .abort
 2024-09-25 12:20 UTC  (5+ messages)
` [PATCH AUTOSEL 6.11 049/244] netfilter: nf_tables: don't initialize registers in nft_do_chain()

[ANNOUNCE] libnetfilter_conntrack 1.1.0 release
 2024-09-25 12:18 UTC 

[PATCH AUTOSEL 6.6 038/139] netfilter: nf_tables: don't initialize registers in nft_do_chain()
 2024-09-25 12:07 UTC 

[PATCH AUTOSEL 6.10 040/197] netfilter: nf_tables: don't initialize registers in nft_do_chain()
 2024-09-25 11:50 UTC 

[PATCH libnftnl] src: remove scaffolding around deprecated parser functions
 2024-09-25 10:44 UTC 

[PATCH libnetfilter_conntrack] src: remove unused parameter from build functions
 2024-09-25 10:15 UTC 

[PATCH v3] net/bridge: Optimizing read-write locks in ebtables.c
 2024-09-25  7:45 UTC  (5+ 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).