index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xfrm
/
xfrm_state.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-22
net: remove ipv6_addr_copy()
Alexey Dobriyan
1
-8
/
+4
2011-07-08
XFRM: Fix memory leak in xfrm_state_update
Tushar Gohad
1
-0
/
+2
2011-04-22
inet: constify ip headers and in6_addr
Eric Dumazet
1
-6
/
+6
2011-03-28
xfrm: Assign esn pointers when cloning a state
Steffen Klassert
1
-0
/
+6
2011-03-21
xfrm: Fix initialize repl field of struct xfrm_state
Wei Yongjun
1
-1
/
+14
2011-03-13
xfrm: Add user interface for esn and big anti-replay windows
Steffen Klassert
1
-0
/
+2
2011-03-13
xfrm: Move IPsec replay detection functions to a separate file
Steffen Klassert
1
-108
/
+3
2011-03-12
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
1
-1
/
+1
2011-02-27
xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.
David S. Miller
1
-4
/
+8
2011-02-23
xfrm: Const'ify xfrm_address_t args to xfrm_state_find.
David S. Miller
1
-2
/
+2
2011-02-23
xfrm: Remove unused 'saddr' and 'daddr' args to xfrm_state_look_at.
David S. Miller
1
-3
/
+2
2011-02-23
xfrm: Const'ify xfrm_address_t args to __xfrm_state_lookup{,_byaddr}.
David S. Miller
1
-2
/
+8
2011-02-23
xfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate.
David S. Miller
1
-1
/
+1
2011-02-23
xfrm: Const'ify xfrm_address_t args to xfrm_*_hash.
David S. Miller
1
-5
/
+6
2011-02-23
xfrm: Const'ify pointer args to km_migrate() and implementations.
David S. Miller
1
-3
/
+3
2011-02-23
xfrm: Pass km_event pointers around as const when possible.
David S. Miller
1
-2
/
+2
2011-02-22
xfrm: Mark flowi arg to xfrm_state_find() const.
David S. Miller
1
-1
/
+1
2011-02-22
xfrm: Mark flowi arg to xfrm_init_tempstate() const.
David S. Miller
1
-1
/
+1
2011-02-22
xfrm: Mark flowi arg to xfrm_state_look_at() const.
David S. Miller
1
-1
/
+1
2010-12-09
xfrm: Fix xfrm_state_migrate leak
Thomas Egerer
1
-1
/
+1
2010-09-20
xfrm: Allow different selector family in temporary state
Thomas Egerer
1
-18
/
+27
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-01
xfrm: Remove xfrm_state_genid
Herbert Xu
1
-4
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-22
xfrm: SA lookups with mark
Jamal Hadi Salim
1
-0
/
+12
2010-02-22
xfrm: SA lookups signature with mark
Jamal Hadi Salim
1
-24
/
+34
2010-02-19
xfrm: Flushing empty SAD generates false events
Jamal Hadi Salim
1
-2
/
+6
2010-02-17
xfrm: Revert false event eliding commits.
David S. Miller
1
-6
/
+2
2010-02-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-9
/
+3
2010-02-16
xfrm: avoid spinlock in get_acqseq() used by xfrm user
jamal
1
-5
/
+5
2010-02-16
xfrm: Fix xfrm_state_clone leak
Herbert Xu
1
-9
/
+3
2010-02-15
xfrm: Flushing empty SAD generates false events
jamal
1
-2
/
+6
2010-01-23
netns xfrm: fix "ip xfrm state|policy count" misreport
Alexey Dobriyan
1
-3
/
+3
2009-11-25
xfrm: Store aalg in xfrm_state with a user specified truncation length
Martin Willi
1
-1
/
+1
2009-11-08
xfrm: SAD entries do not expire correctly after suspend-resume
Yury Polyanskiy
1
-13
/
+17
2009-06-29
xfrm: use xfrm_addr_cmp() instead of compare addresses directly
Wei Yongjun
1
-49
/
+8
2009-04-27
xfrm: wrong hash value for temporary SA
Nicolas Dichtel
1
-3
/
+3
2009-03-27
xfrm: spin_lock() should be spin_unlock() in xfrm_state.c
Chuck Ebbert
1
-1
/
+1
2009-03-13
xfrm: Fix xfrm_state_find() wrt. wildcard source address.
David S. Miller
1
-32
/
+58
2008-12-03
xfrm: Accept XFRM_STATE_AF_UNSPEC SAs on IPv4/IPv6 only hosts
Martin Willi
1
-15
/
+11
2008-11-25
netns xfrm: per-netns sysctls
Alexey Dobriyan
1
-12
/
+4
2008-11-25
netns xfrm: flush SA/SPDs on netns stop
Alexey Dobriyan
1
-0
/
+8
2008-11-25
netns xfrm: KM reporting in netns
Alexey Dobriyan
1
-2
/
+2
2008-11-25
netns xfrm: per-netns NETLINK_XFRM socket
Alexey Dobriyan
1
-5
/
+2
2008-11-25
netns xfrm: state walking in netns
Alexey Dobriyan
1
-3
/
+3
2008-11-25
netns xfrm: finding states in netns
Alexey Dobriyan
1
-35
/
+38
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
1
-15
/
+19
2008-11-25
netns xfrm: state flush in netns
Alexey Dobriyan
1
-9
/
+9
2008-11-25
netns xfrm: trivial netns propagations
Alexey Dobriyan
1
-25
/
+34
[next]