aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-04ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups.David S. Miller1-5/+47
2008-12-10netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery1-1/+1
2008-11-11net: remove struct dst_entry::entry_sizeAlexey Dobriyan1-2/+0
2008-11-03net: '&' reduxAlexey Dobriyan1-17/+17
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison1-3/+3
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison1-6/+3
2008-10-08netns: add net parameter to IP6_INC_STATSDenis V. Lunev1-2/+5
2008-10-07ipv6: initialize ip6_route sysctl vars in ip6_route_net_init()Peter Zijlstra1-0/+9
2008-10-07ipv6: clean up ip6_route_net_init() error handlingPeter Zijlstra1-9/+10
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2008-10-01XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachepArnaud Ebalard1-0/+2
2008-09-10ipv6: On interface down/unregister, purge icmp routes too.David S. Miller1-0/+20
2008-08-14netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr()Brian Haley1-5/+7
2008-08-13ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26, ip6_route_output, rt6_fill_node+0x175Brian Haley1-1/+2