index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xfrm
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-2
/
+2
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-12-12
1
-0
/
+1
|
\
|
*
net/flowcache: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-11-09
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
2
-5
/
+7
|
\
\
|
*
|
xfrm_user: fix return value from xfrm_user_rcv_msg
Yi Zhao
2016-11-30
1
-1
/
+1
|
*
|
xfrm: unbreak xfrm_sk_policy_lookup
Florian Westphal
2016-11-18
1
-4
/
+6
|
|
/
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2016-10-28
1
-8
/
+0
|
\
\
|
|
/
|
/
|
|
*
xfrm: remove unused helper
Florian Westphal
2016-09-30
1
-8
/
+0
*
|
proc: Reduce cache miss in xfrm_statistics_seq_show
Jia He
2016-09-30
1
-2
/
+8
|
/
*
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
2
-3
/
+7
|
\
\
|
*
|
xfrm: Fix memory leak of aead algorithm name
Ilan Tayari
2016-09-19
1
-0
/
+1
|
*
|
xfrm_user: propagate sec ctx allocation errors
Mathias Krause
2016-09-09
1
-3
/
+6
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-12
3
-16
/
+15
|
\
\
\
|
|
/
/
|
*
|
net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_key
Alexey Kodanev
2016-08-11
1
-7
/
+7
|
*
|
xfrm: Ignore socket policies when rebuilding hash tables
Tobias Brunner
2016-07-29
1
-0
/
+4
|
*
|
xfrm: get rid of another incorrect WARN
Vegard Nossum
2016-07-27
1
-3
/
+0
|
*
|
xfrm: get rid of incorrect WARN
Vegard Nossum
2016-07-27
1
-3
/
+1
|
*
|
xfrm: fix crash in XFRM_MSG_GETSA netlink handler
Vegard Nossum
2016-07-18
1
-3
/
+3
*
|
|
xfrm: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2016-09-08
3
-105
/
+167
|
\
\
|
*
|
xfrm: state: remove per-netns gc task
Florian Westphal
2016-08-24
1
-9
/
+9
|
*
|
xfrm: Fix xfrm_policy_lock imbalance
Steffen Klassert
2016-08-24
1
-1
/
+1
|
*
|
xfrm: policy: convert policy_lock to spinlock
Florian Westphal
2016-08-12
1
-34
/
+34
|
*
|
xfrm: policy: don't acquire policy lock in xfrm_spd_getinfo
Florian Westphal
2016-08-12
1
-2
/
+0
|
*
|
xfrm: policy: only use rcu in xfrm_sk_policy_lookup
Florian Westphal
2016-08-12
1
-5
/
+3
|
*
|
xfrm: policy: make xfrm_policy_lookup_bytype lockless
Florian Westphal
2016-08-12
1
-2
/
+2
|
*
|
xfrm: policy: use atomic_inc_not_zero in rcu section
Florian Westphal
2016-08-12
1
-1
/
+7
|
*
|
xfrm: policy: add sequence count to sync with hash resize
Florian Westphal
2016-08-12
1
-2
/
+19
|
*
|
xfrm: policy: prepare policy_bydst hash for rcu lookups
Florian Westphal
2016-08-12
1
-6
/
+14
|
*
|
xfrm: policy: use rcu versions for iteration and list add/del
Florian Westphal
2016-08-12
1
-7
/
+7
|
*
|
xfrm: state: don't use lock anymore unless acquire operation is needed
Florian Westphal
2016-08-10
1
-2
/
+4
|
*
|
xfrm: state: use rcu_deref and assign_pointer helpers
Florian Westphal
2016-08-10
1
-8
/
+10
|
*
|
xfrm: state: add sequence count to detect hash resizes
Florian Westphal
2016-08-10
1
-0
/
+15
|
*
|
xfrm: state: delay freeing until rcu grace period has elapsed
Florian Westphal
2016-08-10
1
-0
/
+5
|
*
|
xfrm: state: use atomic_inc_not_zero to increment refcount
Florian Westphal
2016-08-10
1
-5
/
+16
|
*
|
xfrm: state: use hlist_for_each_entry_rcu helper
Florian Westphal
2016-08-10
1
-19
/
+19
|
*
|
xfrm: constify xfrm_replay structures
Julia Lawall
2016-08-10
1
-3
/
+3
|
|
/
*
|
net: xfrm: Change u32 sysctl entries to use proc_douintvec
subashab@codeaurora.org
2016-09-07
1
-2
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-05-09
1
-0
/
+3
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2016-05-04
1
-0
/
+3
|
|
\
|
|
*
xfrm: Reset encapsulation field of the skb before transformation
Steffen Klassert
2016-03-17
1
-0
/
+3
*
|
|
xfrm: align nlattr properly when needed
Nicolas Dichtel
2016-04-23
1
-4
/
+6
|
/
/
*
|
xfrm: Fix crash observed during device unregistration and decryption
subashab@codeaurora.org
2016-03-24
1
-0
/
+3
*
|
net/xfrm_user: use in_compat_syscall to deny compat syscalls
Andy Lutomirski
2016-03-22
1
-1
/
+1
*
|
ipsec: Use skcipher and ahash when probing algorithms
Herbert Xu
2016-01-27
1
-3
/
+4
|
/
*
net: preserve IP control block during GSO segmentation
Konstantin Khlebnikov
2016-01-15
1
-0
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2015-12-22
1
-38
/
+0
|
\
[next]