]> 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>
Thu, 18 Oct 2018 16:57:42 +0000 (09:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2018 16:57:42 +0000 (09:57 -0700)
commitff45e0393a839af8f3f627e3990cb5440c4354ab
tree7e66b6dbdec8b6aba0f4bf15976037d3a35d6aa1
parent6c2472a8b22660c11dfa90578647c274aa275873
parent3b610aa8e92dcbd56d50483adcec237be8007d66
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 2018-10-18

1) Remove an unnecessary dev->tstats check in xfrmi_get_stats64.
   From Li RongQing.

2) We currently do a sizeof(element) instead of a sizeof(array)
   check when initializing the ovec array of the secpath.
   Currently this array can have only one element, so code is
   OK but error-prone. Change this to do a sizeof(array)
   check so that we can add more elements in future.
   From Li RongQing.

3) Improve xfrm IPv6 address hashing by using the complete IPv6
   addresses for a hash. From Michal Kubecek.

Please pull or let me know if there are problems.
====================

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