Skip to content
  • David S. Miller's avatar
    Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next · e0376d00
    David S. Miller authored
    
    
    Steffen Klassert says:
    
    ====================
    1) Remove a duplicated call to skb_orphan() in pf_key, from Cong Wang.
    
    2) Prepare xfrm and pf_key for algorithms without pf_key support,
       from Jussi Kivilinna.
    
    3) Fix an unbalanced lock in xfrm_output_one(), from Li RongQing.
    
    4) Add an IPsec state resolution packet queue to handle
       packets that are send before the states are resolved.
    
    5) xfrm4_policy_fini() is unused since 2.6.11, time to remove it.
       From Michal Kubecek.
    
    6) The xfrm gc threshold was configurable just in the initial
       namespace, make it configurable in all namespaces. From
       Michal Kubecek.
    
    7) We currently can not insert policies with mark and mask
       such that some flows would be matched from both policies.
       Allow this if the priorities of these policies are different,
       the one with the higher priority is used in this case.
    ====================
    
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    e0376d00