netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-19 13:36:37 to 2013-08-01 12:45:57 UTC [more...]

[libnftables PATCH] table: add nft_table_list_del function
 2013-08-01 12:45 UTC 

PROBLEM: Netfilter time matching matches all packets when time start and time stop is the same
 2013-08-01 11:24 UTC  (2+ messages)

[patch] netfilter: information leaks building packet message
 2013-08-01  9:36 UTC 

FW:RE:Send Signed P/I
 2013-08-01  1:01 UTC 

[PATCH 1/2] netfilter: xt_TCPMSS: fix handling of malformed TCP header
 2013-08-01  0:39 UTC  (4+ messages)
` [PATCH 2/2] netfilter: xt_TCPOPTSTRIP: fix off by one access

[PATCH 0/7 -next] rm tproxy_core, ct event redelivery via workqueue
 2013-07-31 20:43 UTC  (15+ messages)
` [PATCH 1/7] netfilter: connlabels: remove unneeded includes
` [PATCH 2/7] netfilter: nf_queue: relax NFQA_CT attribute check
` [PATCH 3/7] netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skb
` [PATCH 4/7] netfilter: tproxy: remove nf_tproxy_core.h
` [PATCH 5/7] netfilter: conntrack: remove duplicate code in conntrack_netlink
` [PATCH 6/7] netfilter: conntrack: don't send destroy events from iterator
` [PATCH 7/7] netfilter: conntrack: remove timer from ecache extension

[PATCH v3] iptables: Sort table names in ip[6]tables-save
 2013-07-31 20:21 UTC 

[PATCH 0/5] netfilter: NAT sequence number adjustment fixes/improvements
 2013-07-31 17:59 UTC  (13+ messages)
` [PATCH 1/5] netfilter: nf_conntrack: remove net_ratelimit() for LOG_INVALID()
` [PATCH 2/5] netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()
` [PATCH 3/5] netfilter: nf_nat: fix locking in nf_nat_seq_adjust()
` [PATCH 4/5] netfilter: nf_nat: change sequence number adjustments to 32 bits
` [PATCH 5/5] netfilter: nf_nat: use per-conntrack locking for sequence number adjustments

[nftables PATCH] Add icmpv6 support
 2013-07-31 17:29 UTC  (2+ messages)

[libnftables PATCH 1/7] chain: change policy2str function to nft_verdict2str function
 2013-07-31 17:14 UTC  (8+ messages)
` [libnftables PATCH 2/7] jansson: Add helper function for building the tree
` [libnftables PATCH 3/7] table: remove the properties node in Json output
` [libnftables PATCH 4/7] chain: "
` [libnftables PATCH 5/7] chain:Add json parser support
` [libnftables PATCH 6/7] test:chain:test json parsing support
` [libnftables PATCH 7/7] examples: Add nft-chain-json-add

[iptables-nftables - PATCH] xtables: Do not dump before command parsing has been finished
 2013-07-31 17:12 UTC  (2+ messages)

[PATCH] netfilter: xt_addrtype: fix trivial typo
 2013-07-31 16:52 UTC  (2+ messages)

[PATCH v3] iptables: allow service names in [DS]NAT targets
 2013-07-31 16:48 UTC 

[iptables-nftables PATCH 1/5] nft: let nft_handle struct own the builtin table pointer
 2013-07-30  9:46 UTC  (13+ messages)
` [iptables-nftables PATCH 2/5] nft: search builtin tables via nft_handle tables pointer
` [iptables-nftables PATCH 3/5] nft: nft_xtables_config_load() called only in nft_init()
` [iptables-nftables PATCH 4/5] nft: export functions reusability
` [iptables-nftables PATCH 5/5] nft: fix family operation lookup

[PATCH 0/3] networking: Use ETH_ALEN where appropriate
 2013-07-29  5:29 UTC  (2+ messages)
` [PATCH 1/3] uapi: Convert some uses of 6 to ETH_ALEN

[PATCH v2 net-next] net/sctp: Refactor SCTP skb checksum computation
 2013-07-28  3:07 UTC  (5+ messages)

[libnftables PATCH] xml: expr: fix public interface for parsing XML
 2013-07-26 14:55 UTC  (4+ messages)

[PATCH] iptables: iptables-xml: Fix various parsing bugs
 2013-07-26 14:52 UTC  (2+ messages)

[PATCH] build: fail in configure on missing dependency for optional component
 2013-07-26 14:33 UTC  (2+ messages)

[PATCH libnftables] src: remove version from XML and JSON representations
 2013-07-26 14:13 UTC 

