netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-03 02:53:37 to 2014-08-26 09:56:44 UTC [more...]

[nf_tables PATCH 0/5] Extended NFT_MSG_DELTABLE
 2014-08-26  9:56 UTC  (2+ messages)
` [nf_tables PATCH 1/5] netfilter: nf_tables: refactor rule deletion helper

[{ip,ip6}tables-compat PATCH] nft: fix network prefixes
 2014-08-26  8:55 UTC  (2+ messages)

ARP flux on bond interface
 2014-08-25 21:20 UTC  (2+ messages)

[PATCH 1/2] nft: fix network prefixes
 2014-08-25 20:53 UTC  (2+ messages)

[libnftnl PATCH 1/2] utils: ensure \0 is in place in nft_fprintf()
 2014-08-25 14:12 UTC  (4+ messages)
` [libnftnl PATCH 2/2] src: improve printing of XML/JSON event wrapper header/footer

[PATCH nf-next 1/4] netfilter: nat: move specific NAT IPv4 to core
 2014-08-25 12:29 UTC  (4+ messages)
` [PATCH nf-next 2/4] netfilter: nft_chain_nat_ipv4: use generic IPv4 NAT code from core
` [PATCH nf-next 3/4] netfilter: nat: move specific NAT IPv6 to core
` [PATCH nf-next 4/4] netfilter: nft_chain_nat_ipv6: use generic IPv6 NAT code from core

[PATCH V2 1/1] netfilter/jump_label: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABEL
 2014-08-25  8:38 UTC  (2+ messages)

[PATCH 0/4] ipset patches for nf-next
 2014-08-25  8:28 UTC  (6+ messages)
` [PATCH 1/4] netfilter: ipset: Removed invalid IPSET_ATTR_MARKMASK validation
` [PATCH 2/4] netfilter: ipset: netnet,netportnet: Fix value range support for IPv4
` [PATCH 3/4] netfilter: ipset: Resolve missing-field-initializer warnings
` [PATCH 4/4] netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'

[iptables-compat PATCH 0/3] ebtables compat layer
 2014-08-24 14:18 UTC  (5+ messages)
` [iptables-compat PATCH 1/3] xtables: bootstrap xtables-eb for nftables
` [iptables-compat PATCH 2/3] nft-shared: make compare_matches as public
` [iptables-compat PATCH 3/3] Operations for bridge family

[iptables-compat PATCH 1/5 v2] nft: adds nft_xt_ctx struct
 2014-08-24 14:09 UTC  (8+ messages)
` [iptables-compat PATCH 2/5 v2] nft: alloc bitwise operation for ipv4/ipv6 addresses
` [iptables-compat PATCH 3/5 v2] nft: compare layer 4 protocol in first place
` [iptables-compat PATCH 4/5 v2] nft: adds a bitwise operation to a rule
` [iptables-compat PATCH 5/5 v2] nft: adds parse_bitwise function

Easy network (config) breakage with 3.17-rc1: NETFILTER_XT_TARGET_LOG
 2014-08-24 13:28 UTC  (3+ messages)

[PATCH] netfilter: nfnetlink_acct: use flag to reset counters
 2014-08-24 13:15 UTC  (9+ messages)
` [PATCH] netfilter: nfnetlink_acct: add filter support to nfacct counter list/reset
    ` [PATCH v2] "
        ` [[PATCH v3]] "

[libnftnl PATCH 1/6] examples: merge nft-table-{xml|json}-add.c
 2014-08-24 13:01 UTC  (7+ messages)
` [libnftnl PATCH 2/6] examples: nft-table-parse-add: add batching support
` [libnftnl PATCH 3/6] examples: nft-table-add: add table_add_parse()
` [libnftnl PATCH 4/6] examples: nft-table-add: add batching support
` [libnftnl PATCH 5/6] examples: nft-table-del: add table_del_parse()
` [libnftnl PATCH 6/6] examples: nft-table-del: add batching support

[PATCH] Fix trivial error in man page where flush should be rename
 2014-08-24 12:58 UTC  (2+ messages)

[PATCH] [libnftnl] expr: meta: Add cpu support for meta expresion
 2014-08-24 12:56 UTC  (7+ messages)
` [PATCH] netfilter: nf_tables: Add cpu attribute support to "
` [PATCH] [nft] src: Add support for cpu in "
` [PATCH] [nft] tests: Add tests for cpu attribute of "

[PATCH v2] netfilter: nf_tables: add pkttype support to meta expression
 2014-08-24 12:55 UTC  (5+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH] uapi: netfilter_arp: use __u8 instead of u_int8_t
 2014-08-24 12:54 UTC  (2+ messages)

[PATCH net-next] net: use reciprocal_scale() helper
 2014-08-23 19:21 UTC  (2+ messages)

net-next is OPEN
 2014-08-22 19:47 UTC 

[PATCH 1/1] netfilter/jump_label: use HAVE_JUMP_LABEL?
 2014-08-21 15:24 UTC  (4+ messages)

[nft PATCH v2] nft: add reject support
 2014-08-20 15:52 UTC  (3+ messages)

[libnftnl PATCH] Rename xfree() to libnftnl_xfree() to avoid symbol naming conflict
 2014-08-20 13:22 UTC  (5+ messages)

[PATCH nftables] payload: use proto_unknown for raw protocol header
 2014-08-20 13:19 UTC  (2+ messages)

[PATCH] netfilter: x_tables: allow to use default cgroup match
 2014-08-19 19:39 UTC  (3+ messages)

[PATCH 0/3] nftables: fix some endian issues
 2014-08-19 17:22 UTC  (5+ messages)
` [PATCH 1/3] payload: take endianess into account when updating the payload context
` [PATCH 2/3] datatype: take endianess into account in symbolic_constant_print()
` [PATCH 3/3] proto: fix byteorder of ETH_P_* values

[PATCH] verdict type: handle verdict flags and encoded additional information
 2014-08-18 23:37 UTC 

[nft PATCH] linealize: generate unary expression with the appropiate operation
 2014-08-18 22:09 UTC  (2+ messages)

[PATCH nft] src: don't return error in netlink_linearize_rule()
 2014-08-18 20:33 UTC 

[libnftnl PATCH 1/2] examples: merge nft-chain-{xml|json}-add.c
 2014-08-18 20:20 UTC  (4+ messages)
` [libnftnl PATCH 2/2] examples: nft-chain-parse-add: add batching support

BUG: ip6tables IPv6-REDIRECT over bridges
 2014-08-18 14:36 UTC  (2+ messages)
` [RFC] bridge: Allow to redirect IPv6 traffic to local machine

none zero check of the classid in xt_cgroup
 2014-08-18 13:52 UTC  (2+ messages)

[libnftnl PATCH 1/2] examples: nft-chain-del: add chain_del_parse()
 2014-08-18  9:19 UTC  (2+ messages)
` [libnftnl PATCH 2/2] examples: nft-chain-del: support new batching interface

Post_Routing hook with encapsulated packets (forwarding scenario)
 2014-08-17 20:18 UTC 

[nft PATCH 0/5] Changes in nft byteorder conversions
 2014-08-16 14:45 UTC  (10+ messages)
` [nft PATCH 1/5] payload: fix update context with wrong byteorder
` [nft PATCH 2/5] payload: generate dependency in the correct byteorder
` [nft PATCH 3/5 v3] src: fix byteorder conversions in constant values
` [nft PATCH 4/5 v2] src: fix byteorder conversions in range values
` [nft PATCH 5/5 v2] src: fix byteorder conversions in sets

[PATCH] netfilter: xt_hashlimit: handle iptables-restore of hash with same name
 2014-08-15  7:24 UTC  (7+ messages)

[nft PATCH] More extensive error checking on base chain
 2014-08-14 18:59 UTC  (2+ messages)

Centos 6.5 xtables Addons
 2014-08-14 13:42 UTC 

[libnftnl PATCH 1/3] examples: fix nft-chain-add by adding batching support
 2014-08-13 16:57 UTC  (4+ messages)
` [libnftnl PATCH 2/3] examples: fix nft-chain-del "
` [libnftnl PATCH 3/3] examples: fix and merge nft-chain-{xml|json}-add.c

[PATCH 1/3 libnftnl] common: add batching interfaces
 2014-08-13 16:54 UTC  (3+ messages)
` [PATCH 2/3 libnftnl] examples: nft-chain-add: add chain_add_parse()
` [PATCH 3/3 libnftnl] examples: nft-chain-add: support new batching interface

[nft RFC PATCH] src: add set optimization options
 2014-08-13  8:17 UTC 

[PATCHv2 1/2] netfilter: move NAT Kconfig switches out of the iptables scope
 2014-08-12 10:25 UTC 

[PATCH 0/4] Netfilter fixes for net
 2014-08-11 17:06 UTC  (5+ messages)
` [PATCH 1/4] netfilter: nf_tables: uninitialize element key/data from the commit path
` [PATCH 2/4] netfilter: nf_tables: don't update chain with unset counters
` [PATCH 3/4] netfilter: don't use mutex_lock_interruptible()
` [PATCH 4/4] netfilter: nf_tables: fix error return code

[PATCH] nft-arp: remove wrong conditions
 2014-08-11 16:44 UTC  (2+ messages)

[PATCH 0/5] fix error return code
 2014-08-11 16:41 UTC  (3+ messages)
` [PATCH 4/5] netfilter: nf_tables: "

[PATCH 1/2] netfilter: move NAT Kconfig switches out of the iptables scope
 2014-08-11 16:21 UTC  (2+ messages)
` [PATCH 2/2] netfilter: nf_tables: nat expression must select CONFIG_NF_NAT

[libnftnl PATCH 1/4] examples: fix nft-set-del by adding batching support
 2014-08-11 16:19 UTC  (4+ messages)
` [libnftnl PATCH 2/4] examples: fix with batching and generalize nft-set-json-add.c
` [libnftnl PATCH 3/4] examples: add batching support to nft-set-elem-add.c
` [libnftnl PATCH 4/4] examples: fix nft-set-elem-del.c by adding batching support

[OOPS,TPROXY,xt_owner]: Oops accessing socket in owner_mt()
 2014-08-11 12:40 UTC  (3+ messages)
  ` [OOPS,xt_owner,V2]: "

[libnftnl PATCH 1/4] examples: fix nft-table-add by adding batching support
 2014-08-11 11:32 UTC  (4+ messages)
` [libnftnl PATCH 2/4] examples: fix nft-table-del "
` [libnftnl PATCH 3/4] examples: fix nft-table-upd "
` [libnftnl PATCH 4/4] examples: fix and merge nft-table-{xml|json}-add.c

Bug: nft cannot identify elements in set correctly
 2014-08-11  9:32 UTC  (2+ messages)

Bug: Some anonymous sets aren't displayed correctly
 2014-08-11  7:51 UTC 

[nft PATCH] Remove unused function netlink_get_table
 2014-08-11  2:37 UTC 

[nft PATCH] Fix memory leak in nft get operation
 2014-08-11  2:24 UTC 

[PATCH] netfilter: xt_u32: Accept negative offset in AT operation
 2014-08-07 17:24 UTC 

SDP NATing issue producing invalid X.Y.0.0 IPs
 2014-08-07  9:05 UTC 

ip6tables filter breakage
 2014-08-07  1:13 UTC  (3+ messages)

[PATCH v2] net: reallocate new socket option number for IPV6_AUTOFLOWLABEL
 2014-08-06 23:00 UTC  (3+ messages)

[PATCH] net: reallocate new socket option number for IPV6_AUTOFLOWLABEL
 2014-08-06 22:17 UTC  (4+ messages)

[PATCH 0/3] nftables: add cpu attribute to nft_meta
 2014-08-06 21:59 UTC  (4+ messages)
` [PATCH 1/3] netfilter: nft_meta: add attribute to match cpu handling the packet
` [PATCH 2/3] libnftnl: add attribute for "
` [PATCH 3/3] nftables: add support for cpu meta attribute

[PATCH] nfacct: add filter in to the list operation
 2014-08-06 10:53 UTC  (2+ messages)

README: Merge window prep
 2014-08-05 22:49 UTC 

[nft PATCH] tests: Add tests for pkttype attribute
 2014-08-05 18:35 UTC 

[nft PATCH v2] src: Add support for pkttype in meta expresion
 2014-08-05 18:33 UTC 

[libnftnl PATCH] expr: meta: Add pkttype support
 2014-08-05 18:30 UTC  (2+ messages)
` [libnftnl PATCH v2] "

[PATCH] netfilter: nf_tables: don't update chain with unset counters
 2014-08-05 16:32 UTC  (3+ messages)

nftables null pointer
 2014-08-05 15:25 UTC  (6+ messages)

[PATCH] netfilter: h323: Remove typedefs from structs
 2014-08-05 12:05 UTC 

[nf-next 1/2] net/netfilter/ipset: Resolve missing-field-initializer warnings
 2014-08-05 11:56 UTC  (2+ messages)
` [nf-next 2/2] netfilter: Resolve missing-field-initializers warnings

[PATCH net-next v5 0/3] Lockless netlink_lookup() with new concurrent hash table
 2014-08-05  5:58 UTC  (7+ messages)
` [PATCH net-next 2/3] netlink: Convert netlink_lookup() to use RCU protected "

[PATCH] netfilter: nf_tables: uninitialize element key/data from the commit path
 2014-08-04 21:04 UTC 

[nft PATCH] doc: update documentation with 'monitor' and 'export'
 2014-08-04  8:29 UTC 


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).