aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert2012-10-131-0/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-111-0/+3
|\
| * xfrm: Assign the inner mode output function to the dst entrySteffen Klassert2011-05-101-0/+3
* | inet: constify ip headers and in6_addrEric Dumazet2011-04-221-3/+3
* | Disable rp_filter for IPsec packetsMichael Smith2011-04-101-0/+9
|/
* xfrm: Assign esn pointers when cloning a stateSteffen Klassert2011-03-281-0/+22
* xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun2011-03-211-0/+1
* xfrm: Add support for IPsec extended sequence numbersSteffen Klassert2011-03-131-0/+1
* xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-131-4/+20
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-131-2/+8
* xfrm: Add basic infrastructure to support IPsec extended sequence numbersSteffen Klassert2011-03-131-0/+7
* net: Use flowi4 and flowi6 in xfrm layer.David S. Miller2011-03-121-12/+12
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-9/+9
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-2/+2
* xfrm: Handle blackhole route creation via afinfo.David S. Miller2011-03-011-0/+1
* xfrm: Pass const xfrm_mark to xfrm_mark_put().David S. Miller2011-02-271-1/+1
* xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller2011-02-271-5/+5
* xfrm: Pass const arg to xfrm_alg_len and xfrm_alg_auth_len.David S. Miller2011-02-271-2/+2
* xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller2011-02-271-4/+4
* xfrm: Const'ify xfrm_address_t args to xfrm_state_find.David S. Miller2011-02-231-2/+2
* xfrm: Const'ify ptr args to xfrm_state_*_check and xfrm_state_kern.David S. Miller2011-02-231-12/+12
* xfrm: Const'ify xfrm_tmpl and xfrm_state args to xfrm_state_addr_cmp.David S. Miller2011-02-231-3/+3
* xfrm: Const'ify policy arg to xp_net.David S. Miller2011-02-231-1/+1
* xfrm: Const'ify selector args in xfrm_migrate paths.David S. Miller2011-02-231-1/+1
* xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller2011-02-231-4/+8
* xfrm: Const'ify address argument to xfrm_addr_any()David S. Miller2011-02-231-1/+1
* xfrm: Const'ify address arguments to xfrm_addr_cmp()David S. Miller2011-02-231-1/+2
* xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller2011-02-231-2/+2
* xfrm: Const'ify selector argument to xfrm_selector_match()David S. Miller2011-02-231-1/+1
* xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller2011-02-231-2/+4
* xfrm: Pass km_event pointers around as const when possible.David S. Miller2011-02-231-4/+4
* xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller2011-02-221-2/+4
* xfrm: Mark flowi arg to xfrm_selector_match() const.David S. Miller2011-02-221-1/+2
* xfrm: Mark token args to addr_match() const.David S. Miller2011-02-221-6/+7
* xfrm: Mark flowi arg to xfrm_type->reject() const.David S. Miller2011-02-221-1/+2
* xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller2011-02-221-1/+2
* xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller2011-02-221-1/+1
* xfrm: Mark flowi arg to ->get_tos() const.David S. Miller2011-02-221-1/+1
* xfrm: Mark flowi arg const in key extraction helpers.David S. Miller2011-02-221-6/+6
* ipsec: allow to align IPv4 AH on 32 bitsNicolas Dichtel2011-02-081-0/+1
* xfrm: Add Traffic Flow Confidentiality padding XFRM attributeMartin Willi2010-12-101-0/+1
* xfrm: fix gre key endianessTimo Teräs2010-11-281-2/+2
* xfrm: use gre key as flow upper protocol infoTimo Teräs2010-11-151-0/+6
* tunnels: add __rcu annotationsEric Dumazet2010-10-271-1/+1
* tunnels: add _rcu annotationsEric Dumazet2010-10-251-1/+1
* xfrm: make xfrm_bundle_ok localstephen hemminger2010-10-211-2/+0
* xfrm6: make xfrm6_tunnel_free_spi localstephen hemminger2010-10-211-1/+0
* xfrm: Allow different selector family in temporary stateThomas Egerer2010-09-201-2/+2
* xfrm: fix XFRMA_MARK extraction in xfrm_mark_getAndreas Steffen2010-06-301-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\