All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nf-next v2 0/2] netfilter: bridge: add queuing to userspace for AF_
@ 2016-02-11 14:53 stephane.ml.bryant
  2016-02-11 14:53 ` [PATCH nf-next v2 1/2] netfilter: bridge: add nf_afinfo to enable queuing to userspace stephane.ml.bryant
  2016-02-11 14:53 ` [PATCH nf-next v2 2/2] netfilter: bridge: pass L2 header and VLAN as netlink attributes in queues " stephane.ml.bryant
  0 siblings, 2 replies; 6+ messages in thread
From: stephane.ml.bryant @ 2016-02-11 14:53 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel, stephane

From: stephane <stephane.ml.bryant@gmail.com>

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 passed VLAN and L2 header as netlink attribute, to and back
 from userspace.

stephane (2):
  netfilter: bridge: add nf_afinfo to enable queuing to userspace
  netfilter: bridge: pass L2 header and VLAN as netlink attributes in
    queues to userspace

 include/uapi/linux/netfilter/nfnetlink_queue.h |   7 ++
 net/bridge/netfilter/nf_tables_bridge.c        |  47 ++++++++-
 net/netfilter/nfnetlink_queue.c                | 130 ++++++++++++++++++++++++-
 3 files changed, 177 insertions(+), 7 deletions(-)

-- 
2.1.4


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-15 19:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-11 14:53 [PATCH nf-next v2 0/2] netfilter: bridge: add queuing to userspace for AF_ stephane.ml.bryant
2016-02-11 14:53 ` [PATCH nf-next v2 1/2] netfilter: bridge: add nf_afinfo to enable queuing to userspace stephane.ml.bryant
2016-02-13 23:45   ` Florian Westphal
2016-02-11 14:53 ` [PATCH nf-next v2 2/2] netfilter: bridge: pass L2 header and VLAN as netlink attributes in queues " stephane.ml.bryant
2016-02-13 23:42   ` Florian Westphal
2016-02-15 19:45   ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.