netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-10 10:34:47 to 2019-06-18 18:55:57 UTC [more...]

[PATCH nft 0/3] use skb->protocol as l3 protocol dependency
 2019-06-18 18:43 UTC  (2+ messages)
` [PATCH nft 1/3] netlink_delinerize: remove network header dep for reject statement also in bridge family

[PATCH RESEND nf-next] netfilter: add support for matching IPv4 options
 2019-06-18 15:31 UTC  (3+ messages)

[PATCH nft v7 1/2]tests:py: conversion to python3
 2019-06-18 18:35 UTC  (9+ messages)
          ` [PATCH nft] nft-test.py: use tempfile module

[PATCH] netfilter: nf_conntrack_sip: fix IPV6 dependency
 2019-06-18 18:13 UTC  (5+ messages)

[PATCH nft v8]tests: py: add netns feature
 2019-06-18 17:10 UTC  (4+ messages)

[PATCH nft] rule: do not suggest anonymous sets on mispelling errors
 2019-06-18 16:50 UTC 

[PATCH net-next] netfilter: bridge: add nft_bridge_pvid to tag the default pvid for non-tagged packet
 2019-06-18 16:40 UTC  (2+ messages)

[PATCH v3] net: netfilter: Fix rpfilter dropping vrf packets by mistake
 2019-06-18 15:57 UTC  (3+ messages)
` 答复: "

[PATCH] netfilter: nft_paylaod: add base type NFT_PAYLOAD_LL_HEADER_NO_TAG
 2019-06-18 15:33 UTC  (13+ messages)

[PATCH] netfilter: nf_conntrack_sip: fix ct_sip_walk_headers
 2019-06-18 15:04 UTC  (4+ messages)

[PATCH nft 2/2,v3] evaluate: do not allow to list/flush anonymous sets via list command
 2019-06-18 14:57 UTC 

[PATCH nft,v2 1/2] evaluate: allow get/list/flush dynamic sets and maps via list command
 2019-06-18 14:44 UTC  (2+ messages)
` [PATCH nft,v2 2/2] evaluate: do not allow to list/flush anonymous sets "

[PATCH nft] evaluate: do not allow to list anonymous sets via list command
 2019-06-18 14:37 UTC 

[PATCH][V2][next] netfilter: synproxy: ensure zero is returned on non-error return path
 2019-06-18 14:22 UTC 

[PATCH][next] netfilter: synproxy: ensure zero is returned on non-error return path
 2019-06-18 14:15 UTC  (2+ messages)

working with libnetfilter_queue and linbetfilter_contrack
 2019-06-18 14:00 UTC  (8+ messages)

netfilter: nft_ct: add ct expectations support
 2019-06-18 13:57 UTC 

[PATCH nft] evaluate: allow get/list/flush dynamic sets and maps via list command
 2019-06-18 13:12 UTC 

Is this possible SYN Proxy bug?
 2019-06-18 12:40 UTC  (7+ messages)

[PATCH v3 nf-next] netfilter: enable set expiration time for set elements
 2019-06-18  9:11 UTC 

netfilter fix for -stable 5.1.x
 2019-06-18  8:59 UTC 

[PATCH nf-next] netfilter: ipv6: fix CONFIG_SYN_COOKIES=n
 2019-06-18  8:53 UTC 

[PATCH v2 nf-next] netfilter: enable set expiration date for set elements
 2019-06-18  8:47 UTC 

[PATCH nf-next] src: enable set expiration date for set elements
 2019-06-18  8:36 UTC  (3+ messages)

[PATCH v3] netfilter: nf_conntrack_sip: fix expectation clash
 2019-06-18  8:32 UTC  (6+ messages)
` [PATCH v5] "
    ` [PATCH v6] "
        ` [PATCH v7] "

[nf-next:master 9/10] net/ipv6/netfilter.c:237:26: error: '__cookie_v6_init_sequence' undeclared here (not in a function); did you mean 'cookie_init_sequence'?
 2019-06-18  0:39 UTC 

[nf-next:master 9/10] include/linux/netfilter_ipv6.h:174:9: error: implicit declaration of function '__cookie_v6_init_sequence'; did you mean 'cookie_init_sequence'?
 2019-06-18  0:38 UTC 

[PATCH 0/3] Netfilter fixes for net
 2019-06-17 22:42 UTC  (4+ messages)
` [PATCH 1/3] netfilter: nf_tables: fix module autoload with inet family
` [PATCH 2/3] netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments
` [PATCH 3/3] netfilter: ipv6: nf_defrag: accept duplicate fragments again

