| Message ID | 1382898719-7003-1-git-send-email-kadlec@blackhole.kfki.hu |
|---|---|
| State | Accepted |
| Headers | show |
On Sun, Oct 27, 2013 at 07:31:57PM +0100, Jozsef Kadlecsik wrote: [...] > The following changes since commit f2020b27be94222eb25c39ff46eb9917cb92897b: > > netfilter: ip6t_REJECT: skip checksum verification for outgoing ipv6 packets (2013-10-23 11:20:00 +0200) > > are available in the git repository at: > > git://blackhole.kfki.hu/nf-next 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, Here follows two patches for nf-next. - Fix memory allocation for bitmap:port: at the restructuring of the bitmap types creation in ipset, for the bitmap:port type wrong (too large) memory allocation was copied. Reported by Quentin Armitage, the patch is from me. - Remove a duplicate define from net/netfilter/ipset/ip_set_hash_gen.h, submitted by Michael Opdenacker. Please apply them. Best regards, Jozsef The following changes since commit f2020b27be94222eb25c39ff46eb9917cb92897b: netfilter: ip6t_REJECT: skip checksum verification for outgoing ipv6 packets (2013-10-23 11:20:00 +0200) are available in the git repository at: git://blackhole.kfki.hu/nf-next master for you to fetch changes up to 1e56555ee1f3d04d89bdaa3df57ad2da9fbc0999: netfilter: ipset: remove duplicate define (2013-10-27 19:24:45 +0100) ---------------------------------------------------------------- Jozsef Kadlecsik (1): netfilter:ipset: Fix memory allocation for bitmap:port Michael Opdenacker (1): netfilter: ipset: remove duplicate define net/netfilter/ipset/ip_set_bitmap_port.c | 2 +- net/netfilter/ipset/ip_set_hash_gen.h | 1 - 2 files changed, 1 insertion(+), 2 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