aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_state.c
AgeCommit message (Expand)Author
2019-05-25xfrm: clean up xfrm protocol checksCong Wang
2019-02-05xfrm: destroy xfrm_state synchronously on net exit pathCong Wang
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-11-23xfrm_user: fix freeing of xfrm states on acquireMathias Krause
2018-11-06xfrm: Fix bucket count reported to userspaceBenjamin Poirier
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov
2018-07-20xfrm: Allow xfrmi if_id to be updated by UPDSANathan Harold
2018-07-20xfrm: Remove xfrmi interface ID from flowiBenedict Wong
2018-07-11xfrm: use time64_t for in-kernel timestampsArnd Bergmann
2018-07-01xfrm: Allow Set Mark to be Updated Using UPDSANathan Harold
2018-06-25xfrm: policy: remove pcpu policy cacheFlorian Westphal
2018-06-23xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-04xfrm: use a dedicated slab cache for struct xfrm_stateMathias Krause
2018-04-16xfrm: Fix warning in xfrm6_tunnel_net_exit.Steffen Klassert
2018-02-02xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systemsSteffen Klassert
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-18xfrm: Add SA to hardware at the end of xfrm_state_construct()Yossi Kuperman
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-31xfrm: fix rcu usage in xfrm_get_type_offloadSabrina Dubroca
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-08xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony
2017-11-30net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-10-26xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri
2017-09-28xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lockArtem Savkov
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-02xfrm: fix null pointer dereference on state and tmpl sortKoichiro Den
2017-08-02xfrm: Auto-load xfrm offload modulesIlan Tayari
2017-07-18xfrm: add xdst pcpu cacheFlorian Westphal
2017-07-04net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-06-07xfrm: add UDP encapsulation port in migrate messageAntony Antony
2017-06-07xfrm: extend MIGRATE with UDP encapsulation portAntony Antony
2017-05-19xfrm: fix state migration copy replay sequence numbersAntony Antony
2017-05-16xfrm: use memdup_userGeliang Tang
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert
2017-04-14xfrm: Add a xfrm type offload.Steffen Klassert
2017-01-16xfrm: fix possible null deref in xfrm_init_tempstateFlorian Westphal
2017-01-10xfrm: state: simplify rcu_read_unlock handling in two spotsFlorian Westphal
2017-01-10xfrm: add and use xfrm_state_afinfo_get_rcuFlorian Westphal
2017-01-10xfrm: remove xfrm_state_put_afinfoFlorian Westphal
2017-01-10xfrm: avoid rcu sparse warningFlorian Westphal
2017-01-06xfrm: state: do not acquire lock in get_mtu helpersFlorian Westphal
2017-01-04xfrm: trivial typosAlexander Alemayhu
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds