linux/net/xfrm
David S. Miller a74eab639e 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 2015-05-28

1) Remove xfrm_queue_purge as this is the same as skb_queue_purge.

2) Optimize policy and state walk.

3) Use a sane return code if afinfo registration fails.

4) Only check fori a acquire state if the state is not valid.

5) Remove a unnecessary NULL check before xfrm_pol_hold
   as it checks the input for NULL.

6) Return directly if the xfrm hold queue is empty, avoid
   to take a lock as it is nothing to do in this case.

7) Optimize the inexact policy search and allow for matching
   of policies with priority ~0U.

All from Li RongQing.

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

Signed-off-by: David S. Miller <davem@davemloft.net>
2015-05-28 20:23:01 -07:00
..
Kconfig
Makefile
xfrm_algo.c net: xfrm: xfrm_algo: Remove unused function 2015-01-12 16:50:46 -05:00
xfrm_hash.c
xfrm_hash.h xfrm: hash prefixed policies based on preflen thresholds 2014-09-02 13:29:44 +02:00
xfrm_input.c xfrm: slightly optimise xfrm_input 2015-04-24 12:17:16 +02:00
xfrm_ipcomp.c
xfrm_output.c net: make skb_dst_pop routine static 2015-05-12 23:19:49 -04:00
xfrm_policy.c xfrm: optimise to search the inexact policy list 2015-05-18 10:31:56 +02:00
xfrm_proc.c net: clean up snmp stats code 2014-05-07 16:06:05 -04:00
xfrm_replay.c
xfrm_state.c xfrm: fix the return code when xfrm_*_register_afinfo failed 2015-04-23 11:37:52 +02:00
xfrm_sysctl.c
xfrm_user.c xfrm: Do not parse 32bits compiled xfrm netlink msg on 64bits host 2015-03-03 10:10:16 +01:00