[PATCH libnftnl WIP] expr: add synproxy support
 2019-06-17 21:58 UTC  (9+ messages)
` [PATCH nf-next WIP] netfilter: nf_tables: Add SYNPROXY support
` [PATCH nft WIP] src: introduce SYNPROXY matching

[PATCH nft 1/5] src: remove useless parameter from cache_flush()
 2019-06-17 20:37 UTC  (16+ messages)
` [PATCH nft 2/5] tests: shell: cannot use handle for non-existing rule in kernel
` [PATCH nft 3/5] src: add cache level flags
` [PATCH nft 4/5] rule: skip cache population from do_command_monitor()
` [PATCH nft 5/5] netlink: remove netlink_list_table()

[sparc64] possible circular locking / deadlock
 2019-06-17 20:32 UTC  (6+ messages)
` [netfilter-core] "

[PATCH nft,v2 1/5] src: remove useless parameter from cache_flush()
 2019-06-17 17:53 UTC  (8+ messages)
` [PATCH nft,v2 2/5] tests: shell: cannot use handle for non-existing rule in kernel
` [PATCH nft,v2 3/5] rule: skip cache population from do_command_monitor()
` [PATCH nft,v2 4/5] netlink: remove netlink_list_table()
` [PATCH nft,v2 5/5] src: add cache level flags

[PATCH nft 5/5,v3] src: add cache level flags
 2019-06-17 17:39 UTC 

[PATCH nft] src: enable set expiration date for set elements
 2019-06-17 16:15 UTC 

[PATCH libnftnl] src: enable set expiration date for set elements
 2019-06-17 16:15 UTC 

[PATCH nft v2] datatype: fix print of raw numerical symbol values
 2019-06-17 14:44 UTC  (2+ messages)

[PATCH nf-next v5] netfilter: nft_ct: add ct expectations support
 2019-06-17 14:05 UTC  (2+ messages)

[PATCH 0/7] ipset patches for nf-next
 2019-06-17 13:57 UTC  (9+ messages)
` [PATCH 1/7] netfilter: ipset: remove useless memset() calls
` [PATCH 2/7] netfilter: ipset: merge uadd and udel functions
` [PATCH 3/7] netfilter: ipset: fix a missing check of nla_parse
` [PATCH 4/7] netfilter: ipset: Fix the last missing check of nla_parse_deprecated()
` [PATCH 5/7] netfilter: ipset: Fix error path in set_target_v3_checkentry()
` [PATCH 6/7] ipset: Fix memory accounting for hash types on resize
` [PATCH 7/7] Update my email address

[PATCH nf-next v4 0/3] Extract SYNPROXY infrastructure
 2019-06-17 13:51 UTC  (2+ messages)

[PATCH nft v7 2/2]tests:py: add netns feature
 2019-06-17 13:46 UTC  (2+ messages)

[PATCH nf-next] netfilter: conntrack: small conntrack lookup optimization
 2019-06-17 13:36 UTC  (2+ messages)

[PATCH net-next v2 0/2] br_netfilter: enable in non-initial netns
 2019-06-17 13:34 UTC  (4+ messages)
` [PATCH net-next v2 1/2] br_netfilter: port sysctls to use brnf_net
` [PATCH net-next v2 2/2] br_netfilter: namespace bridge netfilter sysctls

[PATCH net-next] netfilter: fix nf_conntrack_bridge/ipv6 link error
 2019-06-17 13:15 UTC 

[PATCH nft,v2] cache: do not populate the cache in case of flush ruleset command
 2019-06-17 13:07 UTC  (6+ messages)

[PATCH nft] datatype: fix print of raw numerical symbol values
 2019-06-17  9:54 UTC  (4+ messages)

[PATCH nftables v4 0/1] add ct expectation support
 2019-06-15 13:10 UTC  (2+ messages)

