netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-08 13:38:08 to 2016-03-15 01:28:01 UTC [more...]

[PATCH 00/18] Netfilter/IPVS/OVS updates for net-next
 2016-03-15  1:28 UTC  (8+ messages)
` [PATCH 04/18] ipvs: drop first packet to redirect conntrack
` [PATCH 07/18] netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute length
` [PATCH 10/18] netfilter: Remove IP_CT_NEW_REPLY definition
` [PATCH 13/18] openvswitch: Update the CT state key only after nf_conntrack_in()
` [PATCH 14/18] openvswitch: Find existing conntrack entry after upcall
` [PATCH 15/18] openvswitch: Handle NF_REPEAT in conntrack action
` [PATCH 17/18] openvswitch: Interface with NAT

[PATCH v5] extensions: libxt_multiport: Add translation to nft
 2016-03-15  1:06 UTC  (2+ messages)

[PATCH v3] configure: Show support for connlabel
 2016-03-15  0:36 UTC  (2+ messages)

[PATCH] nft: Remove memory-leak
 2016-03-15  0:26 UTC  (2+ messages)

[PATCH] extensions: libipt_REJECT: Avoid to print the default reject with value in the translation
 2016-03-15  0:24 UTC  (2+ messages)

[PATCHv6] extensions: libipt_icmp: Add translation to nft
 2016-03-15  0:20 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH] Shows proper function name for pr_debug() messages
 2016-03-15  0:15 UTC  (2+ messages)

[PATCH] netfilter: nf_conntrack: consolidate lock/unlock into unlock_wait
 2016-03-15  0:11 UTC  (2+ messages)

[PATCH nf-next v10 0/8] openvswitch: NAT support
 2016-03-15  0:01 UTC  (14+ messages)
` [PATCH nf-next v10 1/8] netfilter: Remove IP_CT_NEW_REPLY definition
  ` [PATCH nf-next v10 2/8] netfilter: Allow calling into nat helper without skb_dst
  ` [PATCH nf-next v10 3/8] openvswitch: Add commentary to conntrack.c
  ` [PATCH nf-next v10 6/8] openvswitch: Handle NF_REPEAT in conntrack action
` [PATCH nf-next v10 4/8] openvswitch: Update the CT state key only after nf_conntrack_in()
` [PATCH nf-next v10 5/8] openvswitch: Find existing conntrack entry after upcall
` [PATCH nf-next v10 7/8] openvswitch: Delay conntrack helper call for new connections
` [PATCH nf-next v10 8/8] openvswitch: Interface with NAT

[PATCH v2] netfilter: fix race condition in ipset save, swap and delete
 2016-03-14 19:54 UTC 

[PATCH 1/2 nft] src: revisit cache population logic
 2016-03-14 19:38 UTC  (2+ messages)
` [PATCH 2/2 nft] evaluate: use table_lookup_global() from expr_evaluate_symbol()

[PATCH nf-next resend 0/3] netfilter: connlabel set support
 2016-03-14 14:09 UTC  (6+ messages)
