These patches fix some netfilter regressions in 2.6.24 introduced by the removal of double skb pointers: - a BUG when enlarging packets queued to userspace - inverted error checking of skb_make_writable in bridge netfilter - use of incorrect return codes after skb_make_writable errors in bridge netfilter Please apply, thanks. net/bridge/netfilter/ebt_dnat.c | 4 ++-- net/bridge/netfilter/ebt_redirect.c | 4 ++-- net/bridge/netfilter/ebt_snat.c | 4 ++-- net/ipv4/netfilter/arpt_mangle.c | 2 +- net/ipv4/netfilter/ip_queue.c | 12 +++++++----- net/ipv6/netfilter/ip6_queue.c | 10 ++++++---- net/netfilter/nfnetlink_queue.c | 10 ++++++---- 7 files changed, 26 insertions(+), 20 deletions(-) Patrick McHardy (3): [NETFILTER]: nfnetlink_queue: fix SKB_LINEAR_ASSERT when mangling packet data [NETFILTER]: Fix incorrect use of skb_make_writable [NETFILTER]: fix ebtable targets return - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html