summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* net: Abstract default MTU metric calculation behind an accessor.David S. Miller2010-12-141-21/+16
* net: Abstract default ADVMSS behind an accessor.David S. Miller2010-12-131-9/+7
* ipv6: Demark default hoplimit as zero.David S. Miller2010-12-121-3/+1
* net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller2010-12-121-2/+2
* ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls.David S. Miller2010-12-121-0/+1
* net: Abstract away all dst_entry metrics accesses.David S. Miller2010-12-091-29/+37
* ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller2010-11-301-0/+18
* ipv6: kill two unused macro definitionShan Wei2010-11-281-2/+0
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-18/+6
* ipv6: Warn users if maximum number of routes is reached.Ben Greear2010-11-121-1/+5
* net dst: fix percpu_counter list corruption and poison overwrittenXiaotian Feng2010-11-031-0/+2
* net dst: use a percpu_counter to track entriesEric Dumazet2010-10-111-8/+20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-041-5/+25
|\
| * net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski2010-10-031-4/+24
| * ipv6: add IPv6 to neighbour table overflow warningUlrich Weber2010-09-271-1/+1
* | ipv6: Implement Any-IP support for IPv6.Maciej Żenczykowski2010-09-281-1/+9
* | net: return operator cleanupEric Dumazet2010-09-231-7/+7
|/
* ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mssMin Zhang2010-08-141-2/+2
* ipv6: RCU changes in ipv6_get_mtu() and ip6_dst_hoplimit()Eric Dumazet2010-06-141-8/+11
* net-next: remove useless union keywordChangli Gao2010-06-101-153/+147
* IPv6: fix Mobile IPv6 regressionBrian Haley2010-05-281-1/+1
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-2/+0
* net: ipv6 bind to device issueJiri Olsa2010-04-211-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ipv6: Don't drop cache route entry unless timer actually expired.YOSHIFUJI Hideaki / 吉藤英明2010-03-281-4/+9
* ipv6: Remove redundant dst NULL check in ip6_dst_checkHerbert Xu2010-03-191-1/+1
* ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.YOSHIFUJI Hideaki / 吉藤英明2010-03-071-9/+2
* ipv6: Remove IPV6_ADDR_RESERVEDUlrich Weber2010-02-261-1/+1
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-2/+2
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-171-3/+3
* netns: fix net.ipv6.route.gc_min_interval_ms in netnsAlexey Dobriyan2009-12-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-1/+2
|\
| * IPv6: use ipv6_addr_copy() in ip6_route_redirect()Brian Haley2009-10-071-1/+2
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-17/+1
|/
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* ipv6: Ignore route option with ROUTER_PREF_INVALIDJens Rosenboom2009-09-161-1/+1
* netns: embed ip6_dst_ops directlyAlexey Dobriyan2009-09-011-21/+13
* ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-231-1/+1
* net: skb->dst accessorsEric Dumazet2009-06-031-6/+6
* IPv6: set RTPROT_KERNEL to initial routeJean-Mickael Guerin2009-05-201-0/+3
* netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2009-02-241-2/+3
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-2/+2
* IPv6: Fix multicast routing bugs.Thomas Goff2009-01-271-1/+1
* remove lots of double-semicolonsFernando Carrijo2009-01-081-1/+1
* ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups.David S. Miller2009-01-041-5/+47
* netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery2008-12-101-1/+1
* net: remove struct dst_entry::entry_sizeAlexey Dobriyan2008-11-111-2/+0
* net: '&' reduxAlexey Dobriyan2008-11-031-17/+17
* net: replace %#p6 format specifier with %pi6Harvey Harrison2008-10-291-3/+3
* net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison2008-10-281-6/+3
OpenPOWER on IntegriCloud