Age | Commit message (Expand) | Author | Files | Lines |
2016-09-30 | proc: Reduce cache miss in xfrm_statistics_seq_show | Jia He | 1 | -2/+8 |
2016-09-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -2/+2 |
2016-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -3/+7 |
2016-09-21 | xfrm: state lookup can be lockless | Florian Westphal | 1 | -2/+2 |
2016-09-19 | xfrm: Fix memory leak of aead algorithm name | Ilan Tayari | 1 | -0/+1 |
2016-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -16/+15 |
2016-09-10 | xfrm: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 1 | -1/+1 |
2016-09-09 | xfrm_user: propagate sec ctx allocation errors | Mathias Krause | 1 | -3/+6 |
2016-09-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 3 | -105/+167 |
2016-09-07 | net: xfrm: Change u32 sysctl entries to use proc_douintvec | subashab@codeaurora.org | 1 | -2/+2 |
2016-08-24 | xfrm: state: remove per-netns gc task | Florian Westphal | 1 | -9/+9 |
2016-08-24 | xfrm: Fix xfrm_policy_lock imbalance | Steffen Klassert | 1 | -1/+1 |
2016-08-12 | xfrm: policy: convert policy_lock to spinlock | Florian Westphal | 1 | -34/+34 |
2016-08-12 | xfrm: policy: don't acquire policy lock in xfrm_spd_getinfo | Florian Westphal | 1 | -2/+0 |
2016-08-12 | xfrm: policy: only use rcu in xfrm_sk_policy_lookup | Florian Westphal | 1 | -5/+3 |
2016-08-12 | xfrm: policy: make xfrm_policy_lookup_bytype lockless | Florian Westphal | 1 | -2/+2 |
2016-08-12 | xfrm: policy: use atomic_inc_not_zero in rcu section | Florian Westphal | 1 | -1/+7 |
2016-08-12 | xfrm: policy: add sequence count to sync with hash resize | Florian Westphal | 1 | -2/+19 |
2016-08-12 | xfrm: policy: prepare policy_bydst hash for rcu lookups | Florian Westphal | 1 | -6/+14 |
2016-08-12 | xfrm: policy: use rcu versions for iteration and list add/del | Florian Westphal | 1 | -7/+7 |
2016-08-11 | net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_key | Alexey Kodanev | 1 | -7/+7 |
2016-08-10 | xfrm: state: don't use lock anymore unless acquire operation is needed | Florian Westphal | 1 | -2/+4 |
2016-08-10 | xfrm: state: use rcu_deref and assign_pointer helpers | Florian Westphal | 1 | -8/+10 |
2016-08-10 | xfrm: state: add sequence count to detect hash resizes | Florian Westphal | 1 | -0/+15 |
2016-08-10 | xfrm: state: delay freeing until rcu grace period has elapsed | Florian Westphal | 1 | -0/+5 |
2016-08-10 | xfrm: state: use atomic_inc_not_zero to increment refcount | Florian Westphal | 1 | -5/+16 |
2016-08-10 | xfrm: state: use hlist_for_each_entry_rcu helper | Florian Westphal | 1 | -19/+19 |
2016-08-10 | xfrm: constify xfrm_replay structures | Julia Lawall | 1 | -3/+3 |
2016-07-29 | xfrm: Ignore socket policies when rebuilding hash tables | Tobias Brunner | 1 | -0/+4 |
2016-07-27 | xfrm: get rid of another incorrect WARN | Vegard Nossum | 1 | -3/+0 |
2016-07-27 | xfrm: get rid of incorrect WARN | Vegard Nossum | 1 | -3/+1 |
2016-07-18 | xfrm: fix crash in XFRM_MSG_GETSA netlink handler | Vegard Nossum | 1 | -3/+3 |
2016-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
2016-05-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -0/+3 |
2016-04-23 | xfrm: align nlattr properly when needed | Nicolas Dichtel | 1 | -4/+6 |
2016-03-24 | xfrm: Fix crash observed during device unregistration and decryption | subashab@codeaurora.org | 1 | -0/+3 |
2016-03-22 | net/xfrm_user: use in_compat_syscall to deny compat syscalls | Andy Lutomirski | 1 | -1/+1 |
2016-03-17 | xfrm: Reset encapsulation field of the skb before transformation | Steffen Klassert | 1 | -0/+3 |
2016-01-27 | ipsec: Use skcipher and ahash when probing algorithms | Herbert Xu | 1 | -3/+4 |
2016-01-15 | net: preserve IP control block during GSO segmentation | Konstantin Khlebnikov | 1 | -0/+2 |
2015-12-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -38/+0 |
2015-12-11 | xfrm: add rcu protection to sk->sk_policy[] | Eric Dumazet | 1 | -12/+25 |
2015-12-11 | xfrm: add rcu grace period in xfrm_policy_destroy() | Eric Dumazet | 1 | -2/+9 |
2015-12-07 | xfrm: take care of request sockets | Eric Dumazet | 1 | -0/+2 |
2015-11-03 | xfrm: dst_entries_init() per-net dst_ops | Dan Streetman | 1 | -38/+0 |
2015-10-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2 | -2/+7 |
2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2015-10-23 | xfrm: Increment statistic counter on inner mode error | Steffen Klassert | 1 | -1/+3 |
2015-10-23 | xfrm: Fix unaligned access to stats in copy_to_user_state() | Sowmini Varadhan | 1 | -1/+4 |
2015-10-08 | dst: Pass net into dst->output | Eric W. Biederman | 1 | -1/+1 |