summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-308-181/+1078
|\
| * xfrm: remove unneeded export_symbolsFlorian Westphal2019-04-231-3/+2
| * xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal2019-04-231-9/+222
| * xfrm: remove init_path indirection from afinfo_policyFlorian Westphal2019-04-231-14/+7
| * xfrm: remove tos indirection from afinfo_policyFlorian Westphal2019-04-231-11/+3
| * xfrm: kconfig: make xfrm depend on inetFlorian Westphal2019-04-151-3/+5
| * xfrm: store xfrm_mode directly, not its addressFlorian Westphal2019-04-086-32/+32
| * xfrm: make xfrm modes builtinFlorian Westphal2019-04-085-117/+73
| * xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal2019-04-084-10/+50
| * xfrm: remove output2 indirection from xfrm_modeFlorian Westphal2019-04-081-5/+207
| * xfrm: remove input2 indirection from xfrm_modeFlorian Westphal2019-04-082-1/+222
| * xfrm: remove xmit indirection from xfrm_modeFlorian Westphal2019-04-081-2/+56
| * xfrm: remove output indirection from xfrm_modeFlorian Westphal2019-04-081-3/+163
| * xfrm: remove input indirection from xfrm_modeFlorian Westphal2019-04-081-3/+72
| * xfrm: prefer family stored in xfrm_mode structFlorian Westphal2019-04-082-3/+3
| * xfrm: place af number into xfrm_mode structFlorian Westphal2019-04-081-13/+6
| * xfrm: gso partial offload supportBoris Pismenny2019-03-241-0/+3
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-5/+5
|/
* net: dev: rename queue selection helpers.Paolo Abeni2019-03-201-1/+1
* 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