netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] netfilter: IPv4/v6 IPcomp match support
@ 2013-12-13 12:18 Fan Du
  2013-12-13 12:18 ` [PATCH 1/2] netfilter: add IPv4 IPComp extension " Fan Du
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Fan Du @ 2013-12-13 12:18 UTC (permalink / raw)
  To: pablo; +Cc: davem, steffen.klassert, netfilter-devel, netdev

Hi,

This patchset adds IPv4/v6 IPComp 'match' plugin to enables user setting
ACTONs for IPcomp flows sepecified with SPI value.

Corresponding iptables patchset will be sent here after soon.

Fan Du (2):
  netfilter: add IPv4 IPComp extension match support
  netfilter: add IPv6 IPComp extension match support

 include/uapi/linux/netfilter_ipv4/ipt_comp.h  |   18 ++++
 include/uapi/linux/netfilter_ipv6/ip6t_comp.h |   18 ++++
 net/ipv4/netfilter/Kconfig                    |    9 ++
 net/ipv4/netfilter/Makefile                   |    1 +
 net/ipv4/netfilter/ipt_comp.c                 |  101 +++++++++++++++++++++++
 net/ipv6/netfilter/Kconfig                    |    8 ++
 net/ipv6/netfilter/Makefile                   |    1 +
 net/ipv6/netfilter/ip6t_comp.c                |  110 +++++++++++++++++++++++++
 8 files changed, 266 insertions(+)
 create mode 100644 include/uapi/linux/netfilter_ipv4/ipt_comp.h
 create mode 100644 include/uapi/linux/netfilter_ipv6/ip6t_comp.h
 create mode 100644 net/ipv4/netfilter/ipt_comp.c
 create mode 100644 net/ipv6/netfilter/ip6t_comp.c

-- 
1.7.9.5


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

end of thread, other threads:[~2013-12-24 18:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 12:18 [PATCH net-next 0/2] netfilter: IPv4/v6 IPcomp match support Fan Du
2013-12-13 12:18 ` [PATCH 1/2] netfilter: add IPv4 IPComp extension " Fan Du
2013-12-13 12:18 ` [PATCH 2/2] netfilter: add IPv6 " Fan Du
2013-12-17 13:05 ` [PATCH net-next 0/2] netfilter: IPv4/v6 IPcomp " Pablo Neira Ayuso
2013-12-19  3:30   ` Fan Du
2013-12-20  9:04     ` Pablo Neira Ayuso
2013-12-20  9:21       ` Fan Du
2013-12-23 12:13         ` Pablo Neira Ayuso
2013-12-24  6:19           ` Fan Du
2013-12-24 18:16             ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).