netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-16 03:03:19 to 2013-07-28 21:02:43 UTC [more...]

[PATCH 0/5] netfilter: NAT sequence number adjustment fixes/improvements
 2013-07-28 20:54 UTC  (5+ 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

[iptables-nftables PATCH 1/5] nft: let nft_handle struct own the builtin table pointer
 2013-07-28  9:34 UTC  (8+ 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 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  (14+ messages)

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

[PATCHv3 nftables insert operation]
 2013-07-19 15:50 UTC  (13+ messages)
` [libnftables PATCH 1/4] rule: add support for position attribute
  ` [libnftables PATCH 2/4] examples: add insert rule example
  ` [libnftables PATCH 3/4] rule: display position in default printf
  ` [libnftables PATCH 4/4] rule: change type of function to use const
` [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)

[PATCH] netfilter: nf_tables: add insert operation
 2013-07-19 12:49 UTC  (11+ messages)
` [PATCHv4 nftables insert operation 0/1]
  ` [PATCHv4] netfilter: nf_tables: add insert operation
                ` [PATCHv5] "

[libnftables PATCH] chain: json: fix family and table error
 2013-07-19 10:21 UTC  (2+ messages)

[iptables-nftables - PATCH 0/2] fixes
 2013-07-18 11:12 UTC  (7+ messages)
` [iptables-nftables - PATCH 1/2] nft: Optimize chain listing if only one is looked for
` [iptables-nftables - PATCH 2/2] nft: Fix code style issues

Regarding Nat-reservation and tproxy feature in latest netfilter code
 2013-07-18  7:14 UTC 

[PATCH v3 0/29] nfacct changes and additions
 2013-07-17 19:44 UTC  (6+ messages)
` [PATCH v3 kernel 19/29] add byte threshold capability to nfacct

Conntrack vs. TCP-stack timout differences: quickfix howto
 2013-07-17  8:14 UTC 

[iptables-nftables - PATCH 0/9] Various fixes
 2013-07-17  7:08 UTC  (19+ messages)
` [iptables-nftables - PATCH 1/9] nft: Set the rule family when creating a new one
` [iptables-nftables - PATCH 2/9] nft: Handle error on adding rule expressions
` [iptables-nftables - PATCH 3/9] nft: Refactor and optimize nft_rule_list
` [iptables-nftables - PATCH 4/9] xtables: Remove useless parameter to nft_chain_list_find
` [iptables-nftables - PATCH 5/9] nft: Une one unique function to test for a builtin chain
` [iptables-nftables - PATCH 6/9] nft: Print chains in right order when listing rules
` [iptables-nftables - PATCH 7/9] nft: Print chains in right order when saving rules
` [iptables-nftables - PATCH 8/9] xtables-save: Print chains in right order
` [iptables-nftables - PATCH 9/9] nft: Fix small memory leaks

[PATCH net] ipv4: set transport header earlier
 2013-07-16 20:00 UTC  (4+ 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).