index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xfrm
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-25
netns xfrm: dst garbage-collecting in netns
Alexey Dobriyan
1
-2
/
+2
2008-11-25
netns xfrm: flushing/pruning bundles in netns
Alexey Dobriyan
1
-11
/
+8
2008-11-25
netns xfrm: xfrm_route_forward() in netns
Alexey Dobriyan
1
-1
/
+2
2008-11-25
netns xfrm: xfrm_policy_check in netns
Alexey Dobriyan
1
-2
/
+3
2008-11-25
netns xfrm: lookup in netns
Alexey Dobriyan
1
-18
/
+20
2008-11-25
netns xfrm: policy walking in netns
Alexey Dobriyan
2
-4
/
+4
2008-11-25
netns xfrm: finding policy in netns
Alexey Dobriyan
2
-11
/
+11
2008-11-25
netns xfrm: policy flushing in netns
Alexey Dobriyan
2
-12
/
+12
2008-11-25
netns xfrm: policy insertion in netns
Alexey Dobriyan
1
-22
/
+24
2008-11-25
netns xfrm: propagate netns into policy byidx hash
Alexey Dobriyan
1
-6
/
+6
2008-11-25
netns xfrm: state walking in netns
Alexey Dobriyan
2
-4
/
+4
2008-11-25
netns xfrm: finding states in netns
Alexey Dobriyan
2
-37
/
+40
2008-11-25
netns xfrm: fixup xfrm_alloc_spi()
Alexey Dobriyan
1
-2
/
+2
2008-11-25
netns xfrm: state lookup in netns
Alexey Dobriyan
3
-22
/
+26
2008-11-25
netns xfrm: state flush in netns
Alexey Dobriyan
2
-10
/
+10
2008-11-25
netns xfrm: trivial netns propagations
Alexey Dobriyan
2
-31
/
+43
2008-11-25
netns xfrm: propagate netns into bydst/bysrc/byspi hash functions
Alexey Dobriyan
1
-21
/
+23
2008-11-25
netns xfrm: per-netns policy hash resizing work
Alexey Dobriyan
1
-26
/
+26
2008-11-25
netns xfrm: per-netns policy counts
Alexey Dobriyan
1
-18
/
+16
2008-11-25
netns xfrm: per-netns xfrm_policy_bydst hash
Alexey Dobriyan
1
-24
/
+33
2008-11-25
netns xfrm: per-netns inexact policies
Alexey Dobriyan
1
-8
/
+12
2008-11-25
netns xfrm: per-netns xfrm_policy_byidx hashmask
Alexey Dobriyan
1
-8
/
+7
2008-11-25
netns xfrm: per-netns xfrm_policy_byidx hash
Alexey Dobriyan
1
-10
/
+18
2008-11-25
netns xfrm: per-netns policy list
Alexey Dobriyan
1
-6
/
+6
2008-11-25
netns xfrm: add struct xfrm_policy::xp_net
Alexey Dobriyan
2
-4
/
+5
2008-11-25
netns xfrm: per-netns km_waitq
Alexey Dobriyan
2
-11
/
+9
2008-11-25
netns xfrm: per-netns state GC work
Alexey Dobriyan
1
-5
/
+5
2008-11-25
netns xfrm: per-netns state GC list
Alexey Dobriyan
1
-3
/
+3
2008-11-25
netns xfrm: per-netns xfrm_hash_work
Alexey Dobriyan
1
-18
/
+17
2008-11-25
netns xfrm: per-netns xfrm_state counts
Alexey Dobriyan
1
-7
/
+7
2008-11-25
netns xfrm: per-netns xfrm_state_hmask
Alexey Dobriyan
1
-16
/
+15
2008-11-25
netns xfrm: per-netns xfrm_state_byspi hash
Alexey Dobriyan
1
-8
/
+13
2008-11-25
netns xfrm: per-netns xfrm_state_bysrc hash
Alexey Dobriyan
1
-9
/
+14
2008-11-25
netns xfrm: per-netns xfrm_state_bydst hash
Alexey Dobriyan
1
-24
/
+26
2008-11-25
netns xfrm: per-netns xfrm_state_all list
Alexey Dobriyan
1
-6
/
+8
2008-11-25
netns xfrm: add struct xfrm_state::xs_net
Alexey Dobriyan
2
-6
/
+7
2008-11-25
netns xfrm: add netns boilerplate
Alexey Dobriyan
2
-6
/
+46
2008-11-25
xfrm: initialise xfrm_policy_gc_work statically
Alexey Dobriyan
1
-2
/
+1
2008-11-12
net: Remove unused parameter of xfrm_gen_index()
Arnaud Ebalard
1
-3
/
+3
2008-11-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-3
/
+3
2008-11-03
xfrm: Fix xfrm_policy_gc_lock handling.
Alexey Dobriyan
1
-2
/
+2
2008-11-03
XFRM: copy_to_user_kmaddress() reports local address twice
Arnaud Ebalard
1
-1
/
+1
2008-10-31
net: replace NIPQUAD() in net/*/
Harvey Harrison
2
-12
/
+6
2008-10-31
xfrm: C99 for xfrm_dev_notifier
Alexey Dobriyan
1
-3
/
+1
2008-10-31
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+2
2008-10-31
xfrm: do not leak ESRCH to user space
fernando@oss.ntt.co
1
-0
/
+2
2008-10-29
net: replace %p6 with %pI6
Harvey Harrison
2
-4
/
+4
2008-10-28
net, misc: replace uses of NIP6_FMT with %p6
Harvey Harrison
2
-12
/
+6
2008-10-28
xfrm: Notify changes in UDP encapsulation via netlink
Martin Willi
1
-0
/
+52
2008-10-05
xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)
Arnaud Ebalard
3
-16
/
+51
[next]