aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_policy.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Decode sessions with output interface.Steffen Klassert2013-09-161-0/+1
* xfrm6: release dev before returning errorCong Wang2013-05-111-1/+3
* xfrm: make gc_thresh configurable in all namespacesMichal Kubecek2013-02-061-5/+47
* ipv6: Complete neighbour entry removal from dst_entry.YOSHIFUJI Hideaki / 吉藤英明2013-01-171-1/+0
* xfrm6: Remove commented out function call to xfrm6_input_finiSteffen Klassert2012-11-161-1/+0
* xfrm: Use a static gc threshold value for ipv6Steffen Klassert2012-11-151-15/+1
* ipv6: use IS_ENABLED()Amerigo Wang2012-11-011-2/+2
* net: ipv6: fix oops in inet_putpeer()Patrick McHardy2012-08-201-0/+8
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-4/+6
* ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-121-0/+9
* ipv6: Store route neighbour in rt6_info struct.David S. Miller2012-07-051-0/+1
* inet: Hide route peer accesses behind helpers.David S. Miller2012-06-111-5/+5
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-2/+2
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-2/+2
* 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