aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-04net: cleanup include/netEric Dumazet1-18/+9
2009-10-18xfrm: remove skb_icv_walkSteffen Klassert1-3/+0
2009-07-30xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman1-1/+1
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley1-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-2/+2
2008-11-25netns xfrm: per-netns sysctlsAlexey Dobriyan1-5/+9
2008-11-25netns xfrm: /proc/net/xfrm_stat in netnsAlexey Dobriyan1-1/+2
2008-11-25netns xfrm: per-netns MIBsAlexey Dobriyan1-7/+6
2008-11-25netns xfrm: ->get_saddr in netnsAlexey Dobriyan1-1/+1
2008-11-25netns xfrm: ->dst_lookup in netnsAlexey Dobriyan1-1/+2
2008-11-25netns xfrm: KM reporting in netnsAlexey Dobriyan1-2/+2