[PATCH WIP v1]tests: Makefile.am (Work in Progress)
 2019-06-14 17:07 UTC 

[PATCH nft] cache: do not populate the cache in case of flush ruleset command
 2019-06-14 12:16 UTC 

[PATCH iptables v2]iptables-test: fix python3
 2019-06-14 11:52 UTC 

[PATCH nft 1/2] evaluate: update byteorder only for implicit maps
 2019-06-14  9:58 UTC  (2+ messages)
` [PATCH nft 2/2] evaluate: double datatype_free() with dynamic integer datatypes

[PATCH nft] evaluate: use-after-free in meter
 2019-06-13 22:58 UTC 

memory leak in __nf_hook_entries_try_shrink
 2019-06-13 20:06 UTC 

[PATCH nft] netlink_delinearize: use-after-free in expr_postprocess_string()
 2019-06-13  9:49 UTC 

[PATCH nft,v2] netlink_delinearize: use-after-free in expr_postprocess_string()
 2019-06-13 10:20 UTC 

[nft PATCH] monitor: Accept -j flag
 2019-06-13 10:41 UTC  (2+ messages)

nftables release
 2019-06-13 15:07 UTC  (3+ messages)

[PATCH v1 22/31] docs: leds: convert to ReST
 2019-06-12 18:38 UTC 

[PATCH 1/2 nft,v4] src: add reference counter for dynamic datatypes
 2019-06-12 18:13 UTC  (2+ messages)
` [PATCH 2/2 nft,v2] datatype: dtype_clone() should clone flags too

[PATCH iptables v1] iptables-test: fix python3
 2019-06-12 18:02 UTC  (4+ messages)

[PATCH nft v6 2/2]tests: py: add netns feature
 2019-06-12 18:02 UTC  (4+ messages)

[PATCH nft v6 1/2]tests: py: conversion to python3
 2019-06-12 18:01 UTC  (4+ messages)

[PATCH nft 1/3,v3] src: add reference counter for dynamic datatypes
 2019-06-12 12:23 UTC  (3+ messages)
` [PATCH nft 2/3] datatype: add datatype_set()
` [PATCH nft 3/3] datatype: dtype_clone() should clone flags too

[PATCH net-next] netfilter: ipv6: Fix build error without CONFIG_IPV6
 2019-06-12  8:47 UTC 

mmotm 2019-06-11-16-59 uploaded (nf_conntrack_bridge)
 2019-06-12  5:58 UTC 

memory leak in start_sync_thread
 2019-06-11 19:52 UTC  (3+ messages)

[PATCH nft,v2] src: add reference counter for dynamic datatypes
 2019-06-11 16:59 UTC 

[PATCH nft] src: add reference counter for dynamic datatypes
 2019-06-11 15:46 UTC 

[PATCH] src: add reference counter for dynamic datatypes
 2019-06-11 15:45 UTC 

[PATCH net-next v1 0/1] br_netfilter: enable in non-initial netns
 2019-06-10 20:51 UTC  (4+ messages)
` [PATCH net-next v1 1/1] br_netfilter: namespace bridge netfilter sysctls

[PATCH nft] parser_bison: free chain name after creating constant expression
 2019-06-10 17:25 UTC 

[PATCH nf-next] netfilter: add support for matching IPv4 options
 2019-06-10 15:50 UTC  (8+ messages)

[PATCH nft 1/2] netlink_delinearize: release expressions in context registers
 2019-06-10 15:34 UTC  (2+ messages)
` [PATCH nft 2/2] netlink_delinearize: release expression before calling netlink_parse_concat_expr()

[ANNOUNCE] ipset 7.2 released
 2019-06-10 12:28 UTC 

[PATCH nft] expression: use expr_clone() from verdict_expr_clone()
 2019-06-10 11:53 UTC 

[PATCH nft] src: invalid read when importing chain name (trace and json)
 2019-06-10 11:36 UTC 

[PATCH nft] src: invalid read when importing chain name
 2019-06-10 11:14 UTC 

[PATCH v5] extensions: libxt_owner: Add supplementary groups option
 2019-06-10 10:58 UTC 

[PATCH v4] extensions: libxt_owner: Add supplementary groups option
 2019-06-10 10:34 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).