aboutsummaryrefslogtreecommitdiff
path: root/include/net/xfrm.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+3
2011-05-10xfrm: Assign the inner mode output function to the dst entryGravatar Steffen Klassert 1-0/+3
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 1-3/+3
2011-04-10Disable rp_filter for IPsec packetsGravatar Michael Smith 1-0/+9
2011-03-28xfrm: Assign esn pointers when cloning a stateGravatar Steffen Klassert 1-0/+22
2011-03-21xfrm: Fix initialize repl field of struct xfrm_stateGravatar Wei Yongjun 1-0/+1
2011-03-13xfrm: Add support for IPsec extended sequence numbersGravatar Steffen Klassert 1-0/+1
2011-03-13xfrm: Move IPsec replay detection functions to a separate fileGravatar Steffen Klassert 1-4/+20
2011-03-13xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Gravatar Steffen Klassert 1-2/+8
2011-03-13xfrm: Add basic infrastructure to support IPsec extended sequence numbersGravatar Steffen Klassert 1-0/+7
2011-03-12net: Use flowi4 and flowi6 in xfrm layer.Gravatar David S. Miller 1-12/+12
2011-03-12net: Make flowi ports AF dependent.Gravatar David S. Miller 1-9/+9
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-2/+2
2011-03-01xfrm: Handle blackhole route creation via afinfo.Gravatar David S. Miller 1-0/+1
2011-02-27xfrm: Pass const xfrm_mark to xfrm_mark_put().Gravatar David S. Miller 1-1/+1
2011-02-27xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.Gravatar David S. Miller 1-5/+5
2011-02-27xfrm: Pass const arg to xfrm_alg_len and xfrm_alg_auth_len.Gravatar David S. Miller 1-2/+2
2011-02-27xfrm: Pass name as const to xfrm_*_get_byname().Gravatar David S. Miller 1-4/+4
2011-02-23xfrm: Const'ify xfrm_address_t args to xfrm_state_find.Gravatar David S. Miller 1-2/+2
2011-02-23xfrm: Const'ify ptr args to xfrm_state_*_check and xfrm_state_kern.Gravatar David S. Miller 1-12/+12
2011-02-23xfrm: Const'ify xfrm_tmpl and xfrm_state args to xfrm_state_addr_cmp.Gravatar David S. Miller 1-3/+3
2011-02-23xfrm: Const'ify policy arg to xp_net.Gravatar David S. Miller 1-1/+1
2011-02-23xfrm: Const'ify selector args in xfrm_migrate paths.Gravatar David S. Miller 1-1/+1
2011-02-23xfrm: Const'ify pointer args to km_migrate() and implementations.Gravatar David S. Miller 1-4/+8
2011-02-23xfrm: Const'ify address argument to xfrm_addr_any()Gravatar David S. Miller 1-1/+1
2011-02-23xfrm: Const'ify address arguments to xfrm_addr_cmp()Gravatar David S. Miller 1-1/+2
2011-02-23xfrm: Const'ify address arguments to ->dst_lookup()Gravatar David S. Miller 1-2/+2
2011-02-23xfrm: Const'ify selector argument to xfrm_selector_match()Gravatar David S. Miller 1-1/+1
2011-02-23xfrm: Const'ify tmpl and address arguments to ->init_temprop()Gravatar David S. Miller 1-2/+4
2011-02-23xfrm: Pass km_event pointers around as const when possible.Gravatar David S. Miller 1-4/+4
2011-02-22xfrm: Mark flowi arg to xfrm_state_find() const.Gravatar David S. Miller 1-2/+4
2011-02-22xfrm: Mark flowi arg to xfrm_selector_match() const.Gravatar David S. Miller 1-1/+2
2011-02-22xfrm: Mark token args to addr_match() const.Gravatar David S. Miller 1-6/+7
2011-02-22xfrm: Mark flowi arg to xfrm_type->reject() const.Gravatar David S. Miller 1-1/+2
2011-02-22xfrm: Mark flowi arg to ->init_tempsel() const.Gravatar David S. Miller 1-1/+2
2011-02-22xfrm: Mark flowi arg to ->fill_dst() const.Gravatar David S. Miller 1-1/+1
2011-02-22xfrm: Mark flowi arg to ->get_tos() const.Gravatar David S. Miller 1-1/+1
2011-02-22xfrm: Mark flowi arg const in key extraction helpers.Gravatar David S. Miller 1-6/+6
2011-02-08ipsec: allow to align IPv4 AH on 32 bitsGravatar Nicolas Dichtel 1-0/+1
2010-12-10xfrm: Add Traffic Flow Confidentiality padding XFRM attributeGravatar Martin Willi 1-0/+1
2010-11-28xfrm: fix gre key endianessGravatar Timo Teräs 1-2/+2
2010-11-15xfrm: use gre key as flow upper protocol infoGravatar Timo Teräs 1-0/+6
2010-10-27tunnels: add __rcu annotationsGravatar Eric Dumazet 1-1/+1
2010-10-25tunnels: add _rcu annotationsGravatar Eric Dumazet 1-1/+1
2010-10-21xfrm: make xfrm_bundle_ok localGravatar stephen hemminger 1-2/+0
2010-10-21xfrm6: make xfrm6_tunnel_free_spi localGravatar stephen hemminger 1-1/+0
2010-09-20xfrm: Allow different selector family in temporary stateGravatar Thomas Egerer 1-2/+2
2010-06-30xfrm: fix XFRMA_MARK extraction in xfrm_mark_getGravatar Andreas Steffen 1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2010-04-08xfrm: Fix crashes in xfrm_lookup()Gravatar Timo Teräs 1-7/+0