[iptables-nftables PATCH v2] nft: load only the tables of the current family
 2013-07-26 13:49 UTC 

[libnftables PATCH v3] set: XML parse
 2013-07-26 13:02 UTC  (2+ messages)

[libnftables PATCH] set: xml: change XML attributes to nodes
 2013-07-26 12:11 UTC 

[iptables-nftables PATCH] nft: load only the tables of the current family
 2013-07-26 12:04 UTC  (2+ messages)

[libnftables PATCH v2] set: XML parse
 2013-07-26 10:35 UTC  (2+ messages)

[libnftables PATCH] log: fix qthreshold data type
 2013-07-26 10:01 UTC  (2+ messages)

[libnftables PATCH 1/6] table: json: Add Json parser support
 2013-07-25 21:13 UTC  (10+ messages)
` [libnftables PATCH 2/6] table : tests: test the table json "
` [libnftables PATCH 3/6] examples: Add nft-table-json-add
` [libnftables PATCH 4/6] chain: json: add function for parsing chain
` [libnftables PATCH 5/6] chain: test: test the chain parser support
` [libnftables PATCH 6/6] examples: Add nft-chain-json-add

[libnftables PATCH] immediate: xml: fix name inconsistency
 2013-07-25 20:58 UTC  (2+ messages)

[libnftables PATCH] tests: xml: add realistic XML tests files
 2013-07-25 20:57 UTC  (2+ messages)

[libnftables PATCH 1/2] src: utils: add verdict2str
 2013-07-25 20:49 UTC  (4+ messages)
` [libnftables PATCH 2/2] set: XML parse

[iptables-nftables - RFC v2 PATCH 00/17] Xtables extensions: full support (pure nft or compat layer)
 2013-07-25 17:16 UTC  (18+ messages)
` [iptables-nftables - RFC v2 PATCH 01/17] nft: Remove useless function
` [iptables-nftables - RFC v2 PATCH 02/17] xtables: Add support for injecting xtables target into nft rule
` [iptables-nftables - RFC v2 PATCH 03/17] xtables: add support for injecting xtables matches "
` [iptables-nftables - RFC v2 PATCH 04/17] nft: Add nft expressions translation engine as a library
` [iptables-nftables - RFC v2 PATCH 05/17] nft: Integrate nft translator engine in current core
` [iptables-nftables - RFC v2 PATCH 06/17] nft: Manage xtables target parsing through translation tree
` [iptables-nftables - RFC v2 PATCH 07/17] nft: Manage xtables matches through nft "
` [iptables-nftables - RFC v2 PATCH 08/17] nft: Add support for xtables extensions callback to change cs
` [iptables-nftables - RFC v2 PATCH 09/17] xtables: Add support for registering nft translation function for target
` [iptables-nftables - RFC v2 PATCH 10/17] xtables: Add support for registering nft translation function for match
` [iptables-nftables - RFC v2 PATCH 11/17] nft: Register all relevant xtables extensions into translation tree
` [iptables-nftables - RFC v2 PATCH 12/17] nft: Refactor firewall printing so it reuses already parsed cs struct
` [iptables-nftables - RFC v2 PATCH 13/17] nft: Refactor rule deletion so it compares both cs structure
` [iptables-nftables - RFC v2 PATCH 14/17] xtables: nft: Complete refactoring on how rules are saved
` [iptables-nftables - RFC v2 PATCH 15/17] xtables: Support pure nft expressions for DNAT extension
` [iptables-nftables - RFC v2 PATCH 16/17] nft: Add a function to reset the counters of an existing rule
` [iptables-nftables - RFC v2 PATCH 17/17] xtables: Support -Z options for a given rule number

[libnftables PATCH] src: xml: consolidate common XML code via nft_mxml_num_parse
 2013-07-25 16:46 UTC 

[PATCH 0/4] Generalize DEBUGP macros
 2013-07-25  9:23 UTC  (5+ messages)
` [PATCH 1/4] iptables: Introduce header for keeping debug and trace entities
` [PATCH 2/4] extensions: Use DEBUGP macro from trace.h
` [PATCH 3/4] iptables: "
` [PATCH 4/4] libiptc: "

[net-next] net/sctp: Refactor SCTP skb checksum computation
 2013-07-25  1:18 UTC  (3+ messages)

[PATCH v2] iptables: allow service names in [DS]NAT targets
 2013-07-25  0:17 UTC  (4+ messages)

[PATCH conntrack-tools] conntrack: fix reporting of unknown arguments
 2013-07-24 20:47 UTC 

[PATCH] iptables: additional include path required after UAPI changes
 2013-07-24 18:44 UTC  (2+ messages)

iptables-nftables rebased upon 1.4.19.1
 2013-07-24 18:03 UTC 

[xtables-arptables PATCH v2 0/5] nft changes for xtables-arptables
 2013-07-24 11:55 UTC  (17+ messages)
` [xtables-arptables PATCH v2 1/5] nft: add builtin_table pointer
` [xtables-arptables PATCH v2 2/5] nft: search builtin tables via nft_handle tables pointer
` [xtables-arptables PATCH v2 3/5] nft: nft_xtables_config_load() called only in nft_init()
` [xtables-arptables PATCH v2 4/5] nft: make functions public
` [xtables-arptables PATCH v2 5/5] nft: replace args.family

