index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
key
Commit message (
Expand
)
Author
Age
Files
Lines
*
af_key: fix info leaks in notify messages
Mathias Krause
2013-06-26
1
-0
/
+2
*
xfrm: force a garbage collection after deleting a policy
Paul Moore
2013-05-31
1
-0
/
+4
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2013-03-27
1
-0
/
+1
|
\
|
*
af_key: initialize satype in key_notify_policy_flush()
Nicolas Dichtel
2013-02-21
1
-0
/
+1
*
|
afkey: fix a typo
Junwei Zhang
2013-03-07
1
-4
/
+4
*
|
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-2
/
+1
|
/
*
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
2013-02-18
1
-1
/
+1
*
net: proc: change proc_net_fops_create to proc_create
Gao feng
2013-02-18
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2013-02-14
1
-9
/
+31
|
\
|
*
pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk...
Jussi Kivilinna
2013-02-01
1
-8
/
+31
|
*
af_key: remove a duplicated skb_orphan()
Cong Wang
2013-01-28
1
-1
/
+0
*
|
xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-29
1
-4
/
+4
|
/
*
net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm
Eric W. Biederman
2012-11-18
1
-1
/
+1
*
net/key/af_key.c: add range checks on ->sadb_x_policy_len
Dan Carpenter
2012-10-01
1
-0
/
+3
*
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
2012-09-10
1
-16
/
+16
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...
David S. Miller
2012-08-24
1
-1
/
+1
|
\
|
*
userns: Print out socket uids in a user namespace aware fashion.
Eric W. Biederman
2012-08-14
1
-1
/
+1
*
|
xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire
Fan Du
2012-08-15
1
-2
/
+2
|
/
*
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-04-15
1
-2
/
+2
*
net/key/af_key.c: add missing kfree_skb
Julia Lawall
2012-04-13
1
-1
/
+1
*
net: use IS_ENABLED(CONFIG_IPV6)
Eric Dumazet
2011-12-11
1
-9
/
+9
*
net: remove ipv6_addr_copy()
Alexey Dobriyan
2011-11-22
1
-1
/
+1
*
net: Remove casts of void *
Joe Perches
2011-06-16
1
-10
/
+10
*
net: convert %p usage to %pK
Dan Rosenberg
2011-05-24
1
-1
/
+1
*
inet: constify ip headers and in6_addr
Eric Dumazet
2011-04-22
1
-1
/
+1
*
pfkey: fix warning
Stephen Hemminger
2011-03-01
1
-1
/
+1
*
pfkey: Use const where possible.
David S. Miller
2011-02-25
1
-94
/
+107
*
xfrm: Const'ify pointer args to km_migrate() and implementations.
David S. Miller
2011-02-23
1
-11
/
+11
*
xfrm: Pass km_event pointers around as const when possible.
David S. Miller
2011-02-23
1
-8
/
+8
*
afkey: add sparse annotation about rcu
stephen hemminger
2011-02-23
1
-0
/
+2
*
net: return operator cleanup
Eric Dumazet
2010-09-23
1
-2
/
+2
*
pfkey: add severity to printk
stephen hemminger
2010-05-17
1
-5
/
+5
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
af_key: return error if pfkey_xfrm_policy2msg_prep() fails
Dan Carpenter
2010-03-24
1
-5
/
+3
*
xfrm: SP lookups signature with mark
Jamal Hadi Salim
2010-02-22
1
-2
/
+2
*
xfrm: SA lookups signature with mark
Jamal Hadi Salim
2010-02-22
1
-6
/
+8
*
af_key: locking change
stephen hemminger
2010-02-22
1
-60
/
+16
*
xfrm: Flushing empty SPD generates false events
Jamal Hadi Salim
2010-02-19
1
-2
/
+5
*
xfrm: Flushing empty SAD generates false events
Jamal Hadi Salim
2010-02-19
1
-1
/
+4
*
pfkey: fix SA and SP flush sequence
Jamal Hadi Salim
2010-02-19
1
-6
/
+27
*
xfrm: Revert false event eliding commits.
David S. Miller
2010-02-17
1
-2
/
+2
*
xfrm: Flushing empty SPD generates false events
jamal
2010-02-15
1
-1
/
+1
*
xfrm: Flushing empty SAD generates false events
jamal
2010-02-15
1
-1
/
+1
*
net: af_key: use seq_hlist_foo() helpers
Li Zefan
2010-02-10
1
-17
/
+3
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-02-03
1
-7
/
+8
|
\
|
*
af_key: fix netns ops ordering on module load/unload
Alexey Dobriyan
2010-02-03
1
-7
/
+8
*
|
xfrm: avoid spinlock in get_acqseq()
Eric Dumazet
2010-02-02
1
-5
/
+4
*
|
net: spread __net_init, __net_exit
Alexey Dobriyan
2010-01-17
1
-3
/
+3
|
/
*
xfrm: Fix truncation length of authentication algorithms installed via PF_KEY
Martin Willi
2009-12-11
1
-0
/
+1
*
net: Simplify af_key pernet operations.
Eric W. Biederman
2009-12-01
1
-19
/
+6
[next]