All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] a bit of tidying
@ 2010-03-16  1:32 Jan Engelhardt
  2010-03-16  1:32 ` [PATCH 01/10] netfilter: xt_CT: par->family is an nfproto Jan Engelhardt
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Jan Engelhardt @ 2010-03-16  1:32 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel


Hi,


here's a first round for net-next-2.6.35.
Please review.


The following changes since commit 3a5b27bf6f29574d667230c7e76e4b83fe3014e0
[davenext/master @ v2.6.33-4115-g3a5b27b]:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux

are available in the git repository at:

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

Jan Engelhardt (10):
      netfilter: xt_CT: par->family is an nfproto
      netfilter: xt_NFQUEUE: consolidate v4/v6 targets into one
      netfilter: xtables: add comment markers to Xtables Kconfig
      netfilter: xtables: merge xt_MARK into xt_mark
      netfilter: xtables: merge xt_CONNMARK into xt_connmark
      netfilter: xtables: merge xt_NOTRACK into xt_CT
      netfilter: update my email address
      netfilter: ebt_ip6: add principal maintainer in a MODULE_AUTHOR tag
      netfilter: xt_recent: update description
      netfilter: xt_recent: remove old proc directory

 Documentation/feature-removal-schedule.txt |   10 ---
 include/linux/netfilter/xt_CONNMARK.h      |   22 +-----
 include/linux/netfilter/xt_MARK.h          |    6 +-
 include/linux/netfilter/xt_connmark.h      |   11 +++
 include/linux/netfilter/xt_mark.h          |    4 +
 net/bridge/netfilter/ebt_ip6.c             |    3 +-
 net/netfilter/Kconfig                      |  119 +++++++++++++++-------------
 net/netfilter/Makefile                     |    9 +-
 net/netfilter/xt_CONNMARK.c                |  113 --------------------------
 net/netfilter/xt_CT.c                      |   58 ++++++++++---
 net/netfilter/xt_MARK.c                    |   56 -------------
 net/netfilter/xt_NFQUEUE.c                 |   40 +++-------
 net/netfilter/xt_NOTRACK.c                 |   53 ------------
 net/netfilter/xt_TCPOPTSTRIP.c             |    3 +-
 net/netfilter/xt_connlimit.c               |    1 -
 net/netfilter/xt_connmark.c                |   86 +++++++++++++++++++-
 net/netfilter/xt_hashlimit.c               |    2 +-
 net/netfilter/xt_mark.c                    |   35 ++++++++-
 net/netfilter/xt_recent.c                  |  109 +-------------------------
 net/netfilter/xt_time.c                    |    3 +-
 net/netfilter/xt_u32.c                     |    3 +-
 21 files changed, 263 insertions(+), 483 deletions(-)
 delete mode 100644 net/netfilter/xt_CONNMARK.c
 delete mode 100644 net/netfilter/xt_MARK.c
 delete mode 100644 net/netfilter/xt_NOTRACK.c

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

end of thread, other threads:[~2010-03-16 17:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-16  1:32 [pull] a bit of tidying Jan Engelhardt
2010-03-16  1:32 ` [PATCH 01/10] netfilter: xt_CT: par->family is an nfproto Jan Engelhardt
2010-03-16  1:32 ` [PATCH 02/10] netfilter: xt_NFQUEUE: consolidate v4/v6 targets into one Jan Engelhardt
2010-03-16  1:32 ` [PATCH 03/10] netfilter: xtables: add comment markers to Xtables Kconfig Jan Engelhardt
2010-03-16  1:32 ` [PATCH 04/10] netfilter: xtables: merge xt_MARK into xt_mark Jan Engelhardt
2010-03-16  1:32 ` [PATCH 05/10] netfilter: xtables: merge xt_CONNMARK into xt_connmark Jan Engelhardt
2010-03-16  1:32 ` [PATCH 06/10] netfilter: xtables: merge xt_NOTRACK into xt_CT Jan Engelhardt
2010-03-16 17:01   ` Patrick McHardy
2010-03-16 17:16     ` Jan Engelhardt
2010-03-16 17:18       ` Patrick McHardy
2010-03-16 17:30         ` Jan Engelhardt
2010-03-16 17:46           ` Patrick McHardy
2010-03-16  1:32 ` [PATCH 07/10] netfilter: update my email address Jan Engelhardt
2010-03-16  1:32 ` [PATCH 08/10] netfilter: ebt_ip6: add principal maintainer in a MODULE_AUTHOR tag Jan Engelhardt
2010-03-16  1:32 ` [PATCH 09/10] netfilter: xt_recent: update description Jan Engelhardt
2010-03-16  1:32 ` [PATCH 10/10] netfilter: xt_recent: remove old proc directory 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.