| Message ID | 1379357279-13361-1-git-send-email-kadlec@blackhole.kfki.hu |
|---|---|
| State | Accepted |
| Headers | show |
On Mon, Sep 16, 2013 at 08:47:55PM +0200, Jozsef Kadlecsik wrote: > Hi Pablo, > > Next follows the ipset related fixes for the nf tree. Please consider applying them. > > Best regards, > Jozsef > > The following changes since commit d830f0fa1dd7ca447c38aec82cd44230e0b7ca75: > Phil Oester (1): > netfilter: nf_nat_proto_icmpv6:: fix wrong comparison in icmpv6_manip_pkt > > are available in the git repository at: > > git://blackhole.kfki.hu/nf master Pulled, thanks Jozsef. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Pablo, Next follows the ipset related fixes for the nf tree. Please consider applying them. Best regards, Jozsef The following changes since commit d830f0fa1dd7ca447c38aec82cd44230e0b7ca75: Phil Oester (1): netfilter: nf_nat_proto_icmpv6:: fix wrong comparison in icmpv6_manip_pkt are available in the git repository at: git://blackhole.kfki.hu/nf master Jozsef Kadlecsik (3): netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/protocol netfilter: ipset: Consistent userspace testing with nomatch flag netfilter: ipset: Validate the set family and not the set type family at swapping Oliver Smith (1): netfilter: ipset: Fix serious failure in CIDR tracking include/linux/netfilter/ipset/ip_set.h | 6 +++- net/netfilter/ipset/ip_set_core.c | 5 +-- net/netfilter/ipset/ip_set_getport.c | 4 +- net/netfilter/ipset/ip_set_hash_gen.h | 28 +++++++++++++++----------- net/netfilter/ipset/ip_set_hash_ipportnet.c | 4 +- net/netfilter/ipset/ip_set_hash_net.c | 4 +- net/netfilter/ipset/ip_set_hash_netiface.c | 4 +- net/netfilter/ipset/ip_set_hash_netport.c | 4 +- 8 files changed, 32 insertions(+), 27 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html