messages from 2021-04-21 07:51:44 to 2021-05-07 23:20:14 UTC [more...]
[PATCH net 0/8] Netfilter fixes for net
2021-05-07 23:20 UTC (10+ messages)
` [PATCH net 1/8] netfilter: xt_SECMARK: add new revision to fix structure layout
` [PATCH net 2/8] netfilter: arptables: use pernet ops struct during unregister
` [PATCH net 3/8] netfilter: nfnetlink: add a missing rcu_read_unlock()
` [PATCH net 4/8] netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL check
` [PATCH net 5/8] netfilter: remove BUG_ON() after skb_header_pointer()
` [PATCH net 6/8] netfilter: nftables: Fix a memleak from userdata error path in new objects
` [PATCH net 7/8] netfilter: nftables: avoid overflows in nft_hash_buckets()
` [PATCH net 8/8] netfilter: nftables: avoid potential overflows on 32bit arches
nft_pipapo_avx2_lookup backtrace in linux 5.10
2021-05-07 11:12 UTC (5+ messages)
[PATCH net 2/2] netfilter: nf_tables: avoid potential overflows on 32bit arches
2021-05-07 7:59 UTC (2+ messages)
[PATCH net 1/2] netfilter: nf_tables: avoid overflows in nft_hash_buckets()
2021-05-07 7:59 UTC (2+ messages)
[PATCH nft 0/2] Fix display of < 64 bits IPv6 masks in concatenated elements
2021-05-06 11:18 UTC (6+ messages)
` [PATCH nft 1/2] segtree: Fix range_mask_len() for subnet ranges exceeding unsigned int
` [PATCH nft 2/2] tests: Introduce 0043_concatenated_ranges_1 for subnets of different sizes
[nft PATCH] doc: Reduce size of NAT statement synopsis
2021-05-06 8:44 UTC
[PATCH] Avoid potentially erroneos RST drop
2021-05-06 7:33 UTC (3+ messages)
[PATCH] netfilter: nf_conntrack: Add conntrack helper for ESP/IPsec
2021-05-06 2:59 UTC (10+ messages)
` [PATCH v3] "
[PATCH] ipv6: netfilter.c: fix missing line after declaration
2021-05-05 22:41 UTC (2+ messages)
[PATCH nf,v2] netfilter: remove BUG_ON() after skb_header_pointer()
2021-05-05 21:50 UTC
[PATCH nf] netfilter: nftables: Fix a memleak from userdata error path in new objects
2021-05-05 21:43 UTC
[PATCH nf] netfilter: remove BUG_ON() after skb_header_pointer()
2021-05-05 20:59 UTC
[PATCH nf] netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL check
2021-05-05 20:45 UTC
[nft PATCH 1/3] scanner: sctp: Move to own scope
2021-05-05 20:30 UTC (5+ messages)
` [nft PATCH 2/3] json: Simplify non-tcpopt exthdr printing a bit
` [nft PATCH 3/3] exthdr: Implement SCTP Chunk matching
[PATCH net] netfilter: nfnetlink: add a missing rcu_read_unlock()
2021-05-05 15:25 UTC (2+ messages)
[iptables PATCH 1/2] extensions: sctp: Fix nftables translation
2021-05-04 17:02 UTC (2+ messages)
` [iptables PATCH 2/2] extensions: sctp: Translate --chunk-types option
[net-next PATCH] net: netfilter: nft_exthdr: Support SCTP chunks
2021-05-04 15:54 UTC
[PATCH nf] netfilter: conntrack: unregister ipv4 sockopts on error unwind
2021-05-04 14:40 UTC
[syzbot] memory leak in nf_hook_entries_grow (2)
2021-05-04 8:25 UTC (3+ messages)
[PATCH] Avoid potentially erroneos RST check
2021-05-04 6:55 UTC (6+ messages)
[PATCH RFC libnetfilter_queue 0/1] Eliminate packet copy when constructing struct pkt_buff
2021-05-04 2:50 UTC (3+ messages)
` [PATCH RFC libnetfilter_queue 1/1] "
[net-next PATCH v2] netfilter: xt_SECMARK: add new revision to fix structure layout
2021-05-03 21:01 UTC (2+ messages)
[PATCH nf] netfilter: arptables: use pernet ops struct during unregister
2021-05-03 21:00 UTC (2+ messages)
conntrackd inverted NAT address, endianness issue?
2021-05-03 20:56 UTC
[PATCH v4 0/5] conntrack: save output format
2021-05-03 20:42 UTC (2+ messages)
[PATCH conntrack-tools] conntrack: release options after parsing
2021-05-03 20:34 UTC
[syzbot] upstream test error: WARNING in __nf_unregister_net_hook
2021-05-03 20:13 UTC (2+ messages)
[syzbot] net test error: WARNING in __nf_unregister_net_hook
2021-05-03 20:13 UTC (2+ messages)
[syzbot] bpf test error: WARNING in __nf_unregister_net_hook
2021-05-03 20:12 UTC (2+ messages)
[syzbot] bpf-next test error: WARNING in __nf_unregister_net_hook
2021-05-03 10:52 UTC (2+ messages)
[syzbot] linux-next test error: WARNING in __nf_unregister_net_hook
2021-05-03 10:50 UTC (2+ messages)
Now have make distcheck passing with doxygen enabled
2021-05-02 21:45 UTC (11+ messages)
` [PATCH libnetfilter_queue 1/1] build: doc: `make distcheck` passes "
` [PATCH libnetfilter_queue v2] "
[PATCH nft] parser: allow to load stateful ct connlimit elements in sets
2021-05-02 21:34 UTC (2+ messages)
[iptables PATCH v2] extensions: SECMARK: Implement revision 1
2021-04-30 12:02 UTC
[net-next PATCH] netfilter: xt_SECMARK: add new revision to fix structure layout
2021-04-30 10:23 UTC (4+ messages)
[PATCH] netfilter: Remove redundant assignment to ret
2021-04-30 9:25 UTC
[PATCH nft 00/18] cache updates,v2
2021-04-29 23:42 UTC (19+ messages)
` [PATCH nft 01/18] tests: shell: remove missing modules
` [PATCH nft 02/18] src: unbreak deletion by table handle
` [PATCH nft 03/18] rule: skip fuzzy lookup for unexisting 64-bit handle
` [PATCH nft 04/18] src: pass chain name to chain_cache_find()
` [PATCH nft 05/18] src: consolidate nft_cache infrastructure
` [PATCH nft 06/18] src: consolidate object cache infrastructure
` [PATCH nft 07/18] cache: add hashtable cache for object
` [PATCH nft 08/18] cache: add hashtable cache for flowtable
` [PATCH nft 09/18] cache: add set_cache_del() and use it
` [PATCH nft 10/18] evaluate: add set to the cache
` [PATCH nft 11/18] evaluate: add flowtable "
` [PATCH nft 12/18] cache: missing table cache for several policy objects
` [PATCH nft 13/18] evaluate: add object to the cache
` [PATCH nft 14/18] cache: add hashtable cache for table
` [PATCH nft 15/18] evaluate: remove chain from cache on delete chain command
` [PATCH nft 16/18] evaluate: remove set from cache on delete set command
` [PATCH nft 17/18] evaluate: remove flowtable from cache on delete flowtable command
` [PATCH nft 18/18] evaluate: remove object from cache on delete object command
[PATCH net-next] netfilter: x_tables: improve limit_mt scalability
2021-04-29 16:26 UTC
[iptables PATCH] extensions: SECMARK: Implement revision 1
2021-04-29 13:39 UTC
[iptables PATCH] extensions: sctp: Explain match types in man page
2021-04-29 11:05 UTC
[iptables PATCH 0/5] Merge some common code
2021-04-28 17:36 UTC (6+ messages)
` [iptables PATCH 1/5] xtables: Make invflags 16bit wide
` [iptables PATCH 2/5] xshared: Eliminate iptables_command_state->invert
` [iptables PATCH 3/5] xshared: Merge invflags handling code
` [iptables PATCH 4/5] ebtables-translate: Use shared ebt_get_current_chain() function
` [iptables PATCH 5/5] Use proto_to_name() from xshared in more places
[PATCH] Don't drop out of segments RST if tcp_be_liberal is set
2021-04-28 13:09 UTC
[PATCH net-next 0/7] Netfilter updates for net-next
2021-04-27 22:40 UTC (9+ messages)
` [PATCH net-next 1/7] netfilter: nftables: rename set element data activation/deactivation functions
` [PATCH net-next 2/7] netfilter: nftables: add loop check helper function
` [PATCH net-next 3/7] netfilter: nftables: add helper function to flush set elements
` [PATCH net-next 4/7] netfilter: nftables: add helper function to validate set element data
` [PATCH net-next 5/7] netfilter: nftables: add catch-all set element support
` [PATCH net-next 6/7] netfilter: nft_socket: fix an unused variable warning
` [PATCH net-next 7/7] netfilter: nft_socket: fix build with CONFIG_SOCK_CGROUP_DATA=n
[PATCH 1/2] netfilter: nft_socket: fix an unused variable warning
2021-04-27 20:36 UTC (4+ messages)
` [PATCH 2/2] netfilter: nft_socket: fix build with CONFIG_SOCK_CGROUP_DATA=n
[PATCH nf-next 1/5, v2] netfilter: nftables: rename set element data activation/deactivation functions
2021-04-27 16:10 UTC (5+ messages)
` [PATCH nf-next 2/5,v2] netfilter: nftables: add loop check helper function
` [PATCH nf-next 3/5,v2] netfilter: nftables: add helper function to flush set elements
` [PATCH nf-next 4/5] netfilter: nftables: add helper function to validate set element data
` [PATCH nf-next 5/5,v4] netfilter: nftables: add catch-all set element support
[iptables PATCH 0/2] Drop use of some obsolete functions
2021-04-27 10:42 UTC (3+ messages)
` [iptables PATCH 1/2] Eliminate inet_aton() and inet_ntoa()
` [iptables PATCH 2/2] nft-arp: Make use of ipv4_addr_to_string()
[PATCH net-next 00/22] Netfilter updates for net-next
2021-04-26 19:53 UTC (24+ messages)
` [PATCH net-next 01/22] netfilter: nat: move nf_xfrm_me_harder to where it is used
` [PATCH net-next 02/22] netfilter: nft_socket: add support for cgroupsv2
` [PATCH net-next 03/22] netfilter: disable defrag once its no longer needed
` [PATCH net-next 04/22] netfilter: ebtables: remove the 3 ebtables pointers from struct net
` [PATCH net-next 05/22] netfilter: x_tables: remove ipt_unregister_table
` [PATCH net-next 06/22] netfilter: x_tables: add xt_find_table
` [PATCH net-next 07/22] netfilter: iptables: unregister the tables by name
` [PATCH net-next 08/22] netfilter: ip6tables: "
` [PATCH net-next 09/22] netfilter: arptables: "
` [PATCH net-next 10/22] netfilter: x_tables: remove paranoia tests
` [PATCH net-next 11/22] netfilter: xt_nat: pass table to hookfn
` [PATCH net-next 12/22] netfilter: ip_tables: pass table pointer via nf_hook_ops
` [PATCH net-next 13/22] netfilter: arp_tables: "
` [PATCH net-next 14/22] netfilter: ip6_tables: "
` [PATCH net-next 15/22] netfilter: remove all xt_table anchors from struct net
` [PATCH net-next 16/22] netfilter: nf_log_syslog: Unset bridge logger in pernet exit
` [PATCH net-next 17/22] netfilter: nftables: add nft_pernet() helper function
` [PATCH net-next 18/22] netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks
` [PATCH net-next 19/22] netfilter: nfnetlink: pass struct nfnl_info to rcu callbacks
` [PATCH net-next 20/22] netfilter: nfnetlink: pass struct nfnl_info to batch callbacks
` [PATCH net-next 21/22] netfilter: nfnetlink: consolidate callback types
` [PATCH net-next 22/22] netfilter: allow to turn off xtables compat layer
[PATCH nf-next] netfilter: allow to turn off xtables compat layer
2021-04-26 15:38 UTC (5+ messages)
[nf-next:for-net-next 25/25] net/netfilter/nf_tables_api.c:4448:22: warning: variable 'ext' set but not used
2021-04-26 15:19 UTC
[PATCH] net: netfilter: Add RFC-7597 Section 5.1 PSID support
2021-04-26 12:23 UTC (2+ messages)
RSTs being marked as invalid because of wrong td_maxack value
2021-04-26 10:11 UTC (4+ messages)
[PATCH] netfilter: nf_log_syslog: Unset bridge logger in pernet exit
2021-04-26 1:25 UTC (3+ messages)
[PATCH nf-next v2 00/12] netfilter: x_tables: remove ipt_unregister_table
2021-04-26 1:24 UTC (3+ messages)
` [PATCH nf-next v2 11/12] netfilter: ip6_tables: pass table pointer via nf_hook_ops
[PATCH v2 nf-next] netfilter: disable defrag once its no longer needed
2021-04-26 1:24 UTC (2+ messages)
[PATCH nf-next] netfilter: nat: move nf_xfrm_me_harder to where it is used
2021-04-26 1:21 UTC (2+ messages)
[PATCH nf-next 1/4] netfilter: nftables: rename set element data activation/deactivation functions
2021-04-26 1:14 UTC (4+ messages)
` [PATCH nf-next 2/4] netfilter: nftables: add loop check helper function
` [PATCH nf-next 3/4] netfilter: nftables: add helper function to flush set elements
` [PATCH nf-next 4/4,v3] netfilter: nftables: add catch-all set element support
[PATCH nf-next,v2] netfilter: nftables: add catch-all set element support
2021-04-24 23:21 UTC
[PATCH nf-next] netfilter: nftables: add catch-all set element support
2021-04-23 21:42 UTC
[PATCH nf-next 0/5] nfnetlink housekeeping
2021-04-22 22:17 UTC (6+ messages)
` [PATCH nf-next 1/5] netfilter: nftables: add nft_pernet() helper function
` [PATCH nf-next 2/5] netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks
` [PATCH nf-next 3/5] netfilter: nfnetlink: pass struct nfnl_info to rcu callbacks
` [PATCH nf-next 4/5] netfilter: nfnetlink: pass struct nfnl_info to batch callbacks
` [PATCH nf-next 5/5] netfilter: nfnetlink: consolidate callback types
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).