summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Fix inbound traffic via XFRM interfaces across network namespacesTobias Brunner2019-02-182-3/+5
* xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-02-052-12/+20
* xfrm: Make set-mark default behavior backward compatibleBenedict Wong2019-01-161-1/+4
* xfrm: refine validation of template and selector familiesFlorian Westphal2019-01-101-4/+9
* xfrm: policy: fix infinite loop when merging src-nodesFlorian Westphal2019-01-091-8/+7
* xfrm: policy: fix reinsertion on node mergeFlorian Westphal2019-01-091-6/+8
* xfrm: policy: delete inexact policies from inexact list on hash rebuildFlorian Westphal2019-01-091-13/+10
* xfrm: policy: increment xfrm_hash_generation on hash rebuildFlorian Westphal2019-01-091-0/+2
* xfrm: policy: use hlist rcu variants on inexact insert, part 2Florian Westphal2019-01-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-204-5/+17
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-184-5/+17
| |\
| | * xfrm_user: fix freeing of xfrm states on acquireMathias Krause2018-11-232-3/+9
| | * xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th...Steffen Klassert2018-11-221-1/+6
| | * xfrm: Fix bucket count reported to userspaceBenjamin Poirier2018-11-061-1/+1
| | * xfrm: Fix error return code in xfrm_output_one()Wei Yongjun2018-10-281-0/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-201-3/+0
|\ \ \
| * | | xfrm: policy: remove set but not used variable 'priority'YueHaibing2018-12-191-3/+0
* | | | net: switch secpath to use skb extension infrastructureFlorian Westphal2018-12-191-48/+8
* | | | xfrm: prefer secpath_set over secpath_dupFlorian Westphal2018-12-192-5/+3
* | | | xfrm: use secpath_exist where applicableFlorian Westphal2018-12-191-1/+1
* | | | net: use skb_sec_path helper in more placesFlorian Westphal2018-12-193-15/+24
* | | | xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal2018-12-191-7/+9
|/ / /
* | | xfrm: policy: fix policy hash rebuildFlorian Westphal2018-11-281-4/+5
* | | xfrm: policy: fix netlink/pf_key policy lookupsFlorian Westphal2018-11-151-1/+4
* | | xfrm: policy: add missing indentationColin Ian King2018-11-151-1/+1
* | | xfrm: policy: add 2nd-level saddr trees for inexact policiesFlorian Westphal2018-11-091-10/+108
* | | xfrm: policy: store inexact policies in a tree ordered by source addressFlorian Westphal2018-11-091-4/+42
* | | xfrm: policy: check reinserted policies match their nodeFlorian Westphal2018-11-091-0/+32
* | | xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal2018-11-091-6/+327
* | | xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal2018-11-091-54/+247
* | | xfrm: policy: consider if_id when hashing inexact policyFlorian Westphal2018-11-091-9/+16
* | | xfrm: policy: store inexact policies in an rhashtableFlorian Westphal2018-11-091-18/+332
* | | xfrm: policy: return NULL when inexact search neededFlorian Westphal2018-11-091-2/+11
* | | xfrm: policy: split list insertion into a helperFlorian Westphal2018-11-091-16/+27
* | | xfrm: security: iterate all, not inexact listsFlorian Westphal2018-11-091-67/+26
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-032-4/+0
|\ \
| * \ Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-031-1/+1
| |\ \
| * | | compat: Cleanup in_compat_syscall() callersDmitry Safonov2018-11-012-4/+0
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-011-1/+0
|\ \ \ | |_|/ |/| |
| * | ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher2018-10-311-1/+0
| |/
* / mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-192-4/+7
|\
| * xfrm: policy: use hlist rcu variants on insertFlorian Westphal2018-10-111-4/+4
| * xfrm: fix gro_cells leak when remove virtual xfrm interfacesLi RongQing2018-10-021-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-183-7/+3
|\ \
| * | xfrm: use complete IPv6 addresses for hashMichal Kubecek2018-10-151-3/+2
| * | xfrm: use correct size to initialise sp->ovecLi RongQing2018-10-081-1/+1
| * | xfrm: remove unnecessary check in xfrmi_get_stats64Li RongQing2018-10-081-3/+0
* | | net: Add extack to nlmsg_parseDavid Ahern2018-10-081-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-034-0/+24
|\|