summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long2020-06-031-1/+2
* xfrm: fix a warning in xfrm_policy_insert_listXin Long2020-06-031-6/+1
* xfrm interface: fix oops when deleting a x-netns interfaceNicolas Dichtel2020-06-031-0/+21
* xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long2020-06-031-5/+7
* xfrm: do pskb_pull properly in __xfrm_transport_prepXin Long2020-06-031-5/+3
* xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long2020-06-031-1/+1
* xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing2020-04-011-0/+2
* xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long2020-04-011-0/+3
* xfrm: fix uctx len check in verify_sec_ctx_lenXin Long2020-04-011-1/+2
* xfrm: handle NETDEV_UNREGISTER for xfrm deviceRaed Salem2020-04-011-0/+1
* xfrm: interface: do not confirm neighbor when do pmtu updateXu Wang2020-02-051-1/+1
* xfrm interface: fix packet tx through bpf_redirect()Nicolas Dichtel2020-02-051-7/+25
* xfrm: release device reference for invalid stateXiaodong Xu2019-11-121-0/+3
* xfrm: Fix memleak on xfrm state destroySteffen Klassert2019-11-071-0/+2
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-014-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-152-33/+29
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-09-062-33/+29
| |\
| | * xfrm: policy: avoid warning splat when merging nodesFlorian Westphal2019-08-201-2/+4
| | * xfrm interface: fix management of phydevNicolas Dichtel2019-07-171-15/+17
| | * xfrm interface: fix list corruption for x-netnsNicolas Dichtel2019-07-171-4/+4
| | * xfrm interface: ifname may be wrong in logsNicolas Dichtel2019-07-171-9/+1
| | * xfrm interface: avoid corruption on changelinkNicolas Dichtel2019-07-171-5/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-2/+2
|\| |
| * | xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md modeHangbin Liu2019-08-241-2/+2
| |/
* / net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-084-78/+56
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-07-054-78/+56
| |\
| | * xfrm interface: fix memory leak on creationNicolas Dichtel2019-07-031-70/+28
| | * xfrm: policy: fix bydst hlist corruption on hash rebuildFlorian Westphal2019-07-031-5/+7
| | * xfrm: remove a duplicated assignmentCong Wang2019-07-021-3/+0
| | * ipsec: select crypto ciphers for xfrm_algoArnd Bergmann2019-06-211-0/+2
| | * xfrm: fix sa selector validationNicolas Dichtel2019-06-171-0/+3
| | * xfrm: Fix xfrm sel prefix length validationAnirudh Gupta2019-05-281-0/+16
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-07-055-130/+345
|\ \ \ | |/ / |/| |
| * | xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal2019-07-012-8/+31
| * | xfrm: remove empty xfrmi_init_netLi RongQing2019-06-141-6/+0
| * | xfrm: fix bogus WARN_ON with ipv6Florian Westphal2019-06-121-0/+1
| * | xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal2019-06-061-52/+127
| * | xfrm: remove eth_proto value from xfrm_state_afinfoFlorian Westphal2019-06-061-12/+12
| * | xfrm: remove state and template sort indirections from xfrm_state_afinfoFlorian Westphal2019-06-062-28/+106
| * | xfrm: remove init_flags indirection from xfrm_state_afinfoFlorian Westphal2019-06-051-14/+3
| * | xfrm: remove init_temprop indirection from xfrm_state_afinfoFlorian Westphal2019-06-051-7/+20
| * | xfrm: remove init_tempsel indirection from xfrm_state_afinfoFlorian Westphal2019-06-051-7/+49
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-13/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-305-25/+5
|/ /
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-214-0/+4
|\ \ | |/ |/|
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
| * treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-212-0/+2
* | xfrm: ressurrect "Fix uninitialized memory read in _decode_session4"Florian Westphal2019-05-161-11/+13
|/