aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-31net: Add default_mtu() methods to blackhole dst_opsRoland Dreier1-0/+6
2011-01-27ipv6: Remove route peer binding assertions.David S. Miller1-4/+0
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/net-2.6David 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/net-2.6David 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 implicit slab.h inclusion from percpu.hTejun 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
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+2
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-17/+1
2009-10-07IPv6: use ipv6_addr_copy() in ip6_route_redirect()Brian Haley1-1/+2
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+2
2009-09-16ipv6: Ignore route option with ROUTER_PREF_INVALIDJens Rosenboom1-1/+1
2009-09-01netns: embed ip6_dst_ops directlyAlexey Dobriyan1-21/+13
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley1-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-6/+6
2009-05-20IPv6: set RTPROT_KERNEL to initial routeJean-Mickael Guerin1-0/+3
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso1-2/+3
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2009-01-27IPv6: Fix multicast routing bugs.Thomas Goff1-1/+1
2009-01-08remove lots of double-semicolonsFernando Carrijo1-1/+1