- 5f33f7f xfrm: Fix error reporting in xfrm_state_construct. by Steffen Klassert · 3 years, 7 months ago
- 5e63f64 xfrm: Fix oops in xfrm_replay_advance_bmp by Shmulik Ladkani · 4 years, 1 month ago
- 4cf755e net: xfrm: fix a race condition during allocing spi by zhuoliang zhang · 4 years, 3 months ago
- 286e833 xfrm: Use correct address family in xfrm_state_find by Herbert Xu · 4 years, 4 months ago
- 2bb3791 xfrm: clone whole liftime_cur structure in xfrm_do_migrate by Antony Antony · 4 years, 4 months ago
- f0da697 xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrate by Antony Antony · 4 years, 4 months ago
- 4d31cb9 xfrm: fix a NULL-ptr deref in xfrm_local_error by Xin Long · 4 years, 8 months ago
- 1cd914b xfrm: fix a warning in xfrm_policy_insert_list by Xin Long · 4 years, 8 months ago
- af0fabb xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_output by Xin Long · 4 years, 9 months ago
- 06d984a xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input by Xin Long · 4 years, 9 months ago
- dc0ea9b xfrm: policy: Fix doulbe free in xfrm_policy_timer by YueHaibing · 4 years, 10 months ago
- 2510601 xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquire by Xin Long · 5 years ago
- c91b463 xfrm: fix uctx len check in verify_sec_ctx_len by Xin Long · 5 years ago
- a6001a0 xfrm: handle NETDEV_UNREGISTER for xfrm device by Raed Salem · 5 years ago
- 3bbb8ee xfrm: release device reference for invalid state by Xiaodong Xu · 5 years ago
- 171148e xfrm: Fix memleak on xfrm state destroy by Steffen Klassert · 5 years ago
- 3dc9256 xfrm: use correct size to initialise sp->ovec by Li RongQing · 6 years ago
- cd393b3 xfrm: clean up xfrm protocol checks by Cong Wang · 6 years ago
- 64d1cec xfrm: policy: remove pcpu policy cache by Florian Westphal · 7 years ago
- d739913 ipsec: select crypto ciphers for xfrm_algo by Arnd Bergmann · 6 years ago
- 708e5012 xfrm: fix sa selector validation by Nicolas Dichtel · 6 years ago
- 2b4bd28 xfrm: Fix xfrm sel prefix length validation by Anirudh Gupta · 6 years ago
- 1a2bb51 xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink by YueHaibing · 6 years ago
- bc09fc5d xfrm: refine validation of template and selector families by Florian Westphal · 6 years ago
- 4ddb80f xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears the dst_entry. by Steffen Klassert · 6 years ago
- ed04bb2 xfrm: Fix bucket count reported to userspace by Benjamin Poirier · 6 years ago
- bf2b044 xfrm: Fix error return code in xfrm_output_one() by Wei Yongjun · 6 years ago
- 1189696 xfrm: policy: use hlist rcu variants on insert by Florian Westphal · 6 years ago
- 26c6b9d xfrm: validate template mode by Sean Tranchetti · 6 years ago
- 73c6f86 xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry. by Steffen Klassert · 6 years ago
- 64f3828 xfrm: reset crypto_done when iterating over multiple input xfrms by Sowmini Varadhan · 6 years ago
- 3b5d512 xfrm: Validate address prefix lengths in the xfrm selector. by Steffen Klassert · 6 years ago
- 318f224 xfrm: fix 'passing zero to ERR_PTR()' warning by YueHaibing · 6 years ago
- 0118f86 xfrm: free skb if nlsk pointer is NULL by Florian Westphal · 7 years ago
- d35cc7e xfrm: fix missing dst_release() after policy blocking lbcast and multicast by Tommi Rantala · 7 years ago
- caf3d4b xfrm_user: prevent leaking 2 bytes of kernel memory by Eric Dumazet · 7 years ago
- 58be625 xfrm: Fix transport mode skb control buffer usage. by Steffen Klassert · 7 years ago
- 404cbeb xfrm: fix rcu_read_unlock usage in xfrm_local_error by Taehee Yoo · 7 years ago
- 5877f41 xfrm: Fix ESN sequence number handling for IPsec GSO packets. by Steffen Klassert · 7 years ago
- 020c32a xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tos by Xin Long · 7 years ago
- 036bbd5 xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM) by Antony Antony · 7 years ago
- d2d85f8 xfrm: Use __skb_queue_tail in xfrm_trans_queue by Herbert Xu · 7 years ago
- dffe655 xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems by Steffen Klassert · 7 years ago
- a6232ff net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms() by Greg Hackmann · 7 years ago
- 25fd02e xfrm_user: uncoditionally validate esn replay attribute struct by Florian Westphal · 7 years ago
- ab3db1a xfrm: Fix xfrm_replay_overflow_offload_esn by Yossef Efraim · 7 years ago
- bd174cd net: xfrm: allow clearing socket xfrm policies. by Lorenzo Colitti · 7 years ago
- e095eca xfrm: Reinject transport-mode packets through tasklet by Herbert Xu · 7 years ago
- 20db5b3e xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies. by Steffen Klassert · 7 years ago
- c232fd3 xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0) by Aviv Heller · 7 years ago
- 4d4d556 xfrm: check id proto in validate_tmpl() by Cong Wang · 7 years ago
- 70c5e41 xfrm: Fix stack-out-of-bounds read on socket policy lookup. by Steffen Klassert · 7 years ago
- 8e754b4 xfrm: skip policies marked as dead while rehashing by Florian Westphal · 7 years ago
- e837025 xfrm: fix rcu usage in xfrm_get_type_offload by Sabrina Dubroca · 7 years ago
- 85c3188 xfrm: don't call xfrm_policy_cache_flush while holding spinlock by Florian Westphal · 7 years ago
- ceab068 xfrm: Fix a race in the xdst pcpu cache. by Steffen Klassert · 7 years ago
- 2d01ac8 Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find." by Steffen Klassert · 7 years ago
- 6610b9c xfrm: Copy policy family in clone_policy by Herbert Xu · 7 years ago
- 6a17280 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
- c9f3f81 xfrm: Fix stack-out-of-bounds read in xfrm_state_find. by Steffen Klassert · 7 years ago
- cf37966 xfrm: do unconditional template resolution before pcpu cache check by Florian Westphal · 7 years ago
- ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
- cb79a18 xfrm: defer daddr pointer assignment after spi parsing by Florian Westphal · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 73b9fc4 xfrm: Fix GSO for IPsec with GRE tunnel. by Steffen Klassert · 7 years ago
- 2b06cdf xfrm: Clear sk_dst_cache when applying per-socket policy. by Jonathan Basseri · 7 years ago
- ec650b2 xfrm: Fix xfrm_dst_cache memleak by Steffen Klassert · 7 years ago
- 1137b5e ipsec: Fix aborted xfrm policy dump crash by Herbert Xu · 7 years ago
- 10a7ef3 ipsec: Fix dst leak in xfrm_bundle_create(). by David Miller · 7 years ago
- dd269db xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lock by Artem Savkov · 7 years ago
- 23e9fcf vti: fix NULL dereference in xfrm_input() by Alexey Kodanev · 7 years ago
- 67a6338 xfrm: Fix negative device refcount on offload failure. by Steffen Klassert · 7 years ago
- c5d4d7d xfrm: Fix deletion of offloaded SAs on failure. by Steffen Klassert · 7 years ago
- 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 8598112 xfrm: Fix return value check of copy_sec_ctx. by Steffen Klassert · 7 years ago
- 47ebcc0 xfrm: Add support for network devices capable of removing the ESP trailer by Yossi Kuperman · 7 years ago
- 931e79d xfrm_user: fix info leak in build_aevent() by Mathias Krause · 7 years ago
- e3e5fc1 xfrm_user: fix info leak in build_expire() by Mathias Krause · 7 years ago
- 50329c8 xfrm_user: fix info leak in xfrm_notify_sa() by Mathias Krause · 7 years ago
- 5fe0d4b xfrm_user: fix info leak in copy_user_offload() by Mathias Krause · 7 years ago
- 8a4b578 net: xfrm: don't double-hold dst when sk_policy in use. by Lorenzo Colitti · 7 years ago
- a43dce9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
- 077fbac net: xfrm: support setting an output mark. by Lorenzo Colitti · 7 years ago
- 13ead5c xfrm: check that cached bundle is still valid by Florian Westphal · 7 years ago
- 7bab096 xfrm: policy: check policy direction value by Vladis Dronov · 7 years ago
- 3f5a95a xfrm: fix null pointer dereference on state and tmpl sort by Koichiro Den · 7 years ago
- 7e9e920 xfrm: Clear RX SKB secpath xfrm_offload by Ilan Tayari · 7 years ago
- ffdb521 xfrm: Auto-load xfrm offload modules by Ilan Tayari · 7 years ago
- ec30d78 xfrm: add xdst pcpu cache by Florian Westphal · 8 years ago
- 09c7570 xfrm: remove flow cache by Florian Westphal · 8 years ago
- bd45c53 xfrm_policy: make xfrm_bundle_lookup return xfrm dst object by Florian Westphal · 8 years ago
- 86dc8ee xfrm_policy: remove xfrm_policy_lookup by Florian Westphal · 8 years ago
- aff669b xfrm_policy: kill flow to policy dir conversion by Florian Westphal · 8 years ago
- 855dad9 xfrm_policy: remove always true/false branches by Florian Westphal · 8 years ago
- 3ca2828 xfrm_policy: bypass flow_cache_lookup by Florian Westphal · 8 years ago
- 55eabed net, xfrm: convert sec_path.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
- 850a621 net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
- 88755e9 net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
- b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 93bbbfb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago