netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-09 05:19:27 to 2021-09-27 07:32:30 UTC [more...]

[iptables PATCH 0/4] nft: Fix and improve base chain handling
 2021-09-27  7:32 UTC  (6+ messages)
` [iptables PATCH 1/4] nft: cache: Avoid double free of unrecognized base-chains
` [iptables PATCH 2/4] nft: Check base-chain compatibility when adding to cache
` [iptables PATCH 3/4] nft-chain: Introduce base_slot field
` [iptables PATCH 4/4] nft: Delete builtin chains compatibly

[PATCH libnetfilter_queue v3 1/4] src: doc: revise doxygen for all other modules
 2021-09-27  3:53 UTC  (4+ messages)
` [PATCH libnetfilter_queue v3 2/4] src: doc: Insert SYNOPSIS sections for man pages
` [PATCH libnetfilter_queue v3 3/4] src: doc: Add \return for nflog_get_packet_hw()
` [PATCH libnetfilter_queue v3 4/4] src: doc: Document nflog_callback_register() and nflog_handle_packet()

[PATCH v2 1/1] xt_ECHO, xt_TARPIT: make properly conditional on IPv6
 2021-09-26 19:57 UTC 

[PATCH 1/1] xt_ECHO, xt_TARPIT: make properly conditional on IPv6
 2021-09-26 19:22 UTC 

[PATCH nf,v2] netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notification
 2021-09-26 11:22 UTC 

[PATCH nft] monitor: honor NLM_F_EXCL netlink flag
 2021-09-26 10:50 UTC 

[PATCH nf] netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notification
 2021-09-26 10:49 UTC 

[PATCH iptables] xtables-translate: add missing argument and option to usage
 2021-09-26  9:34 UTC  (2+ messages)

[PATCH nft] evaluate: provide a hint on missing dynamic flag
 2021-09-25 20:46 UTC 

[PATCH 1/3] monitor: display rule position handle
 2021-09-25 20:45 UTC  (3+ messages)
` [PATCH 2/3] monitor: honor NLM_F_APPEND flag for rules
` [PATCH 3/3] tests: monitor: update insert and replace commands

[PATCH nf] netfilter: nft_dynset: relax superfluous check on set updates
 2021-09-25 20:40 UTC 

[conntrack-tools 0/6] Build fixes
 2021-09-25 17:29 UTC  (9+ messages)
` [conntrack-tools 1/6] build: remove commented-out macros from configure.ac
` [conntrack-tools 2/6] build: quote AC_INIT arguments
` [conntrack-tools 3/6] build: replace `AM_PROG_LIBTOOL` and `AC_DISABLE_STATIC` with `LT_INIT`
` [conntrack-tools 4/6] build: remove yacc-generated header from EXTRA_DIST
` [conntrack-tools 5/6] build: clean yacc- and lex-generated files with maintainer-clean
` [conntrack-tools 6/6] build: fix dependency-tracking of yacc-generated header

[PATCH net 00/15] Netfilter/IPVS fixes for net
 2021-09-25  3:40 UTC  (17+ messages)
` [PATCH net 01/15] netfilter: ipset: Fix oversized kvmalloc() calls
` [PATCH net 02/15] ipvs: check that ip_vs_conn_tab_bits is between 8 and 20
` [PATCH net 03/15] netfilter: ip6_tables: zero-initialize fragment offset
` [PATCH net 04/15] netfilter: conntrack: make max chain length random
` [PATCH net 05/15] netfilter: conntrack: include zone id in tuple hash again
` [PATCH net 06/15] netfilter: nat: include zone id in nat table "
` [PATCH net 07/15] selftests: netfilter: add selftest for directional zone support
` [PATCH net 08/15] selftests: netfilter: add zone stress test with colliding tuples
` [PATCH net 09/15] netfilter: nf_tables: unlink table before deleting it
` [PATCH net 10/15] netfilter: nf_tables: Fix oversized kvmalloc() calls
` [PATCH net 11/15] netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic
` [PATCH net 12/15] netfilter: nf_nat_masquerade: defer conntrack walk to work queue
` [PATCH net 13/15] netfilter: iptable_raw: drop bogus net_init annotation
` [PATCH net 14/15] netfilter: log: work around missing softdep backend module
` [PATCH net 15/15] netfilter: conntrack: serialize hash resizes and cleanups

[syzbot] general protection fault in nf_tables_dump_tables
 2021-09-25  0:07 UTC 

[PATCH nf,v3 1/2] netfilter: nf_tables: add position handle in event notification
 2021-09-24 23:46 UTC  (2+ messages)
` [PATCH nf 2/2] netfilter: nf_tables: reverse order in rule replacement expansion

[PATCH v29 07/28] LSM: Use lsmblob in security_secctx_to_secid
 2021-09-24 17:54 UTC  (5+ messages)
` [PATCH v29 08/28] LSM: Use lsmblob in security_secid_to_secctx
` [PATCH v29 15/28] LSM: Ensure the correct LSM context releaser
` [PATCH v29 16/28] LSM: Use lsmcontext in security_secid_to_secctx
` [PATCH v29 18/28] LSM: security_secid_to_secctx in netlink netfilter

[PATCH libnetfilter_queue v4 0/1] build: doc: Allow to specify whether to produce man pages, html, neither or both
 2021-09-24  5:32 UTC  (2+ messages)
` [PATCH libnetfilter_queue v4 1/1] "

[PATCH nf] netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1
 2021-09-23 14:44 UTC 

[PATCH nf 0/1.5 RFC] netfilter: nat: source port shadowing
 2021-09-23 13:12 UTC  (3+ messages)
` [PATCH nf 1/2] selftests: nft_nat: add udp hole punch test case
` [PATCH RFC 2/2] netfilter: nf_nat: don't allow source ports that shadow local port

[iptables PATCH] tests: iptables-test: Fix conditional colors on stderr
 2021-09-22 11:39 UTC 

[PATCH libnetfilter_log] src: doc: revise doxygen for all other modules
 2021-09-22  8:17 UTC  (2+ messages)

[PATCH libnetfilter_log 0/2] utils: nfulnl_test: Test nflog_get_packet_hw
 2021-09-21  8:53 UTC  (3+ messages)
` [PATCH libnetfilter_log 1/2] utils: nfulnl_test: Agree with man pages
` [PATCH libnetfilter_log 2/2] utils: nfulnl_test: Add rather extensive test of nflog_get_packet_hw()

[PATCH nf] netfilter: conntrack: serialize hash resizes and cleanups
 2021-09-21  1:51 UTC  (3+ messages)

[PATCH nf 0/2] netfilter: nf_nat_masquerade: don't block rtnl lock
 2021-09-21  1:48 UTC  (4+ messages)
` [PATCH nf 1/2] netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic
` [PATCH nf 2/2] netfilter: nf_nat_masquerade: defer conntrack walk to work queue

[PATCH nf] netfilter: iptable_raw: drop bogus net_init annotation
 2021-09-21  1:51 UTC  (2+ messages)

[PATCH nf 0/5] netfilter: conntrack: make zone id part of conntrack hash
 2021-09-21  1:47 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in nft_table_lookup (2)
 2021-09-21  1:47 UTC  (3+ messages)
` [PATCH nf] netfilter: nf_tables: unlink table before deleting it

[PATCH net v6 0/2] Fix port selection of FTP for NF_NAT_RANGE_PROTO_SPECIFIED
 2021-09-20 20:44 UTC  (3+ messages)
` [PATCH net v6 1/2] net: netfilter: Limit the number of ftp helper port attempts
` [PATCH net v6 2/2] net: netfilter: Fix port selection of FTP for NF_NAT_RANGE_PROTO_SPECIFIED

[PATCH nft,v2 2/2] monitor: honor NLM_F_APPEND flag for rules
 2021-09-20 23:19 UTC 

[PATCH nft 1/2] monitor: display rule position handle
 2021-09-20 22:54 UTC  (2+ messages)
` [PATCH nft 2/2] monitor: honor NLM_F_APPEND flag

