netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* iptables: options, tproxy
@ 2010-12-03 21:58 Jan Engelhardt
  2010-12-03 21:58 ` [PATCH 1/5] iptables: reset options at the start of each command Jan Engelhardt
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jan Engelhardt @ 2010-12-03 21:58 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel


The following changes since commit 2f09f1b39ced2ae7109382dcf066785bab4a966a:

  libxt_conntrack: fix --ctdir save/dump output format (2010-11-17 15:54:18 +0100)

are available in the git repository at:
  git://dev.medozas.de/iptables master

Jan Engelhardt (5):
      iptables: reset options at the start of each command
      iptables: do not emit orig_opts twice
      include: update files with headers from Linux 2.6.37-rc1
      TPROXY: add support for revision 1
      socket: add support for revision 1

 extensions/libxt_SECMARK.c               |    8 +-
 extensions/libxt_TPROXY.c                |  193 +++++++++++++++++++++++++-----
 extensions/libxt_socket.c                |   76 +++++++++++-
 extensions/libxt_socket.man              |    3 +
 extensions/libxt_time.c                  |    1 +
 include/linux/netfilter/xt_CHECKSUM.h    |    8 +-
 include/linux/netfilter/xt_CT.h          |   10 +-
 include/linux/netfilter/xt_IDLETIMER.h   |    2 +-
 include/linux/netfilter/xt_SECMARK.h     |   12 +--
 include/linux/netfilter/xt_TCPOPTSTRIP.h |    2 +-
 include/linux/netfilter/xt_TPROXY.h      |   17 ++-
 include/linux/netfilter/xt_cluster.h     |    8 +-
 include/linux/netfilter/xt_connlimit.h   |    2 +
 include/linux/netfilter/xt_ipvs.h        |    2 +
 include/linux/netfilter/xt_physdev.h     |    3 +
 include/linux/netfilter/xt_policy.h      |   11 ++
 include/linux/netfilter/xt_quota.h       |    6 +-
 include/linux/netfilter/xt_sctp.h        |    4 +-
 include/linux/netfilter/xt_socket.h      |   12 ++
 include/linux/netfilter/xt_time.h        |   14 +-
 include/linux/netfilter/xt_u32.h         |   16 ++--
 ip6tables.c                              |    2 +-
 iptables.c                               |    2 +-
 xtables.c                                |    4 +
 24 files changed, 329 insertions(+), 89 deletions(-)
 create mode 100644 include/linux/netfilter/xt_socket.h

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

end of thread, other threads:[~2010-12-15 22:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-03 21:58 iptables: options, tproxy Jan Engelhardt
2010-12-03 21:58 ` [PATCH 1/5] iptables: reset options at the start of each command Jan Engelhardt
2010-12-03 21:58 ` [PATCH 2/5] iptables: do not emit orig_opts twice Jan Engelhardt
2010-12-03 21:58 ` [PATCH 3/5] include: update files with headers from Linux 2.6.37-rc1 Jan Engelhardt
2010-12-03 21:58 ` [PATCH 4/5] TPROXY: add support for revision 1 Jan Engelhardt
2010-12-03 21:58 ` [PATCH 5/5] socket: " Jan Engelhardt
2010-12-15 22:37 ` iptables: options, tproxy 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).