aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_policy.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+3
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+1
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-121-6/+6
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-2/+1
* net: Use flowi4 and flowi6 in xfrm layer.David S. Miller2011-03-121-18/+21
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-6/+6
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-5/+5
* xfrm: Handle blackhole route creation via afinfo.David S. Miller2011-03-011-0/+1
* xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller2011-02-231-2/+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
* net: Implement read-only protection and COW'ing of metrics.David S. Miller2011-01-261-0/+2
* xfrm6: Don't forget to propagate peer into ipsec route.David S. Miller2011-01-261-0/+6
* net dst: use a percpu_counter to track entriesEric Dumazet2010-10-111-4/+6
* net: return operator cleanupEric Dumazet2010-09-231-1/+1
* xfrm: fix xfrm by MARK logicPeter Kosyh2010-07-041-0/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-1/+1
|\
| * xfrm6: ensure to use the same dev when building a bundleNicolas Dichtel2010-04-211-1/+1
* | xfrm: cache bundles instead of policies for outgoing flowsTimo Teräs2010-04-071-31/+0
|/
* ipsec: Fix bogus bundle flowiHerbert Xu2010-03-031-1/+2
* netns xfrm: deal with dst entries in netnsAlexey Dobriyan2010-01-241-11/+14
* sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-1/+0
* xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled.David S. Miller2009-08-041-1/+6
* xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman2009-07-301-0/+15
* xfrm: export xfrm garbage collector thresholds via sysctlNeil Horman2009-07-271-0/+18
* xfrm6: fix the proto and ports decode of sctp protocolWei Yongjun2009-07-031-2/+4
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* netns xfrm: ->get_saddr in netnsAlexey Dobriyan2008-11-251-2/+3
* netns xfrm: ->dst_lookup in netnsAlexey Dobriyan2008-11-251-3/+4
* netns xfrm: dst garbage-collecting in netnsAlexey Dobriyan2008-11-251-1/+1
* net: remove struct dst_entry::entry_sizeAlexey Dobriyan2008-11-111-1/+0
* xfrm6: handling fragmentNicolas Dichtel2008-11-011-3/+6
* netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley2008-08-141-1/+3
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [IPV6]: Support Source Address Selection API (RFC5014).YOSHIFUJI Hideaki2008-03-251-1/+1
* [NETNS][IPV6] route6 - add netns parameter to ip6_route_outputDaniel Lezcano2008-03-051-1/+1
* [IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr().YOSHIFUJI Hideaki2008-03-041-2/+3
* [NET]: should explicitely initialize atomic_t field in struct dst_opsEric Dumazet2008-01-311-0/+1
* [NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano2008-01-281-1/+1
* [XFRM] IPv6: Fix dst/routing check at transformation.Masahide NAKAMURA2008-01-281-0/+17
* [IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverseHerbert Xu2008-01-281-5/+5
* [IPV6]: Make xfrm6_init to return an error code.Daniel Lezcano2008-01-281-5/+17
* [NET]: Multiple namespaces in the all dst_ifdown routines.Denis V. Lunev2008-01-281-1/+2
* [IPSEC]: Merge most of the output pathHerbert Xu2008-01-281-0/+1
* [IPSEC]: Merge common code into xfrm_bundle_createHerbert Xu2008-01-281-114/+22
* [IPSEC]: Move flow construction into xfrm_dst_lookupHerbert Xu2008-01-281-62/+35
* [IPSEC]: Replace x->type->{local,remote}_addr with flagsHerbert Xu2008-01-281-12/+8
* [IPSEC]: Make sure idev is consistent with dev in xfrm_dstHerbert Xu2008-01-281-5/+10
* [IPSEC]: Set dst->input to dst_discardHerbert Xu2008-01-281-1/+2
* [IPSEC]: Only set neighbour on top xfrm dstHerbert Xu2008-01-281-2/+4