summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-10/+10
2011-03-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2011-03-10ipv6: Don't create clones of host routes.David S. Miller1-1/+3
2011-03-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+10
2011-03-03ipv6: Use ERR_CAST in addrconf_dst_alloc.David S. Miller1-6/+1
2011-03-02xfrm: Handle blackhole route creation via afinfo.David S. Miller1-2/+1
2011-03-02ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller1-7/+5
2011-02-26ipv6: variable next is never used in this functionHagen Paul Pfeifer1-3/+1
2011-02-25sysctl: ipv6: use correct net in ipv6_sysctl_rtcache_flushLucian Adrian Grijincu1-7/+10
2011-02-20Merge 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-18net: Add initial_ref arg to dst_alloc().David S. Miller1-3/+2
2011-02-11inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller1-2/+16
2011-02-09net: Kill NETEVENT_PMTU_UPDATE.David S. Miller1-1/+0
2011-02-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+6
2011-02-01net: Add default_mtu() methods to blackhole dst_opsRoland Dreier1-0/+6
2011-01-28net: Store ipv4/ipv6 COW'd metrics in inetpeer cache.David S. Miller1-2/+31
2011-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+0
2011-01-28ipv6: Remove route peer binding assertions.David S. Miller1-4/+0
2011-01-27net: Implement read-only protection and COW'ing of metrics.David S. Miller1-3/+12
2011-01-25ipv6: Always clone offlink routes.David S. Miller1-8/+1
2010-12-19ipv6: 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-15net: 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-13ipv6: Demark default hoplimit as zero.David S. Miller1-3/+1
2010-12-13net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller1-2/+2
2010-12-13ipv6: 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-13ipv6: Warn users if maximum number of routes is reached.Ben Greear1-1/+5
2010-11-04net dst: fix percpu_counter list corruption and poison overwrittenXiaotian Feng1-0/+2
2010-10-12net 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-04net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski1-4/+24
2010-09-29ipv6: Implement Any-IP support for IPv6.Maciej Żenczykowski1-1/+9
2010-09-28ipv6: add IPv6 to neighbour table overflow warningUlrich Weber1-1/+1
2010-09-24net: return operator cleanupEric Dumazet1-7/+7
2010-08-15ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mssMin Zhang1-2/+2
2010-06-15ipv6: RCU changes in ipv6_get_mtu() and ip6_dst_hoplimit()Eric Dumazet1-8/+11
2010-06-11net-next: remove useless union keywordChangli Gao1-153/+147
2010-05-29IPv6: fix Mobile IPv6 regressionBrian Haley1-1/+1
2010-05-18net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-04-22net: 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-29ipv6: Don't drop cache route entry unless timer actually expired.YOSHIFUJI Hideaki / 吉藤英明1-4/+9
2010-03-20ipv6: Remove redundant dst NULL check in ip6_dst_checkHerbert Xu1-1/+1