[xtables-arptables PATCH] xtables: Bootstrap xtables-arptables compatible tool for nftables
 2013-07-24  8:21 UTC  (2+ messages)

[PATCH 0/2] Netfilter fixes for net (3.11-rc1)
 2013-07-22 21:34 UTC  (4+ messages)
` [PATCH 1/2] netfilter: ctnetlink: fix incorrect NAT expectation dumping
` [PATCH 2/2] netfilter: xt_socket: fix broken v0 support

[xtables-arptables PATCH 0/4] nft changes for xtables-arptables
 2013-07-22 15:43 UTC  (8+ messages)
` [xtables-arptables PATCH 1/4] nft: add builtin_table pointer
` [xtables-arptables PATCH 2/4] nft: search builtin tables via nft_handle tables pointer
` [xtables-arptables PATCH 3/4] nft: nft_xtables_config_load() called only in nft_init()
` [xtables-arptables PATCH 4/4] nft: make functions public

[PATCH] ebtables: Adding --noflush command line support for ebtables-restore
 2013-07-22 14:01 UTC 

Packet loss when using NFQUEUE and nf_conntrack_ipv4
 2013-07-22  8:33 UTC  (3+ messages)

conntrackd segfault on EPSV IPv6 ftp command when using ftp ExpectationSync
 2013-07-22  7:00 UTC  (12+ messages)

nftables rebased upon 3.10
 2013-07-20 12:19 UTC 

[PATCHv3 nftables insert operation]
 2013-07-19 15:50 UTC  (5+ messages)
` [nftables PATCH] Add support for insertion inside rule list

[PATCH conntrack-tools] conntrack: introduce -l option to filter by labels
 2013-07-19 15:45 UTC  (2+ messages)

[iptables-nftables - RFC PATCH 00/15] Xtables extensions: full support (pure nft or compat layer)
 2013-07-19 15:17 UTC  (16+ messages)
` [iptables-nftables - RFC PATCH 01/15] xtables: Add support for injecting xtables target into nft rule
` [iptables-nftables - RFC PATCH 02/15] xtables: add support for injecting xtables matches "
` [iptables-nftables - RFC PATCH 03/15] nft: Add nft expressions translation engine as a library
` [iptables-nftables - RFC PATCH 04/15] nft: Integrate nft translator engine in current core
` [iptables-nftables - RFC PATCH 05/15] nft: Manage xtables target parsing through translation tree
` [iptables-nftables - RFC PATCH 06/15] nft: Manage xtables matches through nft "
` [iptables-nftables - RFC PATCH 07/15] nft: Add support for xtables extensions callback to change cs
` [iptables-nftables - RFC PATCH 08/15] xtables: Add support for registering nft translation function for target
` [iptables-nftables - RFC PATCH 09/15] xtables: Add support for registering nft translation function for match
` [iptables-nftables - RFC PATCH 10/15] nft: Register all relevant xtables extensions into translation tree
` [iptables-nftables - RFC PATCH 11/15] nft: Refactor firewall printing so it reuses already parsed cs struct
` [iptables-nftables - RFC PATCH 12/15] nft: Refactor rule deletion so it compares both cs structure
` [iptables-nftables - RFC PATCH 13/15] nft: Remove useless function
` [iptables-nftables - RFC PATCH 14/15] xtables: nft: Complete refactoring on how rules are saved
` [iptables-nftables - RFC PATCH 15/15] xtables: Support pure nft expressions for DNAT extension

net-next is now OPEN
 2013-07-19 13:52 UTC  (4+ messages)

[iptables-nftables - PATCH] nft: A non valid if index should not be handled
 2013-07-19 13:36 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).