netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-26 17:26:59 to 2016-09-06 22:57:07 UTC [more...]

PROBLEM: TPROXY and DNAT broken (bisected to 079096f103fa)
 2016-09-06 22:57 UTC 

[PATCH 00/29] Netfilter updates for net-next
 2016-09-06 19:47 UTC  (32+ messages)
` [PATCH 01/29] netfilter: conntrack: Only need first 4 bytes to get l4proto ports
` [PATCH 02/29] netfilter: physdev: add missed blank
` [PATCH 03/29] netfilter: nf_dup4: remove redundant checksum recalculation
` [PATCH 04/29] netfilter: use_nf_conn_expires helper in more places
` [PATCH 05/29] ipvs: use nf_ct_kill helper
` [PATCH 06/29] netfilter: nf_tables: rename set implementations
` [PATCH 07/29] netfilter: nf_tables: add hash expression
` [PATCH 08/29] netfilter: remove ip_conntrack* sysctl compat code
` [PATCH 09/29] netfilter: conntrack: simplify the code by using nf_conntrack_get_ht
` [PATCH 10/29] netfilter: nf_conntrack: restore nf_conntrack_htable_size as exported symbol
` [PATCH 11/29] netfilter: nf_tables: add quota expression
` [PATCH 12/29] netfilter: nf_tables: add number generator expression
` [PATCH 13/29] netfilter: fix spelling mistake: "delimitter" -> "delimiter"
` [PATCH 14/29] netfilter: nft_hash: fix non static symbol warning
` [PATCH 15/29] netfilter: nf_tables: typo in trace attribute definition
` [PATCH 16/29] netfilter: nf_tables: introduce nft_chain_parse_hook()
` [PATCH 17/29] netfilter: nf_tables: reject hook configuration updates on existing chains
` [PATCH 18/29] rhashtable: add rhashtable_lookup_get_insert_key()
` [PATCH 19/29] netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertion
` [PATCH 20/29] netfilter: nf_tables: Use nla_put_be32() to dump immediate parameters
` [PATCH 21/29] netfilter: restart search if moved to other chain
` [PATCH 22/29] netfilter: don't rely on DYING bit to detect when destroy event was sent
` [PATCH 23/29] netfilter: conntrack: get rid of conntrack timer
` [PATCH 24/29] netfilter: evict stale entries on netlink dumps
` [PATCH 25/29] netfilter: conntrack: add gc worker to remove timed-out entries
` [PATCH 26/29] netfilter: conntrack: resched gc again if eviction rate is high
` [PATCH 27/29] netfilter: remove __nf_ct_kill_acct helper
` [PATCH 28/29] netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1'
` [PATCH 29/29] netfilter: log: Check param to avoid overflow in nf_log_set

[PATCH 8/7] net/netfilter/nf_conntrack_core: Remove another memory barrier
 2016-09-06 17:56 UTC  (9+ messages)

[PATCH v5 nf] netfilter: seqadj: Drop the packet directly when fail to add seqadj extension to avoid dereference NULL pointer later
 2016-09-06 15:07 UTC  (4+ messages)

[PATCH v4 nf] netfilter: seqadj: Drop the packet directly when fail to add seqadj extension to avoid dereference NULL pointer later
 2016-09-06 15:01 UTC  (4+ messages)

[PATCH nf-next] netfilter: nf_conntrack: remove unused ctl_table_path member in nf_conntrack_l3proto
 2016-09-06 14:35 UTC 

[PATCH nf-next] netfilter: nft_queue: check the validation of queues_total and queuenum
 2016-09-06 14:33 UTC 

[PATCH nf] netfilter: nft_chain_route: re-route before skb is queued to userspace
 2016-09-06 14:31 UTC 

[nft PATCH v2 0/4] A round of covscan indicated fixes
 2016-09-06 14:17 UTC  (10+ messages)
` [nft PATCH v2 1/4] evaluate: Fix datalen checks in expr_evaluate_string()
` [nft PATCH v2 2/4] netlink_delinearize: Avoid potential null pointer deref
` [nft PATCH v2 3/4] stmt_evaluate_reset: Have a generic fix for missing network context
` [nft PATCH v2 4/4] evaluate: Avoid undefined behaviour in concat_subtype_id()

nfqueue & bridge netfilter considered broken
 2016-09-06 11:24 UTC  (6+ messages)

[PATCH 1/3] tests: py: nft-tests.py: Add function for loading and removing kernel modules
 2016-09-06 11:13 UTC  (4+ messages)
` [PATCH 2/3] tests: py: any: Make tests more generic by using other interfaces
` [PATCH 3/3] tests: py: any: Remove duplicate tests

[NetDev] [ANNOUNCE] Netdev 1.2 weekly updates (6th September, 2016)
 2016-09-06  7:19 UTC 

[PATCH v2] netfilter: nft_hash: Add hash offset value
 2016-09-06  6:44 UTC 

[nf-next:nexpr-wip 38/41] net/netfilter/nft_counter.c:67:16: note: in expansion of macro 'xchg'
 2016-09-05 13:41 UTC 

[nf-next:nexpr-wip 38/41] ERROR: "__invalid_xchg_size" [net/netfilter/nft_counter.ko] undefined!
 2016-09-05 15:03 UTC 

[nf-next:nexpr-wip 38/41] net/netfilter/nft_counter.c:72:21: error: call to '__xchg_wrong_size' declared with attribute error: Bad argument size for xchg
 2016-09-05 17:34 UTC 

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

[PATCH v3 nf] netfilter: seqadj: Fix one possible panic in seqadj when mem is exhausted
 2016-09-05 18:36 UTC  (2+ messages)

[PATCH 1/3] conntrackd: cthelper: ftp: Set match offset/len for PORT mangling
 2016-09-05 17:46 UTC  (5+ messages)
` [PATCH 2/3] conntrackd: cthelper: ftp: Fix debug print
` [RFC 3/3] conntrackd: cthelper: ssdp: Track UPnP eventing

[PATCH nf] netfilter: nf_tables_trace: fix endiness when dump chain policy
 2016-09-05 17:29 UTC  (3+ messages)

[PATCH iptables] extensions: libip6t_SNAT/DNAT: add square bracket in xlat output when port is specified
 2016-09-05 17:13 UTC  (2+ messages)

[PATCH iptables v3] xtables-translate-restore: do not escape quotes
 2016-09-05 17:11 UTC  (2+ messages)

[PATCH 1/2] netfilter: correct parsing of continuation lines in SIP headers
 2016-09-05 16:12 UTC  (2+ messages)

[PATCH 2/2 nf] netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack
 2016-09-05 15:06 UTC  (2+ messages)

[conntrack-tools PATCH 4/4 v2] doc/manual/conntrack-tools: include some bits about init systems
 2016-09-05 12:22 UTC  (2+ messages)

[conntrack-tools PATCH 1/4] src/main: refresh help message
 2016-09-05 12:21 UTC  (8+ messages)
` [conntrack-tools PATCH 2/4] conntrackd.8: refresh file
` [conntrack-tools PATCH 3/4] conntrackd.8: add reference to systemd
` [conntrack-tools PATCH 4/4] doc/manual/conntrack-tools: include some bits about init systems

