summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-03ipv6: Use ERR_CAST in addrconf_dst_alloc.David S. Miller1-6/+1
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller1-2/+1
2011-03-01ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller1-7/+5
2011-02-25ipv6: variable next is never used in this functionHagen Paul Pfeifer1-3/+1
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2011-02-18net: provide default_advmss() methods to blackhole dst_opsEric Dumazet1-0/+1
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller1-3/+2
2011-02-10inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller1-2/+16
2011-02-08net: Kill NETEVENT_PMTU_UPDATE.David S. Miller1-1/+0
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+6
2011-01-31net: Add default_mtu() methods to blackhole dst_opsRoland Dreier1-0/+6
2011-01-27net: Store ipv4/ipv6 COW'd metrics in inetpeer cache.David S. Miller1-2/+31
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+0
2011-01-27ipv6: Remove route peer binding assertions.David S. Miller1-4/+0
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller1-3/+12
2011-01-24ipv6: Always clone offlink routes.David S. Miller1-8/+1
2010-12-18ipv6: fib6_ifdown cleanupstephen hemminger1-4/+4
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+6
2010-12-16ipv6: delete expired route in ip6_pmtu_deliverAndrey Vagin1-1/+6
2010-12-14net: Abstract default MTU metric calculation behind an accessor.David S. Miller1-21/+16
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller1-9/+7
2010-12-12ipv6: Demark default hoplimit as zero.David S. Miller1-3/+1
2010-12-12net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller1-2/+2
2010-12-12ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls.David S. Miller1-0/+1
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller1-29/+37
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller1-0/+18
2010-11-28ipv6: kill two unused macro definitionShan Wei1-2/+0
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-18/+6
2010-11-12ipv6: Warn users if maximum number of routes is reached.Ben Greear1-1/+5
2010-11-03net dst: fix percpu_counter list corruption and poison overwrittenXiaotian Feng1-0/+2
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet1-8/+20
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+25
2010-10-03net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski1-4/+24
2010-09-28ipv6: Implement Any-IP support for IPv6.Maciej Żenczykowski1-1/+9
2010-09-27ipv6: add IPv6 to neighbour table overflow warningUlrich Weber1-1/+1
2010-09-23net: return operator cleanupEric Dumazet1-7/+7
2010-08-14ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mssMin Zhang1-2/+2
2010-06-14ipv6: RCU changes in ipv6_get_mtu() and ip6_dst_hoplimit()Eric Dumazet1-8/+11
2010-06-10net-next: remove useless union keywordChangli Gao1-153/+147
2010-05-28IPv6: fix Mobile IPv6 regressionBrian Haley1-1/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-04-21net: ipv6 bind to device issueJiri Olsa1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-28ipv6: Don't drop cache route entry unless timer actually expired.YOSHIFUJI Hideaki / 吉藤英明1-4/+9
2010-03-19ipv6: Remove redundant dst NULL check in ip6_dst_checkHerbert Xu1-1/+1
2010-03-07ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.YOSHIFUJI Hideaki / 吉藤英明1-9/+2
2010-02-26ipv6: Remove IPV6_ADDR_RESERVEDUlrich Weber1-1/+1
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-2/+2
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-3/+3
2009-12-18netns: fix net.ipv6.route.gc_min_interval_ms in netnsAlexey Dobriyan1-0/+1