| Commit message (Expand) | Author | Age | Files | Lines |
* | xfrm: Allow xfrmi if_id to be updated by UPDSA | Nathan Harold | 2018-07-20 | 1 | -2/+6 |
* | xfrm: Remove xfrmi interface ID from flowi | Benedict Wong | 2018-07-20 | 1 | -2/+1 |
* | xfrm: use time64_t for in-kernel timestamps | Arnd Bergmann | 2018-07-11 | 1 | -5/+5 |
* | xfrm: Allow Set Mark to be Updated Using UPDSA | Nathan Harold | 2018-07-01 | 1 | -0/+9 |
* | xfrm: policy: remove pcpu policy cache | Florian Westphal | 2018-06-25 | 1 | -3/+2 |
* | xfrm: Add a new lookup key to match xfrm interfaces. | Steffen Klassert | 2018-06-23 | 1 | -5/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-11 | 1 | -0/+6 |
|\ |
|
| * | xfrm: Fix warning in xfrm6_tunnel_net_exit. | Steffen Klassert | 2018-04-16 | 1 | -0/+6 |
* | | xfrm: use a dedicated slab cache for struct xfrm_state | Mathias Krause | 2018-05-04 | 1 | -2/+7 |
|/ |
|
* | xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems | Steffen Klassert | 2018-02-02 | 1 | -0/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-24 | 1 | -4/+8 |
|\ |
|
| * | xfrm: fix boolean assignment in xfrm_get_type_offload | Gustavo A. R. Silva | 2018-01-23 | 1 | -1/+1 |
| * | xfrm: Add SA to hardware at the end of xfrm_state_construct() | Yossi Kuperman | 2018-01-18 | 1 | -3/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-17 | 1 | -2/+9 |
|\ \
| |/ |
|
| * | xfrm: fix rcu usage in xfrm_get_type_offload | Sabrina Dubroca | 2017-12-31 | 1 | -1/+2 |
| * | xfrm: Forbid state updates from changing encap type | Herbert Xu | 2017-12-30 | 1 | -1/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-12-29 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2017-12-27 | 1 | -0/+1 |
| |\ |
|
| | * | xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM) | Antony Antony | 2017-12-08 | 1 | -0/+1 |
* | | | net: xfrm: allow clearing socket xfrm policies. | Lorenzo Colitti | 2017-11-30 | 1 | -0/+7 |
|/ / |
|
* | | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-21 | 1 | -5/+4 |
|/ |
|
* | xfrm: Clear sk_dst_cache when applying per-socket policy. | Jonathan Basseri | 2017-10-26 | 1 | -0/+1 |
* | xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lock | Artem Savkov | 2017-09-28 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-09-01 | 1 | -0/+8 |
|\ |
|
| * | xfrm: fix null pointer dereference on state and tmpl sort | Koichiro Den | 2017-08-02 | 1 | -0/+8 |
* | | xfrm: Auto-load xfrm offload modules | Ilan Tayari | 2017-08-02 | 1 | -4/+12 |
* | | xfrm: add xdst pcpu cache | Florian Westphal | 2017-07-18 | 1 | -2/+3 |
|/ |
|
* | net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 1 | -2/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2017-06-23 | 1 | -15/+20 |
|\ |
|
| * | xfrm: add UDP encapsulation port in migrate message | Antony Antony | 2017-06-07 | 1 | -2/+4 |
| * | xfrm: extend MIGRATE with UDP encapsulation port | Antony Antony | 2017-06-07 | 1 | -5/+13 |
| * | xfrm: use memdup_user | Geliang Tang | 2017-05-16 | 1 | -8/+3 |
* | | xfrm: fix state migration copy replay sequence numbers | Antony Antony | 2017-05-19 | 1 | -0/+2 |
|/ |
|
* | xfrm: Add an IPsec hardware offloading API | Steffen Klassert | 2017-04-14 | 1 | -0/+74 |
* | xfrm: Add a xfrm type offload. | Steffen Klassert | 2017-04-14 | 1 | -0/+73 |
* | xfrm: fix possible null deref in xfrm_init_tempstate | Florian Westphal | 2017-01-16 | 1 | -2/+4 |
* | xfrm: state: simplify rcu_read_unlock handling in two spots | Florian Westphal | 2017-01-10 | 1 | -6/+7 |
* | xfrm: add and use xfrm_state_afinfo_get_rcu | Florian Westphal | 2017-01-10 | 1 | -10/+15 |
* | xfrm: remove xfrm_state_put_afinfo | Florian Westphal | 2017-01-10 | 1 | -18/+13 |
* | xfrm: avoid rcu sparse warning | Florian Westphal | 2017-01-10 | 1 | -8/+8 |
* | xfrm: state: do not acquire lock in get_mtu helpers | Florian Westphal | 2017-01-06 | 1 | -8/+5 |
* | xfrm: trivial typos | Alexander Alemayhu | 2017-01-04 | 1 | -1/+1 |
* | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | xfrm: remove unused helper | Florian Westphal | 2016-09-30 | 1 | -8/+0 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2016-09-24 | 1 | -2/+2 |
|\ |
|
| * | xfrm: state lookup can be lockless | Florian Westphal | 2016-09-21 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-23 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | xfrm: Fix memory leak of aead algorithm name | Ilan Tayari | 2016-09-19 | 1 | -0/+1 |
* | | xfrm: state: remove per-netns gc task | Florian Westphal | 2016-08-24 | 1 | -9/+9 |