[PATCH] netfilter: nft_hash: Add hash offset value
 2016-09-05 10:09 UTC  (4+ messages)

[PATCH libnftnl] expr: hash: Add offset to hash value
 2016-09-05  8:55 UTC 

[PATCH conntrack-tools] conntrackd: cthelper: Add new mdns helper
 2016-09-05  2:39 UTC 

[PATCH nf-next 1/2] netfilter: nft_quota: fix overquota logic
 2016-09-02 19:00 UTC  (2+ messages)
` [PATCH nf-next 2/2] netfilter: nft_quota: introduce nft_overquota()

[PATCH v2 libnftnl] expr: numgen: Rename until attribute by modulus
 2016-09-02 13:07 UTC 

[PATCH v2] netfilter: nft_numgen: rename until attribute by modulus
 2016-09-02 13:05 UTC 

[PATCH libnftnl] trace: use get_u32 to parse NFPROTO and POLICY attribute
 2016-09-02 13:03 UTC  (2+ messages)

[PATCH libnftnl] include: resync nf_tables.h cache copy
 2016-09-02 10:02 UTC 

[PATCH] netfilter: nft_numgen: add counter offset value and rename until by modulus
 2016-09-02  9:22 UTC  (2+ messages)

[PATCH libnftnl] expr: numgen: add counter offset value and rename until by modulus
 2016-09-02  8:40 UTC 

[PATCH v2 1/2 nf] netfilter: seqadj: Fix one possible panic in seqadj when mem is exhausted
 2016-09-02  7:07 UTC  (3+ messages)

[PATCH 2/2 nf-next] netfilter: seqadj: print the warning log when fail to add seqadj extension
 2016-09-02  6:54 UTC  (2+ messages)

[PATCH 1/2 nf] netfilter: seqadj: Fix some possible panics of seqadj when mem is exhausted
 2016-09-02  4:57 UTC  (3+ messages)

Snooping expected connections in a user CT helper
 2016-09-01 23:47 UTC  (5+ messages)

[PATCH 5/7] net/netfilter/nf_conntrack_core: Fix memory barriers
 2016-09-01 15:04 UTC  (2+ messages)
` [PATCH 6/7] net/netfilter/nf_conntrack_core: Remove barriers after spin_unlock_wait

[RFC 1/9] ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)
 2016-09-01 13:58 UTC 

[PATCH nf-next] netfilter: ftp: Remove the useless dlen==0 condition check in find_pattern
 2016-09-01 11:08 UTC  (5+ messages)

[PATCH v2 2/2 nf-next] netfilter: ftp: Remove the useless codes
 2016-09-01 10:59 UTC 

