From: stephane <stephane.ml.bryant@xxxxxxxxx> This series of patches intends to add support for queuing to userspace for the AF_BRIDGE family: -patch 1 just adds and registers the relevant structures: basic queuing is enabled -patch 2 will pull back the L2 header into the skb sent to the user space -patch 3 will reinsert the VLAN header when present Each patch can be applied as a standalone. No checksum recalculation is performed for transport protocols stephane (3): netfilter: bridge: add nf_afinfo to enable queuing to userspace netfilter: bridge: pull back mac header into skb queued to userspace netfilter: bridge: copy back VLAN header for bridge packet queued to userspace net/bridge/br_netfilter_hooks.c | 44 +++++++++++++++++++++++ net/netfilter/nfnetlink_queue.c | 80 ++++++++++++++++++++++++++++++++++++++--- 2 files changed, 119 insertions(+), 5 deletions(-) -- 2.1.4 -- 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