netfilter 00/62: netfilter update

Previous thread: netfilter 04/62: xtables: obtain random bytes earlier, in checkentry by Patrick McHardy on Tuesday, February 16, 2010 - 7:55 am. (1 message)

Next thread: Re: [PATCH 13/23 v3] mlx4: Unicast Loopback support by Yevgeny Petrilin on Tuesday, February 16, 2010 - 8:28 am. (2 messages)
From: Patrick McHardy
Date: Tuesday, February 16, 2010 - 7:55 am

Hi Dave,

following is a first netfilter update for 2.6.34. Highlights include:

- further work on completing network namespace support from Alexey

- cleanups and automatic table instantiation in xtables from Jan

- SIP over TCP and SIP T.38 FAX support from myself

- a new xtables target to supply parameters for conntrack initialization
  to the conntrack core from myself

- conntrack zones, allowing conntrack/NAT to handle multiple connections
  with the same identity, from myself

- dynamic IPVS hash sizing by Catalin M. Boie

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6.git master

Thanks!


 include/linux/netfilter.h                      |   64 +++--
 include/linux/netfilter/Kbuild                 |    1 +
 include/linux/netfilter/nf_conntrack_common.h  |   22 ++
 include/linux/netfilter/nf_conntrack_sip.h     |   19 +-
 include/linux/netfilter/nfnetlink.h            |    8 +-
 include/linux/netfilter/nfnetlink_conntrack.h  |    2 +
 include/linux/netfilter/x_tables.h             |   53 +++--
 include/linux/netfilter/xt_CT.h                |   17 ++
 include/linux/netfilter_arp/arp_tables.h       |    1 +
 include/linux/netfilter_bridge/ebtables.h      |    2 +-
 include/linux/netfilter_ipv4/ip_tables.h       |    3 +-
 include/linux/netfilter_ipv6/ip6_tables.h      |    3 +-
 include/net/ip.h                               |    3 +
 include/net/ip_vs.h                            |   16 +-
 include/net/ipv6.h                             |    5 +
 include/net/net_namespace.h                    |    2 +
 include/net/netfilter/nf_conntrack.h           |   12 +-
 include/net/netfilter/nf_conntrack_core.h      |    3 +-
 include/net/netfilter/nf_conntrack_ecache.h    |   58 ++---
 include/net/netfilter/nf_conntrack_expect.h    |   16 +-
 include/net/netfilter/nf_conntrack_extend.h    |    2 +
 include/net/netfilter/nf_conntrack_helper.h    |    8 +-
 include/net/netfilter/nf_conntrack_l4proto.h   |    4 +-
 ...
From: David Miller
Date: Tuesday, February 16, 2010 - 12:21 pm

From: Patrick McHardy <kaber@trash.net>

Pulled, I'll push this out to net-next-2.6 after some build
tests.

Thanks!
--

Previous thread: netfilter 04/62: xtables: obtain random bytes earlier, in checkentry by Patrick McHardy on Tuesday, February 16, 2010 - 7:55 am. (1 message)

Next thread: Re: [PATCH 13/23 v3] mlx4: Unicast Loopback support by Yevgeny Petrilin on Tuesday, February 16, 2010 - 8:28 am. (2 messages)