aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)Author
2019-09-06xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md modeHangbin Liu
2019-08-04xfrm: policy: fix bydst hlist corruption on hash rebuildFlorian Westphal
2019-07-26ipsec: select crypto ciphers for xfrm_algoArnd Bergmann
2019-07-26xfrm: fix sa selector validationNicolas Dichtel
2019-07-26xfrm: Fix xfrm sel prefix length validationAnirudh Gupta
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-16xfrm: ressurrect "Fix uninitialized memory read in _decode_session4"Florian Westphal
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-23xfrm: remove unneeded export_symbolsFlorian Westphal
2019-04-23xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal
2019-04-23xfrm: remove init_path indirection from afinfo_policyFlorian Westphal
2019-04-23xfrm: remove tos indirection from afinfo_policyFlorian Westphal
2019-04-15xfrm: kconfig: make xfrm depend on inetFlorian Westphal
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal
2019-04-08xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove output2 indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove input2 indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove xmit indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove output indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: remove input indirection from xfrm_modeFlorian Westphal
2019-04-08xfrm: prefer family stored in xfrm_mode structFlorian Westphal
2019-04-08xfrm: place af number into xfrm_mode structFlorian Westphal
2019-03-27xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi
2019-03-26xfrm: clean up xfrm protocol checksCong Wang
2019-03-24xfrm: gso partial offload supportBoris Pismenny
2019-03-22xfrm: Replace hrtimer tasklet with softirq hrtimerThomas Gleixner
2019-03-20net: dev: rename queue selection helpers.Paolo Abeni
2019-03-20Revert "net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm"Steffen Klassert
2019-03-08net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrmSu Yanjun
2019-03-01xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing
2019-02-18xfrm: Fix inbound traffic via XFRM interfaces across network namespacesTobias Brunner
2019-02-05xfrm: destroy xfrm_state synchronously on net exit pathCong Wang
2019-01-16xfrm: Make set-mark default behavior backward compatibleBenedict Wong
2019-01-10xfrm: refine validation of template and selector familiesFlorian Westphal
2019-01-09xfrm: policy: fix infinite loop when merging src-nodesFlorian Westphal
2019-01-09xfrm: policy: fix reinsertion on node mergeFlorian Westphal
2019-01-09xfrm: policy: delete inexact policies from inexact list on hash rebuildFlorian Westphal
2019-01-09xfrm: policy: increment xfrm_hash_generation on hash rebuildFlorian Westphal
2019-01-09xfrm: policy: use hlist rcu variants on inexact insert, part 2Florian Westphal
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller