aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+14
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-22net: remove ipv6_addr_copy()Alexey Dobriyan1-21/+21
2011-11-14IPv6 routing, NLM_F_* flag support: warn if new route is created without NLM_F_CREATEMatti Vaittinen1-2/+11
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-28ipv6: 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-21ipv6: unshare inetpeersEric Dumazet1-13/+20
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-0/+7
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-19/+20
2011-07-17ipv6: Get rid of rt6i_nexthop macro.David S. Miller1-15/+15
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-16/+9
2011-07-01ipv6: Don't put artificial limit on routing table size.David S. Miller1-6/+7
2011-07-01ipv6: Don't change dst->flags using assignments.David S. Miller1-10/+2
2011-06-09rtnetlink: 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-28net: Use non-zero allocations in dst_alloc().David S. Miller1-1/+7
2011-04-28net: 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/net-2.6David 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-21ipv6: Remove hoplimit initialization to -1Thomas Egerer1-1/+0
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter1-3/+69
2011-03-22ipv6: ip6_route_output does not modify sk parameter, so make it constFlorian Westphal1-1/+1
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-48/+48
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-10/+10
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2011-03-09ipv6: Don't create clones of host routes.David S. Miller1-1/+3
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+10
2011-03-03ipv6: Use ERR_CAST in addrconf_dst_alloc.David S. Miller1-6/+1
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller1-2/+1
2011-03-01ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller1-7/+5
2011-02-25ipv6: 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-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-02-18net: provide default_advmss() methods to blackhole dst_opsEric Dumazet1-0/+1
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller1-3/+2
2011-02-10inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller1-2/+16
2011-02-08net: Kill NETEVENT_PMTU_UPDATE.David S. Miller1-1/+0
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+6
2011-01-31net: Add default_mtu() methods to blackhole dst_opsRoland Dreier1-0/+6
2011-01-27net: Store ipv4/ipv6 COW'd metrics in inetpeer cache.David S. Miller1-2/+31
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+0
2011-01-27ipv6: Remove route peer binding assertions.David S. Miller1-4/+0
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller1-3/+12