summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-10ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2014-06-09ipv6: Limit mtu to 65575 bytesEric Dumazet1-2/+3
2014-04-30ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca1-1/+1
2014-02-15ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa1-6/+2
2014-01-03ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong1-2/+5
2013-11-28ipv6: restrict neighbor entry creation to output flowMarcelo Ricardo Leitner1-4/+7
2013-03-27net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti1-1/+2
2013-02-20ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner1-1/+2
2012-11-16ipv6: Set default hoplimit as zero.Li RongQing1-2/+2
2012-10-10ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng1-5/+6
2012-07-12ipv6: Move ipv6 proc file registration to end of init orderThomas Graf1-10/+31
2012-04-02net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet1-2/+6
2011-12-14ipv6: Check dest prefix length on original route not copied one in rt6_alloc_...David S. Miller1-1/+1
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert1-2/+9
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert1-5/+5
2011-11-26route: Use the device mtu as the default for blackhole routesSteffen Klassert1-1/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-29ipv6: fix route error binding peer in func icmp6_dst_allocGao feng1-2/+1
2011-09-27ipv6: check return value for dst_allocMadalin Bucur1-1/+3
2011-09-17ipv6: don't use inetpeer to store metrics for routes.Yan, Zheng1-11/+22
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet1-10/+25
2011-07-22ipv6: unshare inetpeersEric Dumazet1-13/+20
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-0/+7
2011-07-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-19/+20
2011-07-18ipv6: Get rid of rt6i_nexthop macro.David S. Miller1-15/+15
2011-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-16/+9
2011-07-02ipv6: Don't put artificial limit on routing table size.David S. Miller1-6/+7
2011-07-02ipv6: Don't change dst->flags using assignments.David S. Miller1-10/+2
2011-06-10rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-3/+3
2011-05-21ipv6: copy prefsrc setting when copying route entryFlorian Westphal1-0/+1
2011-04-29net: Use non-zero allocations in dst_alloc().David S. Miller1-1/+7
2011-04-29net: Make dst_alloc() take more explicit initializations.David S. Miller1-18/+11
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+7
2011-04-25net: provide cow_metrics() methods to blackhole dst_opsHeld Bernhard1-0/+7
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-26/+26
2011-04-22ipv6: Remove hoplimit initialization to -1Thomas Egerer1-1/+0
2011-04-16ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter1-3/+69
2011-03-23ipv6: ip6_route_output does not modify sk parameter, so make it constFlorian Westphal1-1/+1
2011-03-13ipv6: Convert to use flowi6 where applicable.David S. Miller1-48/+48
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