aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-2/+2
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller1-0/+1
2011-02-27xfrm: Pass const xfrm_mark to xfrm_mark_put().David S. Miller1-1/+1
2011-02-27xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller1-5/+5
2011-02-27xfrm: Pass const arg to xfrm_alg_len and xfrm_alg_auth_len.David S. Miller1-2/+2
2011-02-27xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller1-4/+4
2011-02-23xfrm: Const'ify xfrm_address_t args to xfrm_state_find.David S. Miller1-2/+2
2011-02-23xfrm: Const'ify ptr args to xfrm_state_*_check and xfrm_state_kern.David S. Miller1-12/+12
2011-02-23xfrm: Const'ify xfrm_tmpl and xfrm_state args to xfrm_state_addr_cmp.David S. Miller1-3/+3
2011-02-23xfrm: Const'ify policy arg to xp_net.David S. Miller1-1/+1
2011-02-23xfrm: Const'ify selector args in xfrm_migrate paths.David S. Miller1-1/+1
2011-02-23xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller1-4/+8
2011-02-23xfrm: Const'ify address argument to xfrm_addr_any()David S. Miller1-1/+1
2011-02-23xfrm: Const'ify address arguments to xfrm_addr_cmp()David S. Miller1-1/+2
2011-02-23xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller1-2/+2
2011-02-23xfrm: Const'ify selector argument to xfrm_selector_match()David S. Miller1-1/+1
2011-02-23xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller1-2/+4
2011-02-23xfrm: Pass km_event pointers around as const when possible.David S. Miller1-4/+4
2011-02-22xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller1-2/+4
2011-02-22xfrm: Mark flowi arg to xfrm_selector_match() const.David S. Miller1-1/+2
2011-02-22xfrm: Mark token args to addr_match() const.David S. Miller1-6/+7
2011-02-22xfrm: Mark flowi arg to xfrm_type->reject() const.David S. Miller1-1/+2
2011-02-22xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller1-1/+2
2011-02-22xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg to ->get_tos() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg const in key extraction helpers.David S. Miller1-6/+6
2011-02-08ipsec: allow to align IPv4 AH on 32 bitsNicolas Dichtel1-0/+1
2010-12-10xfrm: Add Traffic Flow Confidentiality padding XFRM attributeMartin Willi1-0/+1
2010-11-28xfrm: fix gre key endianessTimo Teräs1-2/+2
2010-11-15xfrm: use gre key as flow upper protocol infoTimo Teräs1-0/+6
2010-10-27tunnels: add __rcu annotationsEric Dumazet1-1/+1
2010-10-25tunnels: add _rcu annotationsEric Dumazet1-1/+1
2010-10-21xfrm: make xfrm_bundle_ok localstephen hemminger1-2/+0
2010-10-21xfrm6: make xfrm6_tunnel_free_spi localstephen hemminger1-1/+0
2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer1-2/+2
2010-06-30xfrm: fix XFRMA_MARK extraction in xfrm_mark_getAndreas Steffen1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-08xfrm: Fix crashes in xfrm_lookup()Timo Teräs1-7/+0
2010-04-07xfrm: cache bundles instead of policies for outgoing flowsTimo Teräs1-3/+7
2010-04-07flow: virtualize flow cache entry methodsTimo Teräs1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03ipsec: Fix bogus bundle flowiHerbert Xu1-1/+2
2010-02-22xfrm: SP lookups signature with markJamal Hadi Salim1-2/+3
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim1-7/+16
2010-02-22xfrm: introduce basic mark infrastructureJamal Hadi Salim1-0/+22
2010-02-12xfrm: use proper kernel typesjamal1-13/+13
2010-01-28netns xfrm: xfrm6_tunnel in netnsAlexey Dobriyan1-3/+3
2010-01-23netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan1-2/+2
2009-11-25xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi1-1/+11
2009-11-08xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy1-1/+4