aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-7/+7
2013-08-14xfrm: make local error reporting more robustHannes Frederic Sowa1-0/+1
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang1-2/+2
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-2/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-05-10xfrm: Assign the inner mode output function to the dst entrySteffen Klassert1-0/+1
2011-03-12net: Use flowi4 and flowi6 in xfrm layer.David S. Miller1-6/+8
2011-03-12net: Break struct flowi out into AF specific instances.David S. Miller1-2/+2
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-2/+2
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-2/+2
2011-02-23xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller1-2/+2
2011-02-22xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller1-1/+1
2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer1-14/+19
2009-02-21ipv6: fix sparse warning: Using plain integer as NULL pointerHannes Eder1-1/+1
2008-11-25xfrm: remove useless forward declarationsAlexey Dobriyan1-2/+0
2008-11-04xfrm: Have af-specific init_tempsel() initialize family field of temporary selectorAndreas Steffen1-0/+1
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2008-03-26[IPSEC]: Fix BEET outputHerbert Xu1-0/+2
2008-03-25[XFRM] IPV6: Use distribution counting sort for xfrm_state/xfrm_tmpl chain.YOSHIFUJI Hideaki1-97/+74
2008-01-28[IPV6]: Make xfrm6_init to return an error code.Daniel Lezcano1-2/+2
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller1-1/+0
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-1/+1
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu1-2/+0
2008-01-28[IPSEC]: Merge most of the input pathHerbert Xu1-0/+1
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu1-0/+2
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu1-1/+4
2008-01-28[IPSEC]: Separate inner/outer mode processing on outputHerbert Xu1-0/+18
2007-10-17[IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu1-0/+1
2007-10-17[IPSEC]: Add missing BEET checksHerbert Xu1-2/+4
2007-07-10[IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA1-2/+2
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-02-08[IPSEC]: exporting xfrm_state_afinfoMiika Komu1-0/+1
2006-09-28[XFRM]: ports in struct xfrm_selector annotatedAl Viro1-2/+2
2006-09-22[XFRM]: Fix wildcard as tunnel sourcePatrick McHardy1-16/+0
2006-09-22[XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.David S. Miller1-40/+0
2006-09-22[XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.David S. Miller1-56/+0
2006-09-22[XFRM] IPV6: Support Mobile IPv6 extension headers sorting.Masahide NAKAMURA1-2/+26
2006-09-22[XFRM] IPV6: Add sort functions to combine templates/states for IPsec.Masahide NAKAMURA1-0/+97
2006-09-22[XFRM] STATE: Search by address using source address list.Masahide NAKAMURA1-0/+21
2006-09-22[XFRM] STATE: Add source address list.Masahide NAKAMURA1-0/+3
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA1-1/+1
2006-06-17[IPSEC] xfrm: Undo afinfo lock proliferationHerbert Xu1-1/+0
2006-01-13[XFRM]: IPsec tunnel wildcard address supportPatrick McHardy1-0/+17
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+136