netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-19 09:52:35 to 2020-03-30 13:47:25 UTC [more...]

[PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
 2020-03-30 13:47 UTC  (28+ messages)

[PATCH nf-next] ipvs: fix uninitialized variable warning
 2020-03-30  7:11 UTC  (2+ messages)

Request for catalog and price list
 2020-03-30  4:13 UTC 

[PATCH 00/26] Netfilter/IPVS updates for net-next
 2020-03-30  0:37 UTC  (27+ messages)
` [PATCH 01/26] netfilter: nf_tables: move nft_expr_clone() to nf_tables_api.c
` [PATCH 02/26] netfilter: nf_tables: pass context to nft_set_destroy()
` [PATCH 03/26] netfilter: nf_tables: allow to specify stateful expression in set definition
` [PATCH 04/26] netfilter: nf_tables: fix double-free on set expression from the error path
` [PATCH 05/26] netfilter: nf_tables: add nft_set_elem_expr_destroy() and use it
` [PATCH 06/26] netfilter: flowtable: fix NULL pointer dereference in tunnel offload support
` [PATCH 07/26] netfilter: ctnetlink: Add missing annotation for ctnetlink_parse_nat_setup()
` [PATCH 08/26] netfilter: conntrack: Add missing annotations for nf_conntrack_all_lock() and nf_conntrack_all_unlock()
` [PATCH 09/26] ipvs: optimize tunnel dumps for icmp errors
` [PATCH 10/26] netfilter: conntrack: export nf_ct_acct_update()
` [PATCH 11/26] netfilter: nf_tables: add enum nft_flowtable_flags to uapi
` [PATCH 12/26] netfilter: flowtable: add counter support
` [PATCH 13/26] netfilter: flowtable: Fix incorrect tc_setup_type type
` [PATCH 14/26] netfilter: nf_tables: silence a RCU-list warning in nft_table_lookup()
` [PATCH 15/26] netfilter: flowtable: Use rw sem as flow block lock
` [PATCH 16/26] netfilter: flowtable: Use work entry per offload command
` [PATCH 17/26] netfilter: nf_queue: make nf_queue_entry_release_refs static
` [PATCH 18/26] netfilter: nf_queue: place bridge physports into queue_entry struct
` [PATCH 19/26] netfilter: nf_queue: do not release refcouts until nf_reinject is done
` [PATCH 20/26] netfilter: nf_queue: prefer nf_queue_entry_free
` [PATCH 21/26] netfilter: ctnetlink: be more strict when NF_CONNTRACK_MARK is not set
` [PATCH 22/26] netfilter: nft_set_bitmap: initialize set element extension in lookups
` [PATCH 23/26] netfilter: nft_dynset: validate set expression definition
` [PATCH 24/26] netfilter: nf_tables: skip set types that do not support for expressions
` [PATCH 25/26] netfilter: conntrack: add nf_ct_acct_add()
` [PATCH 26/26] netfilter: flowtable: add counter support in HW offload

linux-next: build warning after merge of the netfilter-next tree
 2020-03-30  0:26 UTC 

[PATCH nf-next v4 1/2] netfilter: ctnetlink: add kernel side filtering for dump
 2020-03-30  0:10 UTC  (5+ messages)
` [PATCH nf-next v4 2/2] netfilter: ctnetlink: be more strict when NF_CONNTRACK_MARK is not set

Suggestion: replacement for physdev-is-bridged in nft
 2020-03-29 18:23 UTC  (3+ messages)

[PATCH 1/2] netfilter: conntrack: add nf_ct_acct_add()
 2020-03-29 15:58 UTC  (4+ messages)
` [PATCH 2/2] netfilter: flowtable: add counter support in HW offload

[PATCH nf-next 0/4] netfilter: nf_queue: rework refcount handling
 2020-03-29 15:07 UTC  (6+ messages)
` [PATCH nf-next 1/4] netfilter: nf_queue: make nf_queue_entry_release_refs static
` [PATCH nf-next 2/4] netfilter: nf_queue: place bridge physports into queue_entry struct
` [PATCH nf-next 3/4] netfilter: nf_queue: do not release refcouts until nf_reinject is done
` [PATCH nf-next 4/4] netfilter: nf_queue: prefer nf_queue_entry_free

[PATCH nf] netfilter: nft_exthdr: fix endianness of tcp option cast
 2020-03-29 13:44 UTC  (2+ messages)

[iptables] avoid raw sockets which requires CAP_NET_RAW
 2020-03-29  9:06 UTC 

[PATCH nf-next] netfilter: nf_flow_table_offload: fix kernel NULL pointer dereference in nf_flow_table_indr_block_cb
 2020-03-28  0:58 UTC  (4+ messages)

[PATCH nft] evaluate: display error if statement is missing
 2020-03-27 18:37 UTC 

[PATCH net-next v2] netfilter: Fix incorrect tc_setup_type type for flowtable offload
 2020-03-27 17:36 UTC  (4+ messages)

[PATCH net-next v2 0/3] netfilter: flowtable: Support offload of tuples in parallel
 2020-03-27 17:23 UTC  (7+ messages)
` [PATCH net-next v2 1/3] netfilter: flowtable: Use rw sem as flow block lock
` [PATCH net-next v2 2/3] netfilter: flowtable: Use work entry per offload command
` [PATCH net-next v2 3/3] net/mlx5: CT: Use rhashtable's ct entries instead of a seperate list

[PATCH 4/8] netfilter: Add missing annotation for ctnetlink_parse_nat_setup()
 2020-03-27 17:22 UTC  (4+ messages)
  ` [PATCH 5/8] netfilter: conntrack: Add missing annotations for nf_conntrack_all_lock() and nf_conntrack_all_unlock()

[PATCH nf-next 1/3] netfilter: nft_set_bitmap: initialize set element extension in lookups
 2020-03-27 16:43 UTC  (3+ messages)
` [PATCH nf-next 2/3] netfilter: nft_dynset: validate set expression definition
` [PATCH nf-next 3/3] netfilter: nf_tables: skip set types that do not support for expressions

[PATCH net-next 0/3] netfilter: flowtable: Support offload of tuples in parallel
 2020-03-27  3:10 UTC  (8+ messages)
` [PATCH net-next 1/3] netfilter: flowtable: Use rw sem as flow block lock
` [PATCH net-next 2/3] netfilter: flowtable: Use work entry per offload command
` [PATCH net-next 3/3] net/mlx5: CT: Use rhashtable's ct entries instead of a seperate list

[PATCH] iptables: open eBPF programs in read only mode
 2020-03-26 19:22 UTC  (11+ messages)
          ` [PATCH v2] "

[PATCH nf-next v3 1/2] netfilter: ctnetlink: add kernel side filtering for dump
 2020-03-26 15:53 UTC  (2+ messages)
` [PATCH nf-next v3 2/2] netfilter: ctnetlink: be more strict when NF_CONNTRACK_MARK is not set

[PATCH nft] netlink: Show the handles of unknown rules in "nft monitor trace"
 2020-03-26 15:22 UTC 

[PATCH nft] tests: Introduce test for insertion of overlapping and non-overlapping ranges
 2020-03-26 14:08 UTC  (2+ messages)

[PATCH nft] src: add support for flowtable counter
 2020-03-26 14:08 UTC 

[PATCH v2] ipvs: optimize tunnel dumps for icmp errors
 2020-03-26 14:02 UTC  (3+ messages)

[PATCH] netfilter/nf_tables: silence a RCU-list warning
 2020-03-26 13:46 UTC  (3+ messages)

[PATCH nf-next 1/3] netfilter: conntrack: export nf_ct_acct_update()
 2020-03-26 11:49 UTC  (5+ messages)
` [PATCH nf-next 2/3] netfilter: nf_tables: add enum nft_flowtable_flags to uapi
` [PATCH nf-next 3/3] netfilter: flowtable: add counter support

[PATCH net] net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y,m} build
 2020-03-25 19:29 UTC  (2+ messages)

Bug URGENT Report with new kernel 5.5.10-5.6-rc6
 2020-03-25 15:38 UTC  (9+ messages)

[PATCH net-next] netfilter: flowtable: Fix accessing null dst entry
 2020-03-25 11:52 UTC  (3+ messages)

[PATCH] netfilter: nft_fwd_netdev: Fix CONFIG_NET_CLS_ACT=n build
 2020-03-25 11:02 UTC  (4+ messages)

[PATCH 0/7] Netfilter fixes for net
 2020-03-25  0:31 UTC  (9+ messages)
` [PATCH 1/7] netfilter: nf_tables: Allow set back-ends to report partial overlaps on insertion
` [PATCH 2/7] netfilter: nft_set_pipapo: Separate partial and complete overlap cases "
` [PATCH 3/7] netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()
` [PATCH 4/7] netfilter: nft_set_rbtree: Detect partial overlaps on insertion
` [PATCH 5/7] netfilter: nft_fwd_netdev: validate family and chain type
` [PATCH 6/7] netfilter: nft_fwd_netdev: allow to redirect to ifb via ingress
` [PATCH 7/7] selftests: netfilter: add nfqueue test case

[PATCH v3 nf] selftests: netfilter: add nfqueue test case
 2020-03-24 19:01 UTC  (2+ messages)

[PATCH nf v2 0/4] nftables: Consistently report partial and entire set overlaps
 2020-03-24 19:01 UTC  (6+ messages)
` [PATCH nf v2 1/4] nf_tables: Allow set back-ends to report partial overlaps on insertion
` [PATCH nf v2 2/4] nft_set_pipapo: Separate partial and complete overlap cases "
` [PATCH nf v2 3/4] nft_set_rbtree: Introduce and use nft_rbtree_interval_start()
` [PATCH nf v2 4/4] nft_set_rbtree: Detect partial overlaps on insertion

[PATCH nf 1/2] netfilter: nft_fwd_netdev: validate family and chain type
 2020-03-24  9:59 UTC  (2+ messages)
` [PATCH nf 2/2] netfilter: nft_fwd_netdev: allow to redirect to ifb via ingress

[PATCH net-next] flow_offload: add TC_SETP_FT type in flow_indr_block_call
 2020-03-23 20:01 UTC  (2+ messages)

[PATCH nf] selftests: netfilter: add nfqueue test case
 2020-03-23 13:02 UTC  (3+ messages)

general protection fault in nf_flow_table_offload_setup
 2020-03-23 11:07 UTC  (3+ messages)

KASAN: slab-out-of-bounds Read in bitmap_ip_add
 2020-03-22 18:02 UTC  (2+ messages)

[PATCH NOMERGE iptables 0/2] man: xt_set: Describe existing behaviour and new counters update flag
 2020-03-22  2:20 UTC  (3+ messages)
` [PATCH NOMERGE iptables 1/2] man: xt_set: Reflect current behaviour of counter update and match flags
` [PATCH NOMERGE iptables 2/2] man: xt_set: Describe --update-counters-first flag

[PATCH nf-next 0/3] netfilter: nf_flow_table_offload: add nf_conn_acct for flowtable offload
 2020-03-21 11:29 UTC  (4+ messages)
` [PATCH nf-next 1/3] netfilter: nf_flow_table: add nf_conn_acct for SW "
` [PATCH nf-next 2/3] netfilter: nf_flow_table: add nf_conn_acct for HW "
` [PATCH nf-next 3/3] net/sched: act_ct: add nf_conn_acct for SW act_ct "

[PATCH 0/4] Netfilter fixes for net
 2020-03-21  2:34 UTC  (6+ messages)
` [PATCH 1/4] netfilter: flowtable: reload ip{v6}h in nf_flow_nat_ip{v6}
` [PATCH 2/4] netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}
` [PATCH 3/4] netfilter: flowtable: Fix flushing of offloaded flows on free
` [PATCH 4/4] netfilter: flowtable: populate addr_type mask

