Merge branch 'master' of git://1984.lsi.us.es/nf
authorDavid S. Miller <davem@davemloft.net>
Wed, 31 Oct 2012 18:54:15 +0000 (14:54 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Oct 2012 18:54:15 +0000 (14:54 -0400)
commitf8450bbe8c7e94b7ef83e74d270d48e057173ed0
treeb3717a754de855a9186f31635da345ec710beee3
parent3c172868cbbe3eb138fd57bb346c77dffb22b182
parentf1df1374dc83d62588667e566e959df384718ad1
Merge branch 'master' of git://1984.lsi.us.es/nf

Pablo Neira Ayuso says:

====================
The following patchset contains fixes for your net tree, two of them
are due to relatively recent changes, one has been a longstanding bug,
they are:

* Fix incorrect usage of rt_gateway in the H.323 helper, from
  Julian Anastasov.

* Skip re-route in nf_nat code for ICMP traffic. If CONFIG_XFRM is
  enabled, we waste cycles to look up for the route again. This problem
  seems to be there since really long time. From Ulrich Weber.

* Fix mismatching section in nf_conntrack_reasm, from Hein Tibosch.
====================

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