]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec...
authorDavid S. Miller <davem@davemloft.net>
Sun, 28 Sep 2014 21:19:15 +0000 (17:19 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Sep 2014 21:19:15 +0000 (17:19 -0400)
commit2792e9a644474dcc746b24244220f9e7d3b381db
treea5a0ed3429f83d7404dc4d8fe19ac060d6ddb307
parentcf8343b5badb7c2fae5fbc036a269390666c8399
parent8d657794fa3507f7d6ec8d97d313393b61e8f7b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next

Steffen Klassert says:

====================
pull request (net-next): ipsec-next 2014-09-25

1) Remove useless hash_resize_mutex in xfrm_hash_resize().
   This mutex is used only there, but xfrm_hash_resize()
   can't be called concurrently at all. From Ying Xue.

2) Extend policy hashing to prefixed policies based on
   prefix lenght thresholds. From Christophe Gouault.

3) Make the policy hash table thresholds configurable
   via netlink. From Christophe Gouault.

4) Remove the maximum authentication length for AH.
   This was needed to limit stack usage. We switched
   already to allocate space, so no need to keep the
   limit. From Herbert Xu.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_policy.c