All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] netfilter: ecn match fixes and IPv6 capable xtables port
@ 2011-06-09 12:12 kaber
  2011-06-09 12:12 ` [PATCH 1/3] netfilter: ipt_ecn: fix protocol check in ecn_mt_check() kaber
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: kaber @ 2011-06-09 12:12 UTC (permalink / raw)
  To: eric.dumazet, dave.taht; +Cc: netfilter-devel

These patches contain two fixes for the ipt_ecn match and an IPv6 capable
xtables port. Nothing particulary exciting in the patches, if noone spots
any problems I'll push the first two patches to net-2.6 and the third one
to net-next-2.6.

iptables patch will follow shortly.

Patrick McHardy (3):
      netfilter: ipt_ecn: fix protocol check in ecn_mt_check()
      netfilter: ipt_ecn: fix inversion for IP header ECN match
      netfilter: xtables: add an IPv6 capable version of the ECN match

 include/linux/netfilter/Kbuild   |    1 +
 include/linux/netfilter/xt_ecn.h |   33 +++++++
 net/ipv4/netfilter/Kconfig       |    9 --
 net/ipv4/netfilter/Makefile      |    1 -
 net/ipv4/netfilter/ipt_ecn.c     |  128 --------------------------
 net/netfilter/Kconfig            |    9 ++
 net/netfilter/Makefile           |    1 +
 net/netfilter/xt_ecn.c           |  187 ++++++++++++++++++++++++++++++++++++++
 8 files changed, 231 insertions(+), 138 deletions(-)
 create mode 100644 include/linux/netfilter/xt_ecn.h
 delete mode 100644 net/ipv4/netfilter/ipt_ecn.c
 create mode 100644 net/netfilter/xt_ecn.c


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

end of thread, other threads:[~2011-06-09 20:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-09 12:12 [PATCH 0/3] netfilter: ecn match fixes and IPv6 capable xtables port kaber
2011-06-09 12:12 ` [PATCH 1/3] netfilter: ipt_ecn: fix protocol check in ecn_mt_check() kaber
2011-06-09 12:12 ` [PATCH 2/3] netfilter: ipt_ecn: fix inversion for IP header ECN match kaber
2011-06-09 12:12 ` [PATCH 3/3] netfilter: xtables: add an IPv6 capable version of the " kaber
2011-06-09 13:16 ` [PATCH 0/3] netfilter: ecn match fixes and IPv6 capable xtables port Jan Engelhardt
2011-06-09 13:21   ` Patrick McHardy
2011-06-09 20:19     ` Jan Engelhardt

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.