[PATCH nf,v2] netfilter: nf_tables: add position handle in event notification
 2021-09-20 22:37 UTC 

[PATCH nf] netfilter: nf_tables: add position handle in event notification
 2021-09-20 18:00 UTC 

[PATCH libnetfilter_log] src: make nflog_open_nfnl() static
 2021-09-20 11:48 UTC  (2+ messages)

[PATCH libnetfilter_log] utils: nfulnl_test: Print meaningful error messages
 2021-09-20 11:46 UTC  (2+ messages)

[PATCH libnetfilter_queue] src: build: Stop build_man.sh from deleting short Detailed Descriptions
 2021-09-20 11:39 UTC  (2+ messages)

[PATCH libnetfilter_log v3] src: doc: revise doxygen for module "Netlink message helper functions"
 2021-09-20 11:39 UTC  (2+ messages)

[PATCH] libnetfilter_queue: src/nlmsg.c: SECCTX can be of any length
 2021-09-20 11:26 UTC  (2+ messages)

[syzbot] WARNING in __percpu_ref_exit (2)
 2021-09-20  8:15 UTC  (5+ messages)

[PATCH net v5 0/2] Fix port selection of FTP for NF_NAT_RANGE_PROTO_SPECIFIED
 2021-09-20  7:23 UTC  (7+ messages)
` [PATCH net v5 1/2] net: netfilter: Limit the number of ftp helper port attempts
` [PATCH net v5 2/2] net: netfilter: Fix port selection of FTP for NF_NAT_RANGE_PROTO_SPECIFIED

[RESEND PATCH net-next v4] extensions: masquerade: Add RFC-7597 section 5.1 PSID support
 2021-09-20  3:24 UTC 

[RESEND PATCH net-next v7 0/3] Add RFC-7597 Section 5.1 PSID support
 2021-09-20  2:38 UTC  (4+ messages)
