netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-15 16:34:26 to 2020-06-30 16:43:29 UTC [more...]

[PATCH net-next] ipvs: register hooks only with services
 2020-06-30 16:43 UTC  (3+ messages)

[PATCH net-next] ipvs: avoid expiring many connections from timer
 2020-06-30 16:10 UTC  (3+ messages)

[PATCH nf-next 0/5,v2] nftables: support for implicit chains binding
 2020-06-30 10:24 UTC  (7+ messages)
` [PATCH nf-next 1/5] netfilter: nf_tables: add NFTA_RULE_CHAIN_ID attribute
` [PATCH nf-next 2/5] netfilter: nf_tables: add NFTA_VERDICT_CHAIN_ID attribute
` [PATCH nf-next 3/5] netfilter: nf_tables: expose enum nft_chain_flags through UAPI
` [PATCH nf-next 4/5] netfilter: nf_tables: add nft_chain_add()
` [PATCH nf-next 5/5] netfilter: nf_tables: add NFT_CHAIN_BINDING

[PATCH v3 10/20] netfilter: conntrack: Use sequence counter with associated spinlock
 2020-06-30  5:44 UTC  (2+ messages)
  ` [PATCH v3 11/20] netfilter: nft_set_rbtree: Use sequence counter with associated rwlock

[PATCH net] netfilter: ipset: call ip_set_free() instead of kfree()
 2020-06-30  0:04 UTC 

[PATCH ghak124 v3fix] audit: add gfp parameter to audit_log_nfcfg
 2020-06-29 23:23 UTC  (2+ messages)

[PATCH nft WIP] src: support for implicit chain bindings
 2020-06-29 21:14 UTC 

[bug report] audit: log nftables configuration change events
 2020-06-27 17:35 UTC  (2+ messages)

mDNS helper fails to add expectations if host joined 224.0.0.251 multicast group
 2020-06-27 15:00 UTC 

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-06-27 13:20 UTC  (14+ messages)
` [PATCH ghak90 V9 01/13] audit: collect audit task parameters
` [PATCH ghak90 V9 02/13] audit: add container id
` [PATCH ghak90 V9 03/13] audit: read container ID of a process
` [PATCH ghak90 V9 04/13] audit: log drop of contid on exit of last task
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls
` [PATCH ghak90 V9 06/13] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V9 07/13] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 V9 08/13] audit: add containerid support for user records
` [PATCH ghak90 V9 09/13] audit: add containerid filtering
` [PATCH ghak90 V9 10/13] audit: add support for containerid to network namespaces
` [PATCH ghak90 V9 11/13] audit: contid check descendancy and nesting
` [PATCH ghak90 V9 12/13] audit: track container nesting
` [PATCH ghak90 V9 13/13] audit: add capcontid to set contid outside init_user_ns

[PATCH 0/7] Netfilter fixes for net
 2020-06-25 19:59 UTC  (9+ messages)
` [PATCH 1/7] netfilter: ipset: fix unaligned atomic access
` [PATCH 2/7] netfilter: Add MODULE_DESCRIPTION entries to kernel modules
` [PATCH 3/7] netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit helpers
` [PATCH 4/7] netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c
` [PATCH 5/7] netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit helpers
` [PATCH 6/7] netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c
` [PATCH 7/7] selftests: netfilter: add test case for conntrack helper assignment

[PATCH nf-next 0/5] support for anonymous non-base chains in nftables
 2020-06-25 18:35 UTC  (8+ messages)
` [PATCH nf-next 1/5] netfilter: nf_tables: add NFTA_CHAIN_ID attribute
` [PATCH nf-next 2/5] netfilter: nf_tables: add NFTA_RULE_CHAIN_ID attribute
` [PATCH nf-next 3/5] netfilter: nf_tables: add NFTA_VERDICT_CHAIN_ID attribute
` [PATCH nf-next 4/5] netfilter: nf_tables: expose enum nft_chain_flags through UAPI
` [PATCH nf-next 5/5] netfilter: nf_tables: add NFT_CHAIN_ANONYMOUS

[PATCH] [net/ipv6] Remove redundant null check in rt_mt6
 2020-06-25  2:49 UTC 

