index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xfrm
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-29
[XFRM] xfrm_policy: kill some bloat
Ilpo Järvinen
1
-2
/
+2
2008-01-29
[XFRM]: Remove ifdef crypto.
Sebastian Siewior
2
-2
/
+1
2008-01-29
[XFRM]: xfrm_state_clone() should be static, not exported
Eric Dumazet
1
-2
/
+1
2008-01-29
[XFRM] xfrm_policy_destroy: Rename and relative fixes.
WANG Cong
2
-3
/
+3
2008-01-29
[XFRM] Statistics: Add outbound-dropping error.
Masahide NAKAMURA
1
-1
/
+4
2008-01-29
[XFRM]: Kill some bloat
Ilpo Järvinen
1
-4
/
+4
2008-01-29
[IPSEC]: Return EOVERFLOW when output sequence number overflows
Herbert Xu
1
-0
/
+1
2008-01-29
[NET]: Add some acquires/releases sparse annotations.
Eric Dumazet
1
-0
/
+2
2008-01-29
[IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_input
Herbert Xu
1
-1
/
+4
2008-01-29
[IPSEC]: Fix double free on skb on async output
Herbert Xu
1
-0
/
+2
2008-01-29
[XFRM]: Fix outbound statistics.
Masahide NAKAMURA
1
-3
/
+9
2008-01-29
[XFRM]: Drop packets when replay counter would overflow
Paul Moore
1
-1
/
+4
2008-01-29
[XFRM]: RFC4303 compliant auditing
Paul Moore
4
-25
/
+147
2008-01-29
[XFRM]: Assorted IPsec fixups
Paul Moore
2
-39
/
+29
2008-01-29
[XFRM]: Add packet processing statistics option.
Masahide NAKAMURA
1
-0
/
+10
2008-01-29
[XFRM]: Support to increment packet dropping statistics.
Masahide NAKAMURA
3
-23
/
+87
2008-01-29
[XFRM]: Define packet dropping statistics.
Masahide NAKAMURA
3
-0
/
+121
2008-01-29
[XFRM] IPv6: Fix dst/routing check at transformation.
Masahide NAKAMURA
1
-0
/
+21
2008-01-29
[IPSEC]: Do xfrm_state_check_space before encapsulation
Herbert Xu
1
-12
/
+6
2008-01-29
[XFRM]: Fix potential race vs xfrm_state(only)_find and xfrm_hash_resize.
Pavel Emelyanov
1
-2
/
+4
2008-01-29
[IPSEC]: Fix zero return value in xfrm_lookup on error
Herbert Xu
1
-2
/
+2
2008-01-29
[IPSEC]: Add ICMP host relookup support
Herbert Xu
1
-3
/
+14
2008-01-29
[IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverse
Herbert Xu
1
-6
/
+11
2008-01-29
[IPSEC]: Make xfrm_lookup flags argument a bit-field
Herbert Xu
1
-1
/
+1
2008-01-29
[IPSEC]: Add xfrm_input_state helper
Herbert Xu
1
-1
/
+1
2008-01-29
[XFRM] net/xfrm/xfrm_state.c: use LIST_HEAD instead of LIST_HEAD_INIT
Denis Cheng
1
-1
/
+1
2008-01-29
[NET]: Multiple namespaces in the all dst_ifdown routines.
Denis V. Lunev
1
-1
/
+1
2008-01-29
[IPSEC]: Use the correct family for input state lookup
Herbert Xu
1
-1
/
+4
2008-01-29
[IPSEC]: SPD auditing fix to include the netmask/prefix-length
Paul Moore
1
-18
/
+26
2008-01-29
[IPSEC]: kmalloc + memset conversion to kzalloc
Joonwoo Park
1
-6
/
+3
2008-01-29
[IPSEC]: Kill afinfo->nf_post_routing
David S. Miller
1
-1
/
+1
2008-01-29
[IPSEC]: Add async resume support on input
Herbert Xu
1
-5
/
+33
2008-01-29
[IPSEC]: Remove nhoff from xfrm_input
Herbert Xu
1
-3
/
+2
2008-01-29
[IPSEC]: Make x->lastused an unsigned long
Herbert Xu
1
-2
/
+2
2008-01-29
[IPSEC]: Move state lock into x->type->input
Herbert Xu
1
-0
/
+4
2008-01-29
[IPSEC]: Move integrity stat collection into xfrm_input
Herbert Xu
1
-1
/
+4
2008-01-29
[IPSEC]: Store xfrm states in security path directly
Herbert Xu
1
-27
/
+15
2008-01-29
[IPSEC]: Merge most of the input path
Herbert Xu
1
-0
/
+113
2008-01-29
[IPSEC]: Add async resume support on output
Herbert Xu
1
-17
/
+40
2008-01-29
[IPSEC]: Merge most of the output path
Herbert Xu
1
-3
/
+67
2008-01-29
[IPSEC]: Separate inner/outer mode processing on input
Herbert Xu
1
-0
/
+13
2008-01-29
[IPSEC]: Move x->outer_mode->output out of locked section
Herbert Xu
1
-4
/
+4
2008-01-29
[IPSEC]: Merge common code into xfrm_bundle_create
Herbert Xu
1
-24
/
+159
2008-01-29
[IPSEC]: Move flow construction into xfrm_dst_lookup
Herbert Xu
1
-10
/
+15
2008-01-29
[IPSEC]: Use dst->header_len when resizing on output
Herbert Xu
1
-1
/
+2
2008-01-29
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
2
-9
/
+5
2008-01-09
[XFRM]: xfrm_algo_clone() allocates too much memory
Eric Dumazet
1
-11
/
+6
2008-01-04
[XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATE
Eric Dumazet
1
-0
/
+2
2007-12-20
[XFRM]: Audit function arguments misordered
Paul Moore
2
-4
/
+4
2007-12-15
[XFRM]: Display the audited SPI value in host byte order.
Paul Moore
1
-4
/
+6
[next]