` [PATCH nf-next v3 1/3] netfilter: connlabels: move helpers to xt_connlabel
` [PATCH nf-next v3 2/3] netfilter: labels: don't emit ct event if labels are unchanged
` [PATCH nf-next v3 3/3] netfilter: nftables: add connlabel set support
` [PATCH nf-next v4 "

[RFC] nft: Remove memory-leak
 2016-03-14  8:48 UTC  (3+ messages)

libnetfilter_conntrack's NFCT_OF_TIMESTAMP is not working
 2016-03-14  5:09 UTC 

[RFC] net: ipv4 -- Introduce ifa limit per net
 2016-03-14  3:29 UTC  (27+ messages)

[PATCH] netfilter: fix race condition in ipset save and delete
 2016-03-13 16:25 UTC  (3+ messages)

[ANNOUNCE] ipset 6.28 released
 2016-03-13 11:49 UTC  (9+ messages)

[PATCH] extensions: libip6t_REJECT: Avoid to print the default reject with value in the translation
 2016-03-12 17:31 UTC 

[PATCH V7] netfilter: h323: avoid potential attack
 2016-03-12 12:19 UTC  (2+ messages)

[PATCH v2] configure: Show support for connlabel
 2016-03-12 11:50 UTC  (2+ messages)

[PATCH v4] extensions: libxt_multiport: Add translation to nft
 2016-03-12 11:48 UTC  (2+ messages)

[PATCH] extensions: libip6t_LOG: Avoid to print the default log level in the translation
 2016-03-12 11:42 UTC  (2+ messages)

userns, netns, and quick physical memory consumption by unprivileged user
 2016-03-12 11:41 UTC 

[PATCH 1/4 v4] libnftnl: Implement new buffer of TLV objects
 2016-03-12 11:29 UTC  (6+ messages)
` [PATCH 2/4 v4] libnftnl: rule: Change the "userdata" attribute to use new TLV buffer
` [PATCH 3/4 v4] libnftnl: test: Actualize test to check new nftnl_udata features of nftnl_rule
` [PATCH 4/4 v4] nftables: rule: Change the field "rule->comment" for an nftnl_udata_buf

[PATCH nf] netfilter: x_tables: check for size overflow
 2016-03-12 10:53 UTC  (2+ messages)

[PATCH v4] extensions: libxt_multiport: Add translation to nft
 2016-03-11 11:58 UTC 

NFQUEUE "fail-open" only open to queue limit and not receive buffer limit
 2016-03-11  0:14 UTC  (2+ messages)

[PATCH 1/4 v3] libnftnl: Implement new buffer of TLV objects
 2016-03-10 21:36 UTC  (7+ messages)
` [PATCH 4/4 v3] nftables: rule: Change the field "rule->comment" for an nftnl_udata_buf MIME-Version: 1.0
` [PATCH 2/4 v3] libnftnl: rule: Change the "userdata" attribute to use new TLV buffer

[PATCH nf-next v9 1/8] netfilter: Remove IP_CT_NEW_REPLY definition
 2016-03-10 18:55 UTC  (15+ messages)
` [PATCH nf-next v9 3/8] openvswitch: Add commentary to conntrack.c
  ` [PATCH nf-next v9 2/8] netfilter: Allow calling into nat helper without skb_dst
  ` [PATCH nf-next v9 4/8] openvswitch: Update the CT state key only after nf_conntrack_in()
` [PATCH nf-next v9 5/8] openvswitch: Find existing conntrack entry after upcall
` [PATCH nf-next v9 6/8] openvswitch: Handle NF_REPEAT in conntrack action
` [PATCH nf-next v9 7/8] openvswitch: Delay conntrack helper call for new connections
` [PATCH nf-next v9 8/8] openvswitch: Interface with NAT

[PATCHv3] extensions: libipt_icmp: Add translation to nft
 2016-03-10 18:47 UTC  (14+ messages)
  ` [PATCH] libxt_multiport: "
      ` [PATCH v2] "
          ` [PATCH v3] "
  ` Regarding libxt_multiport translation in nft
  ` [PATCH] libip6t_hbh: Add translation to nft

[PATCH nf-next v8 1/8] netfilter: Remove IP_CT_NEW_REPLY definition
 2016-03-10 18:44 UTC  (16+ messages)
  ` [PATCH nf-next v8 2/8] netfilter: Allow calling into nat helper without skb_dst
` [PATCH nf-next v8 3/8] openvswitch: Add commentary to conntrack.c
` [PATCH nf-next v8 4/8] openvswitch: Update the CT state key only after nf_conntrack_in()
` [PATCH nf-next v8 5/8] openvswitch: Find existing conntrack entry after upcall
` [PATCH nf-next v8 6/8] openvswitch: Handle NF_REPEAT in conntrack action
` [PATCH nf-next v8 7/8] openvswitch: Delay conntrack helper call for new connections
` [PATCH nf-next v8 8/8] openvswitch: Interface with NAT

[PATCHv5] extensions: libipt_icmp: Add translation to nft
 2016-03-10 18:43 UTC  (2+ messages)

[PATCH] extensions: libipt_LOG: Avoid to print the default log level in the translation
 2016-03-10 18:37 UTC  (4+ messages)

[PATCH 0/1] ipset patch for nf
 2016-03-10 18:28 UTC  (5+ messages)
` [PATCH 1/1] netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute length

[PATCH 0/1] ipset patch for nf
 2016-03-10 18:27 UTC  (7+ messages)
` [PATCH 1/1] netfilter: ipset: Fix set:list type crash when flush/dump set in parallel

[PATCH] netfilter: nft_compat: check match/targetinfo attr size
 2016-03-10 17:16 UTC  (4+ messages)

[GIT PULL v2 0/4] IPVS Fixes for v4.5
 2016-03-10 16:39 UTC  (2+ messages)

[PATCH nf v2] netfilter: x_tables: don't rely on well-behaving userspace
 2016-03-10 16:26 UTC 

[PATCH nf] netfilter: x_tables: deal with bogus nextoffset values
 2016-03-10 16:22 UTC  (4+ messages)

[PATCHv4] extensions: libipt_icmp: Add translation to nft
 2016-03-10 16:12 UTC 

[iptables PATCH 1/2] extensions/libxt_rpfilter.man: fix typo, specifiy vs specify
 2016-03-10 13:06 UTC  (3+ messages)
` [iptables PATCH 2/2] iptables/xtables-arp.c: fix typo, wierd vs weird

[PATCH libnftnl] trace: fix missing NFTNL_TRACE_JUMP_TARGET in nftnl_trace_get_str()
 2016-03-10 12:16 UTC 

[PATCH nft] proto: Add router advertisement and solicitation icmp types
 2016-03-10 11:16 UTC  (2+ messages)

[PATCH nft 1/4] tests: frag: enable more tests
 2016-03-10 11:10 UTC  (5+ messages)
` [PATCH nft 2/4] netlink_delinearize: fix bogus offset w exthdr expressions
` [PATCH nft 3/4] nft-test: don't zap remainder of rule after handling a set
` [PATCH nft 4/4] netlink_delinarize: shift constant for ranges too

[PATCH] extensions: libip6t_hbh: Add translation to nft
 2016-03-09 19:01 UTC  (4+ messages)

[PATCH iptables] iptables-translate: pass ipt_entry and ip6t_entry to ->xlate()
 2016-03-09 17:25 UTC 

nft: Modified punctuation used in nft's show_help
 2016-03-09 12:33 UTC  (2+ messages)

[PATCH] doc: nft: Fixed a typo and added/changed punctuation
 2016-03-09 12:19 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH nft] parser_bison: allow 'snat' and 'dnat' keywords from the right-hand side
 2016-03-09 11:35 UTC 

[PATCH nf-next v7 0/7] openvswitch: NAT support
 2016-03-09  0:28 UTC  (4+ messages)
` [PATCH nf-next v7 6/7] openvswitch: Delay conntrack helper call for new connections
  ` [ovs-dev] "

Seeking help for implementing CT HELPER in nftables
 2016-03-08 23:25 UTC  (3+ messages)

[PATCH 00/10] Netfilter/IPVS updates for net-next
 2016-03-08 19:28 UTC  (2+ messages)

[PATCH] configure: Show support for connlabel
 2016-03-08 13:54 UTC  (9+ 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).