aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-0/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner2-0/+2
2019-05-16xfrm: ressurrect "Fix uninitialized memory read in _decode_session4"Florian Westphal1-11/+13
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-187/+1084
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+18
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-19/+18
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller8-181/+1078
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-5/+5
2019-04-23xfrm: remove unneeded export_symbolsFlorian Westphal1-3/+2
2019-04-23xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal1-9/+222
2019-04-23xfrm: remove init_path indirection from afinfo_policyFlorian Westphal1-14/+7
2019-04-23xfrm: remove tos indirection from afinfo_policyFlorian Westphal1-11/+3
2019-04-15xfrm: kconfig: make xfrm depend on inetFlorian Westphal1-3/+5
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal6-32/+32
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal5-117/+73
2019-04-08xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal4-10/+50
2019-04-08xfrm: remove output2 indirection from xfrm_modeFlorian Westphal1-5/+207
2019-04-08xfrm: remove input2 indirection from xfrm_modeFlorian Westphal2-1/+222
2019-04-08xfrm: remove xmit indirection from xfrm_modeFlorian Westphal1-2/+56
2019-04-08xfrm: remove output indirection from xfrm_modeFlorian Westphal1-3/+163
2019-04-08xfrm: remove input indirection from xfrm_modeFlorian Westphal1-3/+72
2019-04-08xfrm: prefer family stored in xfrm_mode structFlorian Westphal2-3/+3
2019-04-08xfrm: place af number into xfrm_mode structFlorian Westphal1-13/+6
2019-03-27xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi2-4/+15
2019-03-26xfrm: clean up xfrm protocol checksCong Wang2-14/+2
2019-03-24xfrm: gso partial offload supportBoris Pismenny1-0/+3
2019-03-22xfrm: Replace hrtimer tasklet with softirq hrtimerThomas Gleixner1-12/+18
2019-03-20net: dev: rename queue selection helpers.Paolo Abeni1-1/+1
2019-03-20Revert "net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm"Steffen Klassert1-23/+7
2019-03-08net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrmSu Yanjun1-7/+23
2019-03-01xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing1-1/+1
2019-02-18xfrm: Fix inbound traffic via XFRM interfaces across network namespacesTobias Brunner2-3/+5
2019-02-05xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2-12/+20
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