` [RESEND PATCH net-next v7 1/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support xtables API
` [RESEND PATCH net-next v7 2/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support
` [RESEND PATCH net-next v7 3/3] selftests: netfilter: Add RFC-7597 Section 5.1 PSID selftests

[PATCH ulogd] NFLOG: fix seq global flag setting
 2021-09-17 22:09 UTC 

[PATCH ulogd] XML: support nflog pkt output
 2021-09-17 22:08 UTC 

[RFC PATCH libnetfilter_log] src: support conntrack XML output
 2021-09-17 22:02 UTC 

[xtables-addons] xt_ipp2p: add ipv6 module alias
 2021-09-17 17:02 UTC  (6+ messages)

[PATCH nf] netfilter: log: work around missing softdep backend module
 2021-09-17 16:50 UTC 

[PATCH net v4] net: netfilter: Fix port selection of FTP for NF_NAT_RANGE_PROTO_SPECIFIED
 2021-09-17 14:04 UTC  (4+ messages)

[syzbot] general protection fault in nf_tables_dump_rules
 2021-09-17  6:42 UTC 

[PATCH libnetfilter_log v2] src: doc: revise doxygen for all other modules
 2021-09-17  4:43 UTC 

[PATCH net-next 09/10] netfilter: x_tables: never register tables by default
 2021-09-16 15:59 UTC  (8+ messages)

list vmap counter errot
 2021-09-16 12:01 UTC  (3+ messages)

[PATCH nft] netlink: reset temporary set element stmt list after list splice
 2021-09-16 11:58 UTC 

[PATCH nft,v2] doc: fix sinopsis of named counter, quota and ct {helper,timeout,expect}
 2021-09-16 10:53 UTC  (3+ messages)

[PATCH nft] doc: fix sinopsis of named counter, quota and ct {helper,timeout,expect}
 2021-09-16 10:39 UTC 

[iptables PATCH] ebtables: Avoid dropping policy when flushing
 2021-09-15 16:33 UTC  (2+ messages)

Python bindings crash when more than one Nftables is instantiated
 2021-09-15 15:04 UTC  (2+ messages)

[PATCH nf] netfilter: ip6_tables: zero-initialize fragment offset
 2021-09-15 15:01 UTC  (4+ messages)

[PATCH nf-next v4 0/5] Netfilter egress hook
 2021-09-15  9:45 UTC  (5+ messages)
` [PATCH nf-next v4 4/5] netfilter: Introduce "

[PATCH net v3] net: netfilter: Fix port selection of FTP for NF_NAT_RANGE_PROTO_SPECIFIED
 2021-09-15  8:47 UTC  (2+ messages)

[PATCH nft] src: revert hashtable for expression handlers
 2021-09-14 23:09 UTC 

[xtables-addons] xt_ipp2p: fix compatibility with pre-5.1 kernels
 2021-09-14 13:32 UTC  (3+ messages)

[PATCH iptables] iptables-test.py: print with color escapes only when stdout isatty
 2021-09-14 11:49 UTC  (9+ messages)

[PATCH nf] ipvs: check that ip_vs_conn_tab_bits is between 8 and 20
 2021-09-13 22:57 UTC  (4+ messages)

[PATCH 1/1] netfilter: ipset: Fix oversized kvmalloc() calls
 2021-09-13 22:50 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: Fix oversized kvmalloc() calls
 2021-09-13 18:38 UTC 

[xtables-addons 0/4] IPv6 support for xt_ipp2p
 2021-09-13 17:19 UTC  (7+ messages)
` [xtables-addons 1/4] xt_ipp2p: don't search haystack if it's empty
` [xtables-addons 2/4] xt_ipp2p: move the protocol-specific code out into separate functions
` [xtables-addons 3/4] xt_ipp2p: move result printing code "
` [xtables-addons 4/4] xt_ipp2p: add ipv6 support

[syzbot] WARNING: kmalloc bug in hash_ipportip_create
 2021-09-13 16:29 UTC 

[PATCH iptabes-nft] iptables-nft: allow removal of empty builtin chains
 2021-09-13 16:02 UTC  (4+ messages)

[PATCH 5.10.y 0/3] netfilter: nf_tables fixes for 5.10.y
 2021-09-11 12:06 UTC  (7+ messages)
` [PATCH 5.10.y 1/3] netfilter: nftables: avoid potential overflows on 32bit arches
` [PATCH 5.10.y 2/3] netfilter: nf_tables: initialize set before expression setup
` [PATCH 5.10.y 3/3] netfilter: nftables: clone set element expression template

module ipp2p (xtables) for ip6tables? No such file or directory
 2021-09-11 11:00 UTC  (2+ messages)

[syzbot] general protection fault in nft_set_elem_expr_alloc
 2021-09-09 14:05 UTC  (5+ messages)

[PATCH AUTOSEL 5.10 124/176] net: Fix offloading indirect devices dependency on qdisc order creation
 2021-09-09 11:50 UTC 

[PATCH AUTOSEL 5.13 082/219] netfilter: nft_compat: use nfnetlink_unicast()
 2021-09-09 11:45 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 156/219] net: Fix offloading indirect devices dependency on qdisc order creation

[PATCH AUTOSEL 5.14 096/252] netfilter: nft_compat: use nfnetlink_unicast()
 2021-09-09 11:39 UTC  (2+ messages)
` [PATCH AUTOSEL 5.14 176/252] net: Fix offloading indirect devices dependency on qdisc order creation

[syzbot] WARNING: kmalloc bug in hash_ipport_create
 2021-09-09 10:32 UTC  (2+ 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).