[PATCH nf-next v2] netfilter: nf_flow_table_offload: set hw_stats_type of flow_action_entry to FLOW_ACTION_HW_STATS_ANY
 2020-03-20 19:05 UTC  (4+ messages)

[PATCH nf-next] netfilter:nf_flow_table: add HW stats type support in flowtable
 2020-03-20 13:03 UTC  (4+ messages)

[PATCH nft] tests: py: update nat expressions payload to include proto flags
 2020-03-20 12:49 UTC 

[PATCH libnftnl 1/2] expr: masq: revisit _snprintf()
 2020-03-20 12:47 UTC  (2+ messages)
` [PATCH libnftnl 2/2] expr: nat: snprint flags in hexadecimal

INFO: task hung in htable_put
 2020-03-20  4:42 UTC  (2+ messages)

[PATCH nf 0/4] nftables: Consistently report partial and entire set overlaps
 2020-03-19 20:49 UTC  (4+ messages)
` [PATCH nf 4/4] nft_set_rbtree: Detect partial overlaps on insertion

[PATCH net] netfilter: nf_flow_table: populate addr_type mask
 2020-03-19 20:22 UTC  (2+ messages)

[PATCH nf-next] netfilter: nf_flow_table_offload: fix potential NULL pointer dereference for dst_cache in handling lwtstate
 2020-03-19 20:07 UTC  (2+ messages)

[PATCH v2 1/2] netfilter: nf_flow_table: reload ip{v6}h in nf_flow_nat_ip{v6}
 2020-03-19 20:05 UTC  (4+ messages)
` [PATCH v2 2/2] netfilter: nf_flow_table: reload ip{v6}h in nf_flow_tuple_ip{v6}

[PATCH net] netfilter: flowtable: Fix flushing of offloaded flows on free
 2020-03-19 20:04 UTC  (2+ messages)

[PATCH 00/29] Netfilter updates for net-next
 2020-03-19 19:41 UTC  (8+ messages)
` [PATCH 13/29] netfilter: flowtable: add tunnel match offload support
` [PATCH 19/29] nft_set_pipapo: Introduce AVX2-based lookup implementation

[PATCH net-next 0/6] netfilter flowtable hardware offload
 2020-03-19 19:37 UTC  (5+ messages)
` [PATCH net-next 6/6] netfilter: nf_flow_table: hardware offload support

[PATCH nft] evaluate: add range specified flag setting (missing NF_NAT_RANGE_PROTO_SPECIFIED)
 2020-03-19 10:00 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).