summaryrefslogtreecommitdiff
path: root/net/ipv4/xfrm4_state.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-06xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal1-1/+0
2020-05-06xfrm: move xfrm4_extract_header to common helperFlorian Westphal1-21/+0
2020-05-06xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal1-1/+0
2020-05-06xfrm: avoid extract_output indirection for ipv4Florian Westphal1-1/+0
2019-06-06xfrm: remove eth_proto value from xfrm_state_afinfoFlorian Westphal1-2/+0
2019-06-05xfrm: remove init_flags indirection from xfrm_state_afinfoFlorian Westphal1-8/+0
2019-06-05xfrm: remove init_temprop indirection from xfrm_state_afinfoFlorian Westphal1-16/+0
2019-06-05xfrm: remove init_tempsel indirection from xfrm_state_afinfoFlorian Westphal1-19/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-10xfrm: remove unused functionFlorian Westphal1-8/+0
2013-12-19inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa1-1/+1
2013-08-14xfrm: make local error reporting more robustHannes Frederic Sowa1-0/+1
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2011-05-11xfrm: Assign the inner mode output function to the dst entrySteffen Klassert1-0/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+1
2011-03-13net: Use flowi4 and flowi6 in xfrm layer.David S. Miller1-6/+8
2011-03-13net: Break struct flowi out into AF specific instances.David S. Miller1-2/+2
2011-03-13net: Make flowi ports AF dependent.David S. Miller1-2/+2
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-2/+2
2011-02-24xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller1-2/+2
2011-02-23xfrm: 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
2008-11-25xfrm: remove useless forward declarationsAlexey Dobriyan1-2/+0
2008-11-05xfrm: Have af-specific init_tempsel() initialize family field of temporary se...Andreas Steffen1-0/+1
2008-03-27[IPSEC]: Fix BEET outputHerbert Xu1-0/+2
2008-01-29[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller1-1/+0
2008-01-29[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-1/+1
2008-01-29[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu1-1/+0
2008-01-29[IPSEC]: Merge most of the input pathHerbert Xu1-0/+1
2008-01-29[IPSEC]: Merge most of the output pathHerbert Xu1-0/+2
2008-01-29[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu1-0/+2
2008-01-29[IPSEC]: Separate inner/outer mode processing on outputHerbert Xu1-0/+17
2007-10-18[IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu1-0/+1
2007-02-08[IPSEC]: exporting xfrm_state_afinfoMiika Komu1-0/+1
2006-09-29[XFRM]: ports in struct xfrm_selector annotatedAl Viro1-2/+2
2006-09-23[XFRM]: Fix wildcard as tunnel sourcePatrick McHardy1-15/+0
2006-09-23[XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.David S. Miller1-28/+0
2006-09-23[XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.David S. Miller1-53/+0
2006-09-23[XFRM] STATE: Search by address using source address list.Masahide NAKAMURA1-0/+9
2006-09-23[XFRM] STATE: Add source address list.Masahide NAKAMURA1-0/+3
2006-09-23[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA1-1/+1
2006-06-18[IPSEC] xfrm: Undo afinfo lock proliferationHerbert Xu1-1/+0
2006-01-14[XFRM]: IPsec tunnel wildcard address supportPatrick McHardy1-0/+15
2005-08-30[IPV4]: possible cleanupsAdrian Bunk1-0/+2
2005-06-21[IPSEC]: Add XFRM_STATE_NOPMTUDISC flagHerbert Xu1-0/+9
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+126