summaryrefslogtreecommitdiff
path: root/include/net/xfrm.h
AgeCommit message (Expand)Author
2011-02-23xfrm: Const'ify address argument to xfrm_addr_any()David S. Miller
2011-02-23xfrm: Const'ify address arguments to xfrm_addr_cmp()David S. Miller
2011-02-23xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller
2011-02-23xfrm: Const'ify selector argument to xfrm_selector_match()David S. Miller
2011-02-23xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller
2011-02-23xfrm: Pass km_event pointers around as const when possible.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_selector_match() const.David S. Miller
2011-02-22xfrm: Mark token args to addr_match() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to xfrm_type->reject() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to ->get_tos() const.David S. Miller
2011-02-22xfrm: Mark flowi arg const in key extraction helpers.David S. Miller
2011-02-08ipsec: allow to align IPv4 AH on 32 bitsNicolas Dichtel
2010-12-10xfrm: Add Traffic Flow Confidentiality padding XFRM attributeMartin Willi
2010-11-28xfrm: fix gre key endianessTimo Teräs
2010-11-15xfrm: use gre key as flow upper protocol infoTimo Teräs
2010-10-27tunnels: add __rcu annotationsEric Dumazet
2010-10-25tunnels: add _rcu annotationsEric Dumazet
2010-10-21xfrm: make xfrm_bundle_ok localstephen hemminger
2010-10-21xfrm6: make xfrm6_tunnel_free_spi localstephen hemminger
2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer
2010-06-30xfrm: fix XFRMA_MARK extraction in xfrm_mark_getAndreas Steffen
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-08xfrm: Fix crashes in xfrm_lookup()Timo Teräs
2010-04-07xfrm: cache bundles instead of policies for outgoing flowsTimo Teräs
2010-04-07flow: virtualize flow cache entry methodsTimo Teräs
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-03ipsec: Fix bogus bundle flowiHerbert Xu
2010-02-22xfrm: SP lookups signature with markJamal Hadi Salim
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim
2010-02-22xfrm: introduce basic mark infrastructureJamal Hadi Salim
2010-02-12xfrm: use proper kernel typesjamal
2010-01-28netns xfrm: xfrm6_tunnel in netnsAlexey Dobriyan
2010-01-23netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan
2009-11-25xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi
2009-11-08xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy
2009-11-04net: cleanup include/netEric Dumazet
2009-10-18xfrm: remove skb_icv_walkSteffen Klassert
2009-07-30xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley
2009-06-03net: skb->dst accessorsEric Dumazet
2008-11-25netns xfrm: per-netns sysctlsAlexey Dobriyan
2008-11-25netns xfrm: /proc/net/xfrm_stat in netnsAlexey Dobriyan
2008-11-25netns xfrm: per-netns MIBsAlexey Dobriyan
2008-11-25netns xfrm: ->get_saddr in netnsAlexey Dobriyan
2008-11-25netns xfrm: ->dst_lookup in netnsAlexey Dobriyan
2008-11-25netns xfrm: KM reporting in netnsAlexey Dobriyan
2008-11-25netns xfrm: pass netns with KM notificationsAlexey Dobriyan