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
/
xfrm_input.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+16
2015-05-28
xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_input
Alexander Duyck
1
-1
/
+16
2015-04-24
xfrm: slightly optimise xfrm_input
Li RongQing
1
-5
/
+5
2015-04-23
xfrm: fix the return code when xfrm_*_register_afinfo failed
Li RongQing
1
-1
/
+1
2015-04-07
xfrm: fix xfrm_input/xfrm_tunnel_check oops
Alexey Dobriyan
1
-5
/
+5
2014-03-14
xfrm: Introduce xfrm_input_afinfo to access the the callbacks properly
Steffen Klassert
1
-0
/
+75
2014-02-25
xfrm: Add xfrm_tunnel_skb_cb to the skb common buffer
Steffen Klassert
1
-0
/
+5
2014-02-25
xfrm4: Add IPsec protocol multiplexer
Steffen Klassert
1
-6
/
+11
2014-01-02
xfrm: checkpatch errors with foo * bar
Weilong Chen
1
-3
/
+3
2013-06-06
xfrm: add LINUX_MIB_XFRMACQUIREERROR statistic counter
Fan Du
1
-0
/
+5
2012-09-04
xfrm: Workaround incompatibility of ESN and async crypto
Steffen Klassert
1
-1
/
+1
2011-09-21
xfrm: Perform a replay check after return from async codepaths
Steffen Klassert
1
-0
/
+5
2011-03-29
xfrm: Move the test on replay window size into the replay check functions
Steffen Klassert
1
-1
/
+1
2011-03-28
xfrm: Force a dst refcount before entering the xfrm type handlers
Steffen Klassert
1
-0
/
+2
2011-03-14
xfrm: Add support for IPsec extended sequence numbers
Steffen Klassert
1
-0
/
+4
2011-03-14
xfrm: Move IPsec replay detection functions to a separate file
Steffen Klassert
1
-3
/
+2
2011-03-14
xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...
Steffen Klassert
1
-2
/
+2
2010-02-23
xfrm: SA lookups signature with mark
Jamal Hadi Salim
1
-1
/
+1
2009-06-03
net: skb->dst accessors
Eric Dumazet
1
-2
/
+1
2008-12-19
Revert "xfrm: Accept ESP packets regardless of UDP encapsulation mode"
David S. Miller
1
-0
/
+5
2008-12-05
xfrm: Accept ESP packets regardless of UDP encapsulation mode
Martin Willi
1
-5
/
+0
2008-11-26
netns xfrm: per-netns MIBs
Alexey Dobriyan
1
-11
/
+11
2008-11-26
netns xfrm: xfrm_input() fixup
Alexey Dobriyan
1
-1
/
+2
2008-11-26
netns xfrm: state lookup in netns
Alexey Dobriyan
1
-1
/
+1
2008-03-25
[IPSEC]: Fix inter address family IPsec tunnel handling.
Kazunori MIYAZAWA
1
-3
/
+19
2008-02-13
[IPSEC]: Fix bogus usage of u64 on input sequence number
Herbert Xu
1
-2
/
+2
2008-02-01
[XFRM]: Fix statistics.
Masahide NAKAMURA
1
-2
/
+2
2008-02-01
[XFRM]: Remove unused exports.
Adrian Bunk
1
-1
/
+0
2008-01-29
[IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_input
Herbert Xu
1
-1
/
+4
2008-01-29
[XFRM]: RFC4303 compliant auditing
Paul Moore
1
-1
/
+2
2008-01-29
[XFRM]: Support to increment packet dropping statistics.
Masahide NAKAMURA
1
-10
/
+31
2008-01-29
[IPSEC]: Add xfrm_input_state helper
Herbert Xu
1
-1
/
+1
2008-01-29
[IPSEC]: Use the correct family for input state lookup
Herbert Xu
1
-1
/
+4
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]: 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]: Separate inner/outer mode processing on input
Herbert Xu
1
-0
/
+13
2007-10-18
[IPSEC]: Fix length check in xfrm_parse_spi
Herbert Xu
1
-1
/
+4
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce skb_transport_header(skb)
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-02-11
[NET] XFRM: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-1
/
+1
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-1
/
+1
2006-12-07
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
1
-1
/
+1
2006-09-29
[XFRM]: xfrm_parse_spi() annotations
Al Viro
1
-4
/
+4
2006-09-23
[NET]: Use SLAB_PANIC
Alexey Dobriyan
1
-3
/
+1
2006-05-23
[NET]: Fix "ntohl(ntohs" bugs
Alexey Dobriyan
1
-1
/
+1
2006-04-01
[IPSEC]: Kill unused decap state structure
Herbert Xu
1
-2
/
+2
[next]