index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
xfrm6_state.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-14
xfrm: make local error reporting more robust
Hannes Frederic Sowa
1
-0
/
+1
2012-11-01
ipv6: use IS_ENABLED()
Amerigo Wang
1
-2
/
+2
2011-11-23
net: remove ipv6_addr_copy()
Alexey Dobriyan
1
-2
/
+2
2011-11-01
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
1
-0
/
+1
2011-05-11
xfrm: Assign the inner mode output function to the dst entry
Steffen Klassert
1
-0
/
+1
2011-03-13
net: Use flowi4 and flowi6 in xfrm layer.
David S. Miller
1
-6
/
+8
2011-03-13
net: Break struct flowi out into AF specific instances.
David S. Miller
1
-2
/
+2
2011-03-13
net: Make flowi ports AF dependent.
David S. Miller
1
-2
/
+2
2011-03-13
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
1
-2
/
+2
2011-02-24
xfrm: Const'ify tmpl and address arguments to ->init_temprop()
David S. Miller
1
-2
/
+2
2011-02-23
xfrm: Mark flowi arg to ->init_tempsel() const.
David S. Miller
1
-1
/
+1
2010-09-20
xfrm: Allow different selector family in temporary state
Thomas Egerer
1
-14
/
+19
2009-02-22
ipv6: fix sparse warning: Using plain integer as NULL pointer
Hannes Eder
1
-1
/
+1
2008-11-25
xfrm: remove useless forward declarations
Alexey Dobriyan
1
-2
/
+0
2008-11-05
xfrm: Have af-specific init_tempsel() initialize family field of temporary se...
Andreas Steffen
1
-0
/
+1
2008-03-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
1
-0
/
+2
2008-03-27
[IPSEC]: Fix BEET output
Herbert Xu
1
-0
/
+2
2008-03-25
[XFRM] IPV6: Use distribution counting sort for xfrm_state/xfrm_tmpl chain.
YOSHIFUJI Hideaki
1
-97
/
+74
2008-01-29
[IPV6]: Make xfrm6_init to return an error code.
Daniel Lezcano
1
-2
/
+2
2008-01-29
[IPSEC]: Kill afinfo->nf_post_routing
David S. Miller
1
-1
/
+0
2008-01-29
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
1
-1
/
+1
2008-01-29
[IPSEC]: Remove nhoff from xfrm_input
Herbert Xu
1
-2
/
+0
2008-01-29
[IPSEC]: Merge most of the input path
Herbert Xu
1
-0
/
+1
2008-01-29
[IPSEC]: Merge most of the output path
Herbert Xu
1
-0
/
+2
2008-01-29
[IPSEC]: Separate inner/outer mode processing on input
Herbert Xu
1
-1
/
+4
2008-01-29
[IPSEC]: Separate inner/outer mode processing on output
Herbert Xu
1
-0
/
+18
2007-10-18
[IPSEC]: Store afinfo pointer in xfrm_mode
Herbert Xu
1
-0
/
+1
2007-10-18
[IPSEC]: Add missing BEET checks
Herbert Xu
1
-2
/
+4
2007-07-11
[IPV6] MIP6: Loadable module support for MIPv6.
Masahide NAKAMURA
1
-2
/
+2
2007-02-11
[NET] IPV6: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-02-08
[IPSEC]: exporting xfrm_state_afinfo
Miika Komu
1
-0
/
+1
2006-09-29
[XFRM]: ports in struct xfrm_selector annotated
Al Viro
1
-2
/
+2
2006-09-23
[XFRM]: Fix wildcard as tunnel source
Patrick McHardy
1
-16
/
+0
2006-09-23
[XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.
David S. Miller
1
-40
/
+0
2006-09-23
[XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.
David S. Miller
1
-56
/
+0
2006-09-23
[XFRM] IPV6: Support Mobile IPv6 extension headers sorting.
Masahide NAKAMURA
1
-2
/
+26
2006-09-23
[XFRM] IPV6: Add sort functions to combine templates/states for IPsec.
Masahide NAKAMURA
1
-0
/
+97
2006-09-23
[XFRM] STATE: Search by address using source address list.
Masahide NAKAMURA
1
-0
/
+21
2006-09-23
[XFRM] STATE: Add source address list.
Masahide NAKAMURA
1
-0
/
+3
2006-09-23
[XFRM]: Add XFRM_MODE_xxx for future use.
Masahide NAKAMURA
1
-1
/
+1
2006-06-18
[IPSEC] xfrm: Undo afinfo lock proliferation
Herbert Xu
1
-1
/
+0
2006-01-14
[XFRM]: IPsec tunnel wildcard address support
Patrick McHardy
1
-0
/
+17
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+136