[PATCH v2 1/2 nf-next] netfilter: ftp: Remove the useless dlen==0 condition check in find_pattern
 2016-09-01 10:58 UTC 

[PATCH nft] evaluate: display expression, statement and command name on debug
 2016-08-31 16:27 UTC 

[PATCH 5/5] net/netfilter/nf_conntrack_core: update memory barriers
 2016-08-31 14:15 UTC  (2+ messages)

[PATCH 0/7] Netfilter fixes for net
 2016-08-31  5:02 UTC  (9+ messages)
` [PATCH 1/7] netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUT
` [PATCH 2/7] netfilter: nfnetlink: use list_for_each_entry_safe to delete all objects
` [PATCH 3/7] netfilter: cttimeout: put back l4proto when replacing timeout policy
` [PATCH 4/7] netfilter: cttimeout: unlink timeout objs in the unconfirmed ct lists
` [PATCH 5/7] netfilter: nft_meta: improve the validity check of pkttype set expr
` [PATCH 6/7] netfilter: ebtables: put module reference when an incorrect extension is found
` [PATCH 7/7] netfilter: nf_tables_netdev: remove redundant ip_hdr assignment

[PATCH iptables 1/3] extensions: libipt_DNAT/SNAT: fix "OOM" when do translation to nft
 2016-08-31  0:32 UTC  (7+ messages)
` [PATCH iptables 2/3] extensions: libip[6]t_SNAT/DNAT: use the new nft syntax when do xlate
` [PATCH iptables 3/3] extensions: libip[6]t_REDIRECT: use "

[nf-next:master 8/29] ERROR: "nf_conntrack_htable_size" [net/ipv4/netfilter/nf_conntrack_ipv4.ko] undefined!
 2016-07-26 19:46 UTC 

[PATCH libnftnl] set: fix incorrect maximum set description attribute
 2016-08-30 18:05 UTC 

[PATCH iptables v3 1/2] xtables-compat: check if nft ruleset is compatible
 2016-08-30 16:58 UTC  (4+ messages)
` [PATCH iptables v3 2/2] xtables-compat: add rule cache

[PATCH 0/2] netfilter: allow tab character in SIP headers
 2016-08-30 16:52 UTC 

[PATCH 2/2] netfilter: correct allowed characters in Call-ID SIP header
 2016-08-30 16:48 UTC 

[PATCH libnftnl] expr: numgen: add missing nftnl_expr_ng_cmp()
 2016-08-30 14:17 UTC 

澳门金沙集团,视觉盛宴,天天反水1.8%,鼎力相助!(AD)
 2016-08-30 12:23 UTC 

[PATCH nft] meta: fix memory leak in tc classid parser
 2016-08-30 10:43 UTC  (2+ messages)

[PATCH nft] tests: py: adapt netlink bytecode output of numgen and hash
 2016-08-30 10:41 UTC 

[PATCH libnftnl 1/3] expr: numgen: use switch to handle numgen types from snprintf
 2016-08-30 10:41 UTC  (3+ messages)
` [PATCH libnftnl 2/3] expr: numgen: add missing trailing whitespace
` [PATCH libnftnl 3/3] expr: hash: missing trailing space and modulus in hexadecimal in snprintf

[PATCH nf-next] netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1'
 2016-08-30  9:54 UTC  (2+ messages)

[PATCH v2 nf] netfilter: log: Check param to avoid overflow in nf_log_set
 2016-08-30  9:54 UTC  (3+ messages)

netfilter: get rid of per-object conntrack timers
 2016-08-30  9:43 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables_netdev: remove redundant ip_hdr assignment
 2016-08-30  9:41 UTC  (2+ messages)

[ANNOUNCE] Netdev 1.2 weekly updates (30th August, 2016)
 2016-08-29 23:22 UTC 

[PATCH nft 1/8] tests: py: adapt this to new add element command semantics
 2016-08-29 18:21 UTC  (8+ messages)
` [PATCH nft 2/8] src: add quota statement
` [PATCH nft 3/8] src: add numgen expression
` [PATCH nft 4/8] src: add hash expression
` [PATCH nft 5/8] evaluate: add expr_evaluate_integer()
` [PATCH nft 6/8] evaluate: validate maximum hash and numgen value
` [PATCH nft 7/8] parser_bison: add variable_expr rule
` [PATCH nft 8/8] parser_bison: allow variable references in set elements definition

Sua Comunicação
 2016-08-29 15:07 UTC 

[PATCH nft] parser_bison: allow variable references in set elements definition
 2016-08-29 15:55 UTC 

[PATCH nf-next] netfilter: log: Check param to avoid overflow in nf_log_set
 2016-08-29  9:55 UTC  (3+ messages)

[PATCH RESEND nf] netfilter: avoid a race between nf_register_hook() and cleanup_net()
 2016-08-26 17:31 UTC  (3+ messages)

[PATCH libnftnl] expr: imm: Fix immediate verdict comparison
 2016-08-26 17:26 UTC  (3+ 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).