netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-11 14:06:07 to 2016-09-25 23:06:35 UTC [more...]

[PATCH 00/53] Netfilter updates for net-next
 2016-09-25 23:06 UTC  (16+ messages)
` [PATCH 03/53] netfilter: nf_ct_sip: correct parsing of continuation lines in SIP headers
` [PATCH 05/53] netfilter: ftp: Remove the useless dlen==0 condition check in find_pattern
` [PATCH 06/53] netfilter: ftp: Remove the useless code
` [PATCH 07/53] netfilter: nft_numgen: rename until attribute by modulus
` [PATCH 09/53] netfilter: nft_quota: introduce nft_overquota()
` [PATCH 10/53] netfilter: nf_ct_sip: allow tab character in SIP headers
` [PATCH 11/53] netfilter: nft_queue: check the validation of queues_total and queuenum
` [PATCH 15/53] netfilter: nf_tables: ensure proper initialization of nft_pktinfo fields
` [PATCH 16/53] netfilter: nf_tables_ipv6: setup pktinfo transport field on failure to parse
` [PATCH 18/53] netfilter: nf_tables_bridge: use nft_set_pktinfo_ipv{4, 6}_validate
` [PATCH 21/53] netfilter: Add the missed return value check of register_netdevice_notifier
` [PATCH 22/53] netfilter: Add the missed return value check of nft_register_chain_type
` [PATCH 23/53] netfilter: nf_queue: get rid of dependency on IP6_NF_IPTABLES
` [PATCH 24/53] netfilter: conntrack: remove packet hotpath stats
` [PATCH 25/53] netfilter: nft_numgen: fix race between num generate and store it

[nf-next:master 43/54] net/netfilter/core.c:96:30: error: 'struct net_device' has no member named 'nf_hooks_ingress'
 2016-09-25 22:47 UTC 

[PATCH nf-next 2/2] netfilter: nf_log: get rid of XT_LOG_* macros
 2016-09-25 13:16 UTC  (2+ messages)

[PATCH nf-next 0/2] netfilter: complete nft log flags support
 2016-09-25 13:15 UTC  (3+ messages)
` [PATCH nf-next 1/2] netfilter: nft_log: complete NFTA_LOG_FLAGS attr support

[PATCH v3 2/2] netfilter: Create revision 2 of xt_hashlimit to support higher pps rates
 2016-09-25 12:58 UTC  (5+ messages)

[PATCH] netfilter: xt_socket: fix transparent match for IPv6 request sockets
 2016-09-25 11:47 UTC  (2+ messages)

[PATCH nf-next] netfilter: evict stale entries when user reads /proc/net/nf_conntrack
 2016-09-25 11:47 UTC  (2+ messages)

[PATCH nf-next 1/2] netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocol
 2016-09-25 11:32 UTC  (4+ messages)
` [PATCH nf-next 2/2] netfilter: nft_ct: report error if mark and dir specified simultaneously

[PATCH nf v5] netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack
 2016-09-25 11:31 UTC  (2+ messages)

[PATCH nf-next v3 0/7] Compact netfilter hooks list
 2016-09-25 11:30 UTC  (10+ messages)
` [PATCH nf-next v3 1/7] netfilter: bridge: add and use br_nf_hook_thresh
` [PATCH nf-next v3 2/7] netfilter: call nf_hook_state_init with rcu_read_lock held
` [PATCH nf-next v3 3/7] netfilter: call nf_hook_ingress with rcu_read_lock
` [PATCH nf-next v3 4/7] nf_hook_slow: Remove explicit rcu_read_lock
` [PATCH nf-next v3 5/7] nf_register_net_hook: Only allow sane values
` [PATCH nf-next v3 6/7] nf_queue_handler: whitespace cleanup
` [PATCH] netfilter: replace list_head with single linked list

[PATCH nft 0/3] src: add nft log flags support
 2016-09-25  9:07 UTC  (4+ messages)
` [PATCH nft 1/3] src: add log flags syntax support
` [PATCH nft 2/3] doc: add description about log flags
` [PATCH nft 3/3] tests: py: add some testcases for "

[PATCH libnftnl 0/3] expr: complete log flags support
 2016-09-25  8:54 UTC  (4+ messages)
` [PATCH libnftnl 1/3] expr: log: fix typo in nftnl_expr_log_export
` [PATCH libnftnl 2/3] expr: log: do not print prefix if it is not set
` [PATCH libnftnl 3/3] expr: log: complete log flags support

[PATCH nf-next] netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and more readable
 2016-09-24 19:14 UTC  (2+ messages)

[PATCH] netfilter: don't permit unprivileged writes to global state via sysctls
 2016-09-23 22:21 UTC 

[PATCH 1/1 linux-next] netfilter: conntrack: fix kmemleak false positive
 2016-09-23 19:40 UTC  (5+ messages)

Seeking help for implementing CT HELPER in nftables
 2016-09-23 15:46 UTC  (14+ messages)

[PATCH nf-next] netfilter: nf_tables: add range expression
 2016-09-23 13:23 UTC 

[libnftnl PATCH] libnftnl: remove libmxml support
 2016-09-23  9:23 UTC  (2+ messages)

[PATCH libnftnl] src: display offset only if present in hash and numgen expressions
 2016-09-23  8:19 UTC 

[PATCH nf] netfilter: nf_tables: Ensure u8 attributes are loaded from u32 within the bounds
 2016-09-22 18:33 UTC  (6+ messages)

[PATCH v3 1/2] netfilter: Prepare xt_hashlimit.c for revision 2
 2016-09-22 16:42 UTC 

[PATCH nf-next] netfilter: xt_helper: Use sizeof(variable) instead of literal number
 2016-09-22 15:47 UTC  (2+ messages)

[PATCH nf-next] netfilter: Enhance the codes used to get random once
 2016-09-22 15:43 UTC  (2+ messages)

[PATCH nft] tests: py: fix numgen case failed due to changes in libnftnl
 2016-09-22 15:27 UTC  (2+ messages)

[PATCH nf-next] netfilter: nf_tables: check tprot_set first when we use xt.thoff
 2016-09-22 15:26 UTC  (2+ messages)

[PATCH nf-next] netfilter: nf_queue: improve queue range support for bridge family
 2016-09-22 15:18 UTC  (2+ messages)

[PATCH nft] tests: py: add more test cases for queue expr
 2016-09-22 15:15 UTC  (2+ messages)

[PATCH nf-next V2] netfilter: nft_queue: add _SREG_QNUM attr to select the queue number
 2016-09-22 15:11 UTC  (2+ messages)

[PATCH v3 libnftnl] expr: numgen: add number generation offset
 2016-09-22 14:36 UTC  (2+ messages)

[PATCH nft] src: support ct l3proto/protocol without direction syntax
 2016-09-22 14:34 UTC 

[PATCH v3] netfilter: nft_numgen: add number generation offset
 2016-09-22 14:33 UTC  (2+ messages)

[PATCH conntrack-tools] Link nfct and helper modules with `-z lazy`
 2016-09-22 14:28 UTC  (2+ messages)

[PATCH nf-next] netfilter: nf_meta: support for nexthop and nexthop6
 2016-09-22  9:39 UTC  (4+ messages)

[PATCH nf v4] netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack
 2016-09-22  6:29 UTC 

[PATCH nf v3] netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack
 2016-09-22  6:27 UTC  (3+ messages)

[PATCH nf] netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack
 2016-09-22  6:21 UTC  (5+ messages)

libnftnl XML parsing seems broken with libmxml 2.10
 2016-09-21 12:24 UTC 

[PATCH nf-next] netfilter: nft_lookup: remove superfluous element found check
 2016-09-20 16:22 UTC 

[PATCH] netfilter: xt_socket: fix transparent match for IPv6 request sockets
 2016-09-20 15:05 UTC  (3+ messages)

Why ctinfo is IP_CT_RELATED_REPLY when reject with TCP RST
 2016-09-20 14:21 UTC 

rate limit not working ?
 2016-09-20 11:14 UTC  (3+ messages)

[PATCH] netfilter: fix namespace handling in nf_log_proc_dostring
 2016-09-18 19:40 UTC 

[nft] Problems with flushing all elements from a set
 2016-09-18 13:19 UTC 