[PATCH] [net/ipv6] Remove redundant null check in hbh_mt6
 2020-06-25  2:46 UTC 

[PATCH] [net/ipv6] remove redundant null check in frag_mt6
 2020-06-25  2:42 UTC 

[PATCH] [net/ipv6] Remove redundant null check in ah_mt6
 2020-06-25  2:36 UTC 

clean up kernel_{read,write} & friends v5
 2020-06-24 16:13 UTC  (15+ messages)
` [PATCH 01/14] cachefiles: switch to kernel_write
` [PATCH 02/14] autofs: "
` [PATCH 03/14] bpfilter: "
` [PATCH 04/14] fs: unexport __kernel_write
` [PATCH 05/14] fs: check FMODE_WRITE in __kernel_write
` [PATCH 06/14] fs: implement kernel_write using __kernel_write
` [PATCH 07/14] fs: remove __vfs_write
` [PATCH 08/14] fs: don't change the address limit for ->write_iter in __kernel_write
` [PATCH 09/14] fs: add a __kernel_read helper
` [PATCH 10/14] integrity/ima: switch to using __kernel_read
` [PATCH 11/14] fs: implement kernel_read "
` [PATCH 12/14] fs: remove __vfs_read
` [PATCH 13/14] fs: implement default_file_splice_read using __kernel_read
` [PATCH 14/14] fs: don't change the address limit for ->read_iter in __kernel_read

[libnf_ct PATCH v2 1/9] Handle negative snprintf return values properly
 2020-06-24 13:30 UTC  (9+ messages)
` [libnf_ct PATCH v2 2/9] Fix nfexp_snprintf return value docs
` [libnf_ct PATCH v2 3/9] Replace strncpy with snprintf to improve null byte handling
` [libnf_ct PATCH v2 4/9] Fix incorrect snprintf size calculation
` [libnf_ct PATCH v2 5/9] Add ARRAY_SIZE() macro
` [libnf_ct PATCH v2 6/9] Fix buffer overflow on invalid icmp type in setters
` [libnf_ct PATCH v2 7/9] Move icmp request>reply type mapping to common file
` [libnf_ct PATCH v2 8/9] Fix buffer overflow in protocol related snprintf functions
` [libnf_ct PATCH v2 9/9] Fix buffer overflows in __snprintf_protoinfo* like in *2str fns

[PATCH ghak124 v3] audit: log nftables configuration change events
 2020-06-24 13:26 UTC  (6+ messages)

[PATCH v4.10] netfilter: nf_conntrack_h323: lost .data_len definition for Q.931/ipv6
 2020-06-24 12:12 UTC  (2+ messages)

[PATCH nf 1/1] selftests: netfilter: add test case for conntrack helper assignment
 2020-06-24 12:09 UTC  (2+ messages)

[PATCH v3] netfilter: Add MODULE_DESCRIPTION entries to kernel modules
 2020-06-24 12:07 UTC  (2+ messages)

[PATCH v1 0/4] iptables: Module unload causing NULL pointer reference
 2020-06-24 12:05 UTC  (6+ messages)
` [PATCH v1 1/4] netfilter: Split ipt_unregister_table() into pre_exit and exit helpers
` [PATCH v1 2/4] netfilter: Add a .pre_exit hook in all iptable_foo.c
` [PATCH v1 3/4] netfilter: Split ip6t_unregister_table() into pre_exit and exit helpers
` [PATCH v1 4/4] netfilter: Add a .pre_exit hook in all ip6table_foo.c

Various memory-safety related fixes
 2020-06-24 10:58 UTC  (12+ messages)
` [libnf_ct resend PATCH 1/8] Handle negative snprintf return values properly
` [libnf_ct resend PATCH 2/8] Fix nfexp_snprintf return value docs
` [libnf_ct resend PATCH 3/8] Replace strncpy with snprintf to improve null byte handling
` [libnf_ct resend PATCH 4/8] Fix incorrect snprintf size calculation
` [libnf_ct resend PATCH 5/8] Add asizeof() macro
` [libnf_ct resend PATCH 6/8] Fix buffer overflow on invalid icmp type in setters
` [libnf_ct resend PATCH 7/8] Fix buffer overflow in protocol related snprintf functions
` [libnf_ct resend PATCH 8/8] Fix buffer overflows in __snprintf_protoinfo* like in *2str fns

[PATCH iptables] libxtables/xtables.c - compiler warning fixes for NO_SHARED_LIBS
 2020-06-23 23:11 UTC  (2+ messages)

Various memory-safety related fixes
 2020-06-23  3:34 UTC  (3+ messages)
` [libnf_ct PATCH 3/8] Replace strncpy with snprintf to improve null byte handling
` [libnf_ct PATCH 4/8] Fix incorrect snprintf size calculation

[MAINTENANCE] Shutting down FTP services at netfilter.org
 2020-06-23  2:37 UTC  (4+ messages)

Good idea to rename files in include/uapi/ ?
 2020-06-22 18:06 UTC  (7+ messages)

iptables user space performance benchmarks published
 2020-06-22 16:59 UTC  (16+ messages)

KMSAN: uninit-value in hash_net6_add
 2020-06-22 16:26 UTC 

[PATCH] netfilter: Add MODULE_DESCRIPTION entries to kernel modules
 2020-06-22 13:44 UTC  (4+ messages)

[nft PATCH] doc: Document notrack statement
 2020-06-22 13:20 UTC  (2+ messages)

[PATCH] netfiler: ipset: fix unaligned atomic access
 2020-06-22  9:06 UTC  (6+ messages)

[PATCH nft] doc: revisit meta/rt primary expressions and ct statement
 2020-06-22  8:40 UTC 

ebtables: load-on-demand extensions
 2020-06-22  7:41 UTC  (16+ messages)
          ` Expose skb_gso_validate_network_len() [Was: ebtables: load-on-demand extensions]

[PATCH v2] netfilter: Add MODULE_DESCRIPTION entries to kernel modules
 2020-06-21  3:34 UTC  (2+ messages)

[PATCH] linux++, this: rename "struct notifier_block *this"
 2020-06-20 18:16 UTC  (6+ messages)

[PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
 2020-06-19 15:22 UTC  (14+ messages)

Allow dynamic loading of extentions in ebtables (-m option)
 2020-06-19 14:29 UTC  (2+ messages)
` [PATCH] ebtables-nft: introduce '-m <match_ext>' option

KMSAN: uninit-value in hash_ip6_add
 2020-06-18 17:36 UTC 

ipset restore for bitmap:port terrible slow
 2020-06-17 23:36 UTC  (3+ messages)

[PATCH nf-next] nft_set_pipapo: Drop useless assignment of scratch map index on insert
 2020-06-17 20:17 UTC  (4+ messages)

clean up kernel_{read,write} & friends v4
 2020-06-17 14:59 UTC  (8+ messages)
` [PATCH 05/13] fs: check FMODE_WRITE in __kernel_write
` [PATCH 10/13] integrity/ima: switch to using __kernel_read

[iptables PATCH] xtables-translate: don't fail if help was requested
 2020-06-16 12:52 UTC  (3+ messages)

[iptables PATCH] xtables-translate: Use proper clear_cs function
 2020-06-16 11:08 UTC 

[PATCH] ipvs: avoid drop first packet by reusing conntrack
 2020-06-16  8:39 UTC 

[PATCH] ipvs: avoid drop first packet by reusing conntrack
 2020-06-16  8:28 UTC 

[PATCH nft] tests: 0044interval_overlap_0: Repeat insertion tests with timeout
 2020-06-15 22:05 UTC  (2+ messages)

[PATCH nft] tests: shell: Allow wrappers to be passed as nft command
 2020-06-15 22:00 UTC  (2+ messages)

[PATCH nft] tests: Run in separate network namespace, don't break connectivity
 2020-06-15 21:48 UTC  (2+ messages)

[ANNOUNCE] nftables 0.9.6 release
 2020-06-15 20:43 UTC 

[PATCH 0/4] Netfilter fixes for net
 2020-06-15 20:27 UTC  (2+ messages)

[PATCH] netfilter/ipvs: queue delayed work to expire no destination connections if expire_nodest_conn=1
 2020-06-15 19:24 UTC  (3+ messages)

KMSAN: uninit-value in hash_ip6_del
 2020-06-15 16:34 UTC 


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