netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-20 02:39:29 to 2021-10-01 17:45:46 UTC [more...]

[PATCH iptables v2 0/8] extensions: libxt_NFLOG: use nft back-end for iptables-nft
 2021-10-01 17:41 UTC  (9+ messages)
` [PATCH iptables v2 1/8] nft: fix indentation error
` [PATCH iptables v2 2/8] extensions: libxt_NFLOG: use nft built-in logging instead of xt_NFLOG
` [PATCH iptables v2 3/8] extensions: libxt_NFLOG: don't truncate log prefix on print/save
` [PATCH iptables v2 4/8] extensions: libxt_NFLOG: disable `--nflog-range` Python test-cases
` [PATCH iptables v2 5/8] extensions: libxt_NFLOG: fix `--nflog-prefix` "
` [PATCH iptables v2 6/8] extensions: libxt_NFLOG: remove extra space when saving targets with prefixes
` [PATCH iptables v2 7/8] build: replace `AM_PROG_LIBTOOL` and `AC_DISABLE_STATIC` with `LT_INIT`
` [PATCH iptables v2 8/8] tests: iptables-test: correct misspelt variable

In raw prerouting, `iif` matches different interfaces in different kernels when enslaved in a vrf
 2021-10-01 15:19 UTC 

[PATCH v1 net-next 1/1] net: Mark possible unused variables on stack with __maybe_unused
 2021-10-01 14:50 UTC 

[PATCH nf 0/1.5 RFC] netfilter: nat: source port shadowing
 2021-10-01 13:21 UTC  (4+ 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

[PATCH 1/3] extensions: libtxt_NFLOG: use nft built-in logging instead of xt_NFLOG
 2021-09-30 20:04 UTC  (3+ messages)

[PATCH nf-next v5 0/6] Netfilter egress hook
 2021-09-30 19:17 UTC  (22+ messages)
` [PATCH nf-next v5 1/6] netfilter: Rename ingress hook include file
` [PATCH nf-next v5 2/6] netfilter: Generalize "
` [PATCH nf-next v5 3/6] netfilter: nf_tables: move netdev ingress filter chain to nf_tables_netdev.c
` [PATCH nf-next v5 4/6] netfilter: Introduce egress hook
` [PATCH nf-next v5 5/6] af_packet: "
` [PATCH nf-next v5 6/6] netfilter: nf_tables: add egress support

[syzbot] WARNING in __nf_unregister_net_hook (4)
 2021-09-30 17:27 UTC  (2+ messages)

[iptables PATCH v2 00/17] Eliminate dedicated arptables-nft parser
 2021-09-30 14:04 UTC  (18+ messages)
` [iptables PATCH v2 01/17] nft: Introduce builtin_tables_lookup()
` [iptables PATCH v2 02/17] xshared: Store optstring in xtables_globals
` [iptables PATCH v2 03/17] nft-shared: Introduce init_cs family ops callback
` [iptables PATCH v2 04/17] xtables: Simplify addr_mask freeing
` [iptables PATCH v2 05/17] nft: Add family ops callbacks wrapping different nft_cmd_* functions
` [iptables PATCH v2 06/17] xtables-standalone: Drop version number from init errors
` [iptables PATCH v2 07/17] libxtables: Introduce xtables_globals print_help callback
` [iptables PATCH v2 08/17] arptables: Use standard data structures when parsing
` [iptables PATCH v2 09/17] nft-arp: Introduce post_parse callback
` [iptables PATCH v2 10/17] nft-shared: Make nft_check_xt_legacy() family agnostic
` [iptables PATCH v2 11/17] xtables: Derive xtables_globals from family
` [iptables PATCH v2 12/17] nft: Merge xtables-arp-standalone.c into xtables-standalone.c
` [iptables PATCH v2 13/17] xtables: arptables doesn't warn about empty interface
` [iptables PATCH v2 14/17] xtables: arptables accepts but ignores '-m'
` [iptables PATCH v2 15/17] xtables: arptables ignores wrong -t values
` [iptables PATCH v2 16/17] xtables: Support '!' betwen option and argument
` [iptables PATCH v2 17/17] nft: Store maximum allowed chain name length in family ops

[PATCH net 0/5] Netfilter fixes for net
 2021-09-30 13:49 UTC  (10+ messages)
` [PATCH net 1/5] netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1
` [PATCH net 2/5] netfilter: nf_tables: add position handle in event notification
` [PATCH net 3/5] netfilter: nf_tables: reverse order in rule replacement expansion
` [PATCH net 4/5] netfilter: nft_dynset: relax superfluous check on set updates
` [PATCH net 5/5] netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notification

ebtables behaving weirdly on MIPS platform
 2021-09-30 13:02 UTC  (5+ messages)

[syzbot] WARNING: kmalloc bug in hash_netportnet_create
 2021-09-29 17:56 UTC 

[PATCH nft] cache: filter out sets and maps that are not requested
 2021-09-29 16:53 UTC 

[PATCH nft 1/2] cache: finer grain cache population for list commands
 2021-09-29 11:33 UTC  (2+ messages)
` [PATCH nft 2/2] cache: filter out tables that are not requested

[PATCH nft] cache: set on cache flags for nested notation
 2021-09-29  9:24 UTC 

[PATCH] Fix typo in ipset-translate man page
 2021-09-29  8:10 UTC 

[PATCH nft,v2 2/2] evaluate: check for missing transport protocol match in nat map with concatenations
 2021-09-28 22:27 UTC 

[PATCH nft 1/2] evaluate: check for concatenation in set data datatype
 2021-09-28 20:55 UTC  (2+ messages)
` [PATCH nft 2/2] evaluate: check for missing transport protocol match in nat map with concatenations

[PATCH][net-next] netfilter: ebtables: use array_size() helper in copy_{from,to}_user()
 2021-09-28 20:06 UTC 

[PATCH nft] netlink: dynset: set compound expr dtype based on set key definition
 2021-09-28 19:34 UTC 

[PATCH libnetfilter_log v2] src: doc: revise doxygen for all other modules
 2021-09-28 18:52 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in nf_tables_fill_table_info
 2021-09-28 12:19 UTC 

[PATCH nft] payload: don't adjust offsets of autogenerated dependency expressions
 2021-09-28 12:16 UTC 

[PATCH nf] netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1
 2021-09-28 11:05 UTC  (2+ messages)

[PATCH conntrack-tools v2] conntrack.8: minor copy edit
 2021-09-28 10:54 UTC  (2+ messages)

[PATCH libnetfilter_log 0/2] utils: nfulnl_test: Test nflog_get_packet_hw
 2021-09-28 10:50 UTC  (5+ 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 libnetfilter_queue v4 0/1] build: doc: Allow to specify whether to produce man pages, html, neither or both
 2021-09-28 10:21 UTC  (3+ messages)
` [PATCH libnetfilter_queue v4 1/1] "

[PATCH v2 1/1] xt_ECHO, xt_TARPIT: make properly conditional on IPv6
 2021-09-28  9:43 UTC  (2+ messages)

[PATCH libnetfilter_log v2] build: doc: `make` generates requested documentation
 2021-09-28  2:28 UTC 

[PATCH libnetfilter_queue v3 1/4] src: doc: revise doxygen for all other modules
 2021-09-28  0:57 UTC  (5+ 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 conntrack-tools] conntrack.8: minor copy edit
 2021-09-27 15:06 UTC 

[iptables PATCH 00/12] Eliminate dedicated arptables-nft parser
 2021-09-27 15:03 UTC  (13+ messages)
` [iptables PATCH 01/12] nft: Introduce builtin_tables_lookup()
` [iptables PATCH 02/12] xshared: Store optstring in xtables_globals
` [iptables PATCH 03/12] nft-shared: Introduce init_cs family ops callback
` [iptables PATCH 04/12] xtables: Simplify addr_mask freeing
` [iptables PATCH 05/12] nft: Add family ops callbacks wrapping different nft_cmd_* functions
` [iptables PATCH 06/12] xtables-standalone: Drop version number from init errors
` [iptables PATCH 07/12] libxtables: Introduce xtables_globals print_help callback
` [iptables PATCH 08/12] arptables: Use standard data structures when parsing
` [iptables PATCH 09/12] nft-arp: Introduce post_parse callback
` [iptables PATCH 10/12] nft-shared: Make nft_check_xt_legacy() family agnostic
` [iptables PATCH 11/12] xtables: Derive xtables_globals from family
` [iptables PATCH 12/12] nft: Merge xtables-arp-standalone.c into xtables-standalone.c

[conntrack-tools 0/6] Build fixes
 2021-09-27  8:33 UTC  (10+ 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

[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 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 

[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

[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 nf] netfilter: conntrack: serialize hash resizes and cleanups
 2021-09-21  1:51 UTC  (2+ messages)

[PATCH nf 0/2] netfilter: nf_nat_masquerade: don't block rtnl lock
 2021-09-21  1:48 UTC  (2+ messages)

[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  (3+ 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  (2+ messages)
` [RESEND PATCH net-next v7 2/3] net: netfilter: "


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