[PATCH 1/2 nf] netfilter: seqadj: Fix some possible panics of seqadj when mem is exhausted
 2016-09-17 10:40 UTC  (4+ messages)
` [lkp] [netfilter] 68263ddb47: WARNING: CPU: 0 PID: 1225 at net/netfilter/nf_conntrack_seqadj.c:232 nf_ct_seq_offset+0x7a/0x9a
    ` [netfilter-core] "

[PATCH nf-next] netfilter: nf_tables: improve nft payload fast eval
 2016-09-15 13:29 UTC 

[RFC] nftables: reverse path filtering for nft
 2016-09-15  8:27 UTC  (14+ messages)

[PATCH libnftnl V2] expr: queue: add NFTA_QUEUE_SREG_QNUM attr support
 2016-09-14 15:45 UTC 

[PATCH nft] meta: support for nexthop and nexthop6
 2016-09-14  5:48 UTC 

[PATCH 0/4] Netfilter fixes for net
 2016-09-13 15:17 UTC  (6+ messages)
` [PATCH 1/4] netfilter: nf_tables_trace: fix endiness when dump chain policy
` [PATCH 2/4] netfilter: nft_chain_route: re-route before skb is queued to userspace
` [PATCH 3/4] netfilter: nf_nat: handle NF_DROP from nfnetlink_parse_nat_setup()
` [PATCH 4/4] netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensions

[ANNOUNCE] netdev 1.2 tokyo weekly update (13th September, 2016)
 2016-09-13 12:28 UTC 

[PATCH nf-next] netfilter: nf_queue: get rid of dependency on IP6_NF_IPTABLES
 2016-09-13 12:19 UTC  (16+ messages)
` [PATCH nf-next] netfilter: nft_queue: add _SREG_FROM and _SRGE_TO to select the queue numbers

Outlook Web-App
 2016-09-13 11:41 UTC 

[PATCH] netfilter: nft_hash: fix hash overflow validation
 2016-09-13  8:48 UTC  (2+ messages)

[PATCH v8 nf] netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensions
 2016-09-13  8:48 UTC  (2+ messages)

[PATCH v2] netfilter: nft_hash: Add hash offset value
 2016-09-13  7:59 UTC  (6+ messages)

linux-next: manual merge of the netfilter-next tree with the net tree
 2016-09-13  0:12 UTC 

[PATCH nf-next] netfilter: conntrack: remove packet hotpath stats
 2016-09-12 18:09 UTC  (2+ messages)

[PATCH libnftnl 0/3] expr: queue: add sreg_from and sreg_to support
 2016-09-12 18:02 UTC  (6+ messages)
` [PATCH libnftnl 1/3] expr: queue: remove redundant NFTNL_EXPR_QUEUE_NUM set in json parse
` [PATCH libnftnl 2/3] tests: queue: add missing NFTNL_EXPR_QUEUE_FLAGS compare test
` [PATCH libnftnl 3/3] expr: queue: add sreg_from and sreg_to support

[PATCH nft V2] src: fix compile error due to _UNTIL renamed to _MODULUS in libnftnl
 2016-09-12 17:58 UTC  (2+ messages)

[PATCH nf-next] netfilter: nft_numgen: fix race between num generate and store it
 2016-09-12 17:58 UTC  (2+ messages)

[PATCH v3 1/2 nf-next] netfilter: Add the missed return value check of register_netdevice_notifier
 2016-09-12 17:42 UTC  (2+ messages)

[PATCH v4 2/2 nf-next] netfilter: Add the missed return value check of nft_register_chain_type
 2016-09-12 17:42 UTC  (3+ messages)

[PATCH v2] netfilter: nft_numgen: add increment counter offset value
 2016-09-12 17:25 UTC  (5+ messages)

[PATCH v7 nf] netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensions
 2016-09-12 17:15 UTC  (2+ messages)

[PATCH nft] src: fix compile error due to _UNTIL renamed to _MODULUS in libnftnl
 2016-09-12  9:58 UTC  (3+ messages)

[PATCH nft] tests: py: replace "eth0" with "lo" in dup expr tests
 2016-09-12  0:43 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).