netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-11 09:29:07 to 2020-06-24 16:15:11 UTC [more...]

clean up kernel_{read,write} & friends v5
 2020-06-24 16:13 UTC  (10+ messages)
` [PATCH 01/14] cachefiles: switch to 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  (13+ 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 net-next] ipvs: register hooks only with services
 2020-06-21 15:40 UTC 

[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 net-next] ipvs: avoid expiring many connections from timer
 2020-06-20 10:03 UTC 

[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  (21+ messages)
` [PATCH 01/13] cachefiles: switch to kernel_write
` [PATCH 02/13] autofs: "
` [PATCH 03/13] bpfilter: "
` [PATCH 04/13] fs: unexport __kernel_write
` [PATCH 05/13] fs: check FMODE_WRITE in __kernel_write
` [PATCH 06/13] fs: implement kernel_write using __kernel_write
` [PATCH 07/13] fs: remove __vfs_write
` [PATCH 08/13] fs: don't change the address limit for ->write_iter in __kernel_write
` [PATCH 09/13] fs: add a __kernel_read helper
` [PATCH 10/13] integrity/ima: switch to using __kernel_read
` [PATCH 11/13] fs: implement kernel_read "
` [PATCH 12/13] fs: remove __vfs_read
` [PATCH 13/13] fs: don't change the address limit for ->read_iter in __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  (5+ 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  (6+ messages)
` [PATCH 1/4] netfilter: nft_set_rbtree: Don't account for expired elements on insertion
` [PATCH 2/4] netfilter: nft_set_pipapo: Disable preemption before getting per-CPU pointer
` [PATCH 3/4] netfilter: ctnetlink: memleak in filter initialization error path
` [PATCH 4/4] netfilter: nf_tables: hook list memleak in flowtable deletion

[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 

[(RFC) PATCH ] NULL pointer dereference on rmmod iptable_mangle
 2020-06-15 16:21 UTC  (6+ messages)

[PATCH nft] tests: shell: Drop redefinition of DIFF variable
 2020-06-15 14:36 UTC  (7+ messages)

[PATCH] ipvs: avoid drop first packet by reusing conntrack
 2020-06-15 14:35 UTC 

[PATCH nft] tests: shell: Avoid breaking basic connectivity when run
 2020-06-14 21:43 UTC  (5+ messages)

Vim Syntax for NFTABLES -- Beta
 2020-06-13 20:29 UTC 

Extensions for ICMP[6] with sport, dport
 2020-06-12 18:42 UTC  (5+ messages)

[PATCH nf,v2] netfilter: nf_tables: hook list memleak in flowtable deletion
 2020-06-12 16:35 UTC 

[PATCH] ipvs: avoid drop first packet to reuse conntrack
 2020-06-12 13:59 UTC 

[ANNOUNCE] libnetfilter_queue 1.0.5 release
 2020-06-12 11:56 UTC  (4+ messages)

[PATCH nf-next 2/2] netfilter: nft: add support of reject verdict from ingress
 2020-06-12  8:34 UTC  (3+ messages)

[PATCH] ipvs: avoid drop first packet to reuse conntrack
 2020-06-11 18:27 UTC  (2+ messages)

[PATCH] ipvs: avoid drop first packet to reuse conntrack
 2020-06-11 10:01 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).