summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2020-06-30xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen1-1/+3
2020-06-03xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long1-1/+2
2020-06-03xfrm: fix a warning in xfrm_policy_insert_listXin Long1-6/+1
2020-06-03xfrm interface: fix oops when deleting a x-netns interfaceNicolas Dichtel1-0/+21
2020-06-03xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long1-5/+7
2020-06-03xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long1-1/+1
2020-04-02xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing1-0/+2
2020-04-02xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long1-0/+3
2020-04-02xfrm: fix uctx len check in verify_sec_ctx_lenXin Long1-1/+2
2020-04-02xfrm: handle NETDEV_UNREGISTER for xfrm deviceRaed Salem1-0/+1
2020-02-05xfrm: interface: do not confirm neighbor when do pmtu updateXu Wang1-1/+1
2020-02-05xfrm interface: fix packet tx through bpf_redirect()Nicolas Dichtel1-7/+25
2020-01-27xfrm interface: ifname may be wrong in logsNicolas Dichtel1-9/+1
2019-12-13xfrm interface: fix management of phydevNicolas Dichtel1-15/+17
2019-12-13xfrm interface: fix list corruption for x-netnsNicolas Dichtel1-4/+4
2019-12-13xfrm interface: avoid corruption on changelinkNicolas Dichtel1-5/+5
2019-12-13xfrm interface: fix memory leak on creationNicolas Dichtel1-70/+28
2019-12-13xfrm: release device reference for invalid stateXiaodong Xu1-0/+3
2019-12-05xfrm: Fix memleak on xfrm state destroySteffen Klassert1-0/+2
2019-11-24xfrm: use correct size to initialise sp->ovecLi RongQing1-1/+1
2019-07-26ipsec: select crypto ciphers for xfrm_algoArnd Bergmann1-0/+2
2019-07-26xfrm: fix sa selector validationNicolas Dichtel1-0/+3
2019-07-26xfrm: Fix xfrm sel prefix length validationAnirudh Gupta1-0/+16
2019-05-25xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi2-4/+15
2019-05-25xfrm: clean up xfrm protocol checksCong Wang2-14/+2
2019-05-25xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing1-1/+1
2019-04-20xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2-12/+20
2019-03-23xfrm: Fix inbound traffic via XFRM interfaces across network namespacesTobias Brunner2-3/+5
2019-02-15xfrm: refine validation of template and selector familiesFlorian Westphal1-4/+9
2019-02-15xfrm: Make set-mark default behavior backward compatibleBenedict Wong1-1/+4
2019-01-13xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th...Steffen Klassert1-1/+6
2019-01-13xfrm: Fix bucket count reported to userspaceBenjamin Poirier1-1/+1
2019-01-13xfrm: Fix error return code in xfrm_output_one()Wei Yongjun1-0/+1
2018-12-29xfrm_user: fix freeing of xfrm states on acquireMathias Krause2-3/+9
2018-10-11xfrm: policy: use hlist rcu variants on insertFlorian Westphal1-4/+4
2018-10-02xfrm: fix gro_cells leak when remove virtual xfrm interfacesLi RongQing1-0/+3
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-0/+24
2018-09-20xfrm: validate template modeSean Tranchetti1-0/+3
2018-09-11xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert2-0/+8
2018-09-04xfrm: reset crypto_done when iterating over multiple input xfrmsSowmini Varadhan1-0/+1
2018-08-03xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert1-0/+12
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+14
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller9-223/+1244
2018-07-27xfrm: fix ptr_ret.cocci warningskbuild test robot1-4/+1
2018-07-26xfrm: Return detailed errors from xfrmi_newlinkBenedict Wong1-12/+20
2018-07-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing1-1/+4
2018-07-24xfrm: remove blank lines at EOFStephen Hemminger2-2/+0
2018-07-20xfrm: Allow xfrmi if_id to be updated by UPDSANathan Harold1-2/+6
2018-07-20xfrm: Remove xfrmi interface ID from flowiBenedict Wong3-37/+68
2018-07-19xfrm: don't check offload_handle for nonzeroShannon Nelson1-3/+3