summaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)AuthorLines
2019-02-18xfrm: Fix inbound traffic via XFRM interfaces across network namespacesTobias Brunner-3/+5
2019-02-05xfrm: destroy xfrm_state synchronously on net exit pathCong Wang-12/+20
2019-01-16xfrm: Make set-mark default behavior backward compatibleBenedict Wong-1/+4
2019-01-10xfrm: refine validation of template and selector familiesFlorian Westphal-4/+9
2019-01-09xfrm: policy: fix infinite loop when merging src-nodesFlorian Westphal-8/+7
2019-01-09xfrm: policy: fix reinsertion on node mergeFlorian Westphal-6/+8
2019-01-09xfrm: policy: delete inexact policies from inexact list on hash rebuildFlorian Westphal-13/+10
2019-01-09xfrm: policy: increment xfrm_hash_generation on hash rebuildFlorian Westphal-0/+2
2019-01-09xfrm: policy: use hlist rcu variants on inexact insert, part 2Florian Westphal-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+17
2018-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-3/+0
2018-12-19net: switch secpath to use skb extension infrastructureFlorian Westphal-48/+8
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal-5/+3
2018-12-19xfrm: use secpath_exist where applicableFlorian Westphal-1/+1
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal-15/+24
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal-7/+9
2018-12-19xfrm: policy: remove set but not used variable 'priority'YueHaibing-3/+0
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-5/+17
2018-11-28xfrm: policy: fix policy hash rebuildFlorian Westphal-4/+5
2018-11-23xfrm_user: fix freeing of xfrm states on acquireMathias Krause-3/+9
2018-11-22xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th...Steffen Klassert-1/+6
2018-11-15xfrm: policy: fix netlink/pf_key policy lookupsFlorian Westphal-1/+4
2018-11-15xfrm: policy: add missing indentationColin Ian King-1/+1
2018-11-09xfrm: policy: add 2nd-level saddr trees for inexact policiesFlorian Westphal-10/+108
2018-11-09xfrm: policy: store inexact policies in a tree ordered by source addressFlorian Westphal-4/+42
2018-11-09xfrm: policy: check reinserted policies match their nodeFlorian Westphal-0/+32
2018-11-09xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal-6/+327
2018-11-09xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal-54/+247
2018-11-09xfrm: policy: consider if_id when hashing inexact policyFlorian Westphal-9/+16
2018-11-09xfrm: policy: store inexact policies in an rhashtableFlorian Westphal-18/+332
2018-11-09xfrm: policy: return NULL when inexact search neededFlorian Westphal-2/+11
2018-11-09xfrm: policy: split list insertion into a helperFlorian Westphal-16/+27
2018-11-09xfrm: security: iterate all, not inexact listsFlorian Westphal-67/+26
2018-11-06xfrm: Fix bucket count reported to userspaceBenjamin Poirier-1/+1
2018-11-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+0
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar-1/+1
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+0
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov-4/+0
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher-1/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2018-10-28xfrm: Fix error return code in xfrm_output_one()Wei Yongjun-0/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+7
2018-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-7/+3
2018-10-15xfrm: use complete IPv6 addresses for hashMichal Kubecek-3/+2
2018-10-11xfrm: policy: use hlist rcu variants on insertFlorian Westphal-4/+4
2018-10-08net: Add extack to nlmsg_parseDavid Ahern-1/+1
2018-10-08xfrm: use correct size to initialise sp->ovecLi RongQing-1/+1
2018-10-08xfrm: remove unnecessary check in xfrmi_get_stats64Li RongQing-3/+0
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+24
2018-10-02xfrm: fix gro_cells leak when remove virtual xfrm interfacesLi RongQing-0/+3