]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://1984.lsi.us.es/nf-next
authorDavid S. Miller <davem@davemloft.net>
Sun, 27 Jan 2013 05:56:10 +0000 (00:56 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 27 Jan 2013 05:56:10 +0000 (00:56 -0500)
commitd7fff6c8008d55072af5816827cb46165e295941
tree569900a59bbc4decf36dc48f51a0d67b5e9bac0d
parent510bc7bd2dd2cdff759144d55376e78d91f8c532
parent3183f06e1af0d5ff43ec3d278497564b6a8dc734
Merge branch 'master' of git://1984.lsi.us.es/nf-next

Pablo Neira Ayuso says:

====================
This batch contains netfilter updates for you net-next tree, they are:

* The new connlabel extension for x_tables, that allows us to attach
  labels to each conntrack flow. The kernel implementation uses a
  bitmask and there's a file in user-space that maps the bits with the
  corresponding string for each existing label. By now, you can attach
  up to 128 overlapping labels. From Florian Westphal.

* A new round of improvements for the netns support for conntrack.
  Gao feng has moved many of the initialization code of each module
  of the netns init path. He also made several code refactoring, that
  code looks cleaner to me now.

* Added documentation for all possible tweaks for nf_conntrack via
  sysctl, from Jiri Pirko.

* Cisco 7941/7945 IP phone support for our SIP conntrack helper,
  from Kevin Cernekee.

* Missing header file in the snmp helper, from Stephen Hemminger.

* Finally, a couple of fixes to resolve minor issues with these
  changes, from myself.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>