aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-16xfrm: Make set-mark default behavior backward compatibleBenedict Wong1-1/+4
2019-01-10xfrm: refine validation of template and selector familiesFlorian Westphal1-4/+9
2019-01-09xfrm: policy: fix infinite loop when merging src-nodesFlorian Westphal1-8/+7
2019-01-09xfrm: policy: fix reinsertion on node mergeFlorian Westphal1-6/+8
2019-01-09xfrm: policy: delete inexact policies from inexact list on hash rebuildFlorian Westphal1-13/+10
2019-01-09xfrm: policy: increment xfrm_hash_generation on hash rebuildFlorian Westphal1-0/+2
2019-01-09xfrm: policy: use hlist rcu variants on inexact insert, part 2Florian Westphal1-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-5/+17
2018-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-3/+0
2018-12-19net: switch secpath to use skb extension infrastructureFlorian Westphal1-48/+8
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal2-5/+3
2018-12-19xfrm: use secpath_exist where applicableFlorian Westphal1-1/+1
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal3-15/+24
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal1-7/+9
2018-12-19xfrm: policy: remove set but not used variable 'priority'YueHaibing1-3/+0
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller4-5/+17
2018-11-28xfrm: policy: fix policy hash rebuildFlorian Westphal1-4/+5
2018-11-23xfrm_user: fix freeing of xfrm states on acquireMathias Krause2-3/+9
2018-11-22xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears the dst_entry.Steffen Klassert1-1/+6
2018-11-15xfrm: policy: fix netlink/pf_key policy lookupsFlorian Westphal1-1/+4
2018-11-15xfrm: policy: add missing indentationColin Ian King1-1/+1
2018-11-09xfrm: policy: add 2nd-level saddr trees for inexact policiesFlorian Westphal1-10/+108
2018-11-09xfrm: policy: store inexact policies in a tree ordered by source addressFlorian Westphal1-4/+42
2018-11-09xfrm: policy: check reinserted policies match their nodeFlorian Westphal1-0/+32
2018-11-09xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal1-6/+327
2018-11-09xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal1-54/+247
2018-11-09xfrm: policy: consider if_id when hashing inexact policyFlorian Westphal1-9/+16
2018-11-09xfrm: policy: store inexact policies in an rhashtableFlorian Westphal1-18/+332
2018-11-09xfrm: policy: return NULL when inexact search neededFlorian Westphal1-2/+11
2018-11-09xfrm: policy: split list insertion into a helperFlorian Westphal1-16/+27
2018-11-09xfrm: security: iterate all, not inexact listsFlorian Westphal1-67/+26
2018-11-06xfrm: Fix bucket count reported to userspaceBenjamin Poirier1-1/+1
2018-11-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+0
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar1-1/+1
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+0
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov2-4/+0
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher1-1/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-28xfrm: Fix error return code in xfrm_output_one()Wei Yongjun1-0/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+7
2018-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller3-7/+3
2018-10-15xfrm: use complete IPv6 addresses for hashMichal Kubecek1-3/+2
2018-10-11xfrm: policy: use hlist rcu variants on insertFlorian Westphal1-4/+4
2018-10-08net: Add extack to nlmsg_parseDavid Ahern1-1/+1
2018-10-08xfrm: use correct size to initialise sp->ovecLi RongQing1-1/+1
2018-10-08xfrm: remove unnecessary check in xfrmi_get_stats64Li RongQing1-3/+0
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-0/+24
2018-10-02xfrm: fix gro_cells leak when remove virtual xfrm interfacesLi RongQing1-0/+3
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-2/+6
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller4-0/+24