netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* nf-next: TEE and nesting
@ 2010-03-31 10:31 Jan Engelhardt
  2010-03-31 10:31 ` [PATCH 1/5] netfilter: ipv6: move POSTROUTING invocation before fragmentation Jan Engelhardt
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Jan Engelhardt @ 2010-03-31 10:31 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel


Hi,


next on the calendar is the xt_TEE submission.


The following changes since commit b44672889c11e13e4f4dc0a8ee23f0e64f1e57c6:
  Jan Engelhardt (1):
        netfilter: xtables: merge registration structure to NFPROTO_UNSPEC

are available in the git repository at:

  git://dev.medozas.de/linux master

Jan Engelhardt (5):
      netfilter: ipv6: move POSTROUTING invocation before fragmentation
      net: ipv6: add IPSKB_REROUTED exclusion to NF_HOOK/POSTROUTING invocation
      netfilter: xtables: inclusion of xt_TEE
      netfilter: xtables2: make ip_tables reentrant
      netfilter: xt_TEE: have cloned packet travel through Xtables too

 include/linux/netfilter/Kbuild     |    1 +
 include/linux/netfilter/x_tables.h |    7 +
 include/linux/netfilter/xt_TEE.h   |    8 +
 net/ipv4/netfilter/arp_tables.c    |    6 +-
 net/ipv4/netfilter/ip_tables.c     |   65 +++++----
 net/ipv6/ip6_output.c              |   50 ++++----
 net/ipv6/netfilter/ip6_tables.c    |   56 +++-----
 net/netfilter/Kconfig              |    7 +
 net/netfilter/Makefile             |    1 +
 net/netfilter/x_tables.c           |   79 +++++++++++
 net/netfilter/xt_TEE.c             |  258 ++++++++++++++++++++++++++++++++++++
 11 files changed, 446 insertions(+), 92 deletions(-)
 create mode 100644 include/linux/netfilter/xt_TEE.h
 create mode 100644 net/netfilter/xt_TEE.c

^ permalink raw reply	[flat|nested] 18+ messages in thread
* nf-next: TEE and nesting
@ 2010-03-31 10:38 Jan Engelhardt
  2010-03-31 10:38 ` [PATCH 1/5] netfilter: ipv6: move POSTROUTING invocation before fragmentation Jan Engelhardt
  0 siblings, 1 reply; 18+ messages in thread
From: Jan Engelhardt @ 2010-03-31 10:38 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel, netdev


> Hi,
>
> next on the calendar is the xt_TEE submission.
>
>
> The following changes since commit b44672889c11e13e4f4dc0a8ee23f0e64f1e57c6:
>   Jan Engelhardt (1):
>         netfilter: xtables: merge registration structure to NFPROTO_UNSPEC
>
> are available in the git repository at:
>
>   git://dev.medozas.de/linux master
>
> Jan Engelhardt (5):
>       netfilter: ipv6: move POSTROUTING invocation before fragmentation
>       net: ipv6: add IPSKB_REROUTED exclusion to NF_HOOK/POSTROUTING invocation
>       netfilter: xtables: inclusion of xt_TEE
>       netfilter: xtables2: make ip_tables reentrant
>       netfilter: xt_TEE: have cloned packet travel through Xtables too

cc'd netdev due to larger changes to the IPv6 code.

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

end of thread, other threads:[~2010-04-07 13:25 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31 10:31 nf-next: TEE and nesting Jan Engelhardt
2010-03-31 10:31 ` [PATCH 1/5] netfilter: ipv6: move POSTROUTING invocation before fragmentation Jan Engelhardt
2010-04-01 10:50   ` YOSHIFUJI Hideaki
2010-04-01 10:57     ` Jan Engelhardt
2010-04-01 11:17     ` Patrick McHardy
2010-04-01 11:50       ` Jan Engelhardt
2010-04-01 11:56         ` Patrick McHardy
2010-04-01 12:13           ` Jan Engelhardt
2010-04-01 12:28             ` Patrick McHardy
2010-04-01 22:48               ` Jan Engelhardt
2010-04-07 13:24       ` Jan Engelhardt
2010-03-31 10:31 ` [PATCH 2/5] net: ipv6: add IPSKB_REROUTED exclusion to NF_HOOK/POSTROUTING invocation Jan Engelhardt
2010-03-31 10:31 ` [PATCH 3/5] netfilter: xtables: inclusion of xt_TEE Jan Engelhardt
2010-03-31 10:31 ` [PATCH 4/5] netfilter: xtables2: make ip_tables reentrant Jan Engelhardt
2010-03-31 10:31 ` [PATCH 5/5] netfilter: xt_TEE: have cloned packet travel through Xtables too Jan Engelhardt
2010-03-31 10:33 ` nf-next: TEE and nesting Patrick McHardy
  -- strict thread matches above, loose matches on Subject: below --
2010-03-31 10:38 Jan Engelhardt
2010-03-31 10:38 ` [PATCH 1/5] netfilter: ipv6: move POSTROUTING invocation before fragmentation Jan Engelhardt
2010-04-01 10:23   ` Patrick McHardy

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).