aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_state.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Assign the inner mode output function to the dst entrySteffen Klassert2011-05-101-0/+1
* net: Use flowi4 and flowi6 in xfrm layer.David S. Miller2011-03-121-6/+8
* net: Break struct flowi out into AF specific instances.David S. Miller2011-03-121-2/+2
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-2/+2
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-2/+2
* xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller2011-02-231-2/+2
* xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller2011-02-221-1/+1
* xfrm: Allow different selector family in temporary stateThomas Egerer2010-09-201-14/+19
* ipv6: fix sparse warning: Using plain integer as NULL pointerHannes Eder2009-02-211-1/+1
* xfrm: remove useless forward declarationsAlexey Dobriyan2008-11-251-2/+0
* xfrm: Have af-specific init_tempsel() initialize family field of temporary se...Andreas Steffen2008-11-041-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-0/+2
|\
| * [IPSEC]: Fix BEET outputHerbert Xu2008-03-261-0/+2
* | [XFRM] IPV6: Use distribution counting sort for xfrm_state/xfrm_tmpl chain.YOSHIFUJI Hideaki2008-03-251-97/+74
|/
* [IPV6]: Make xfrm6_init to return an error code.Daniel Lezcano2008-01-281-2/+2
* [IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller2008-01-281-1/+0
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-1/+1
* [IPSEC]: Remove nhoff from xfrm_inputHerbert Xu2008-01-281-2/+0
* [IPSEC]: Merge most of the input pathHerbert Xu2008-01-281-0/+1
* [IPSEC]: Merge most of the output pathHerbert Xu2008-01-281-0/+2
* [IPSEC]: Separate inner/outer mode processing on inputHerbert Xu2008-01-281-1/+4
* [IPSEC]: Separate inner/outer mode processing on outputHerbert Xu2008-01-281-0/+18
* [IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu2007-10-171-0/+1
* [IPSEC]: Add missing BEET checksHerbert Xu2007-10-171-2/+4
* [IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA2007-07-101-2/+2
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-1/+1
* [IPSEC]: exporting xfrm_state_afinfoMiika Komu2007-02-081-0/+1
* [XFRM]: ports in struct xfrm_selector annotatedAl Viro2006-09-281-2/+2
* [XFRM]: Fix wildcard as tunnel sourcePatrick McHardy2006-09-221-16/+0
* [XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.David S. Miller2006-09-221-40/+0
* [XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.David S. Miller2006-09-221-56/+0
* [XFRM] IPV6: Support Mobile IPv6 extension headers sorting.Masahide NAKAMURA2006-09-221-2/+26
* [XFRM] IPV6: Add sort functions to combine templates/states for IPsec.Masahide NAKAMURA2006-09-221-0/+97
* [XFRM] STATE: Search by address using source address list.Masahide NAKAMURA2006-09-221-0/+21
* [XFRM] STATE: Add source address list.Masahide NAKAMURA2006-09-221-0/+3
* [XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA2006-09-221-1/+1
* [IPSEC] xfrm: Undo afinfo lock proliferationHerbert Xu2006-06-171-1/+0
* [XFRM]: IPsec tunnel wildcard address supportPatrick McHardy2006-01-131-0/+17
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+136