summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2018-03-23xfrm: Fix transport mode skb control buffer usage.Steffen Klassert
2018-03-16xfrm: fix rcu_read_unlock usage in xfrm_local_errorTaehee Yoo
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-13net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens
2018-03-01xfrm: Fix ESN sequence number handling for IPsec GSO packets.Steffen Klassert
2018-02-20xfrm: Fix infinite loop in xfrm_get_dst_nexthop with transport mode.Steffen Klassert
2018-02-19xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tosXin Long
2018-02-13xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal
2018-02-13xfrm: Fix policy hold queue after flowcache removal.Steffen Klassert
2018-02-02xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert
2018-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-23xfrm: fix boolean assignment in xfrm_get_type_offloadGustavo A. R. Silva
2018-01-19xfrm: fix error flow in case of add state failsAviad Yehezkel
2018-01-18xfrm: Add SA to hardware at the end of xfrm_state_construct()Yossi Kuperman
2018-01-18xfrm: Add ESN support for IPSec HW offloadYossef Efraim
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-10xfrm: Fix a race in the xdst pcpu cache.Steffen Klassert
2018-01-08xfrm: don't call xfrm_policy_cache_flush while holding spinlockFlorian Westphal
2018-01-05xfrm: Use __skb_queue_tail in xfrm_trans_queueHerbert Xu
2017-12-31xfrm: fix rcu usage in xfrm_get_type_offloadSabrina Dubroca
2017-12-30xfrm: skip policies marked as dead while rehashingFlorian Westphal
2017-12-30xfrm: Forbid state updates from changing encap typeHerbert Xu
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-12-21xfrm: check for xdo_dev_ops add and deleteShannon Nelson
2017-12-20xfrm: Allow to use the layer2 IPsec GSO codepath for software crypto.Steffen Klassert
2017-12-20net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert
2017-12-20xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert
2017-12-19xfrm: Reinject transport-mode packets through taskletHerbert Xu
2017-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-12-12xfrm: put policies when reusing pcpu xdst entryFlorian Westphal
2017-12-08xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert
2017-12-08xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony
2017-12-01xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert
2017-12-01xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)Aviv Heller
2017-12-01xfrm: Remove redundant state assignment in xfrm_input()Aviv Heller
2017-12-01xfrm: Fix xfrm_dev_state_add to fail for unsupported HW SA optionYossef Efraim
2017-12-01xfrm: Fix xfrm_replay_overflow_offload_esnYossef Efraim
2017-12-01xfrm: fix XFRMA_OUTPUT_MARK policy entryMichal Kubecek
2017-11-30xfrm: Stop using dst->next in bundle construction.David Miller
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller
2017-11-30ipsec: Create and use new helpers for dst child access.David Miller
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller
2017-11-30net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti
2017-11-29xfrm: check id proto in validate_tmpl()Cong Wang
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook