aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-18ipv4: fix redirect handlingGravatar Eric Dumazet 1-51/+59
2011-11-08ipv4: Fix inetpeer expire time informationGravatar Steffen Klassert 1-3/+7
2011-10-24ipv4: avoid useless call of the function check_peer_pmtuGravatar Gao feng 1-2/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+31
2011-10-24route: fix ICMP redirect validationGravatar Flavio Leitner 1-5/+31
2011-10-03ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalGravatar Vasily Averin 1-8/+0
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+3
2011-08-12net: cleanup some rcu_dereference_rawGravatar Eric Dumazet 1-3/+3
2011-08-11ipv4: some rt_iif -> rt_route_iif conversionsGravatar Julian Anastasov 1-5/+3
2011-08-07ipv4: fix the reusing of routing cache entriesGravatar Julian Anastasov 1-1/+2
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.Gravatar David S. Miller 1-0/+1
2011-08-03net: fix NULL dereferences in check_peer_redir()Gravatar Eric Dumazet 1-6/+8
2011-07-23ipv4: use RT_TOS after some rt_tos conversionsGravatar Julian Anastasov 1-1/+1
2011-07-18net: Add ->neigh_lookup() operation to dst_opsGravatar David S. Miller 1-7/+19
2011-07-17net: Abstract dst->neighbour accesses behind helpers.Gravatar David S. Miller 1-12/+13
2011-07-16neigh: Kill hh_cache->hh_outputGravatar David S. Miller 1-3/+3
2011-07-14net: Embed hh_cache inside of struct neighbour.Gravatar David S. Miller 1-3/+4
2011-07-13ipv4: Inline neigh binding.Gravatar David Miller 1-3/+27
2011-07-01ipv4: Reduce switch/case indentGravatar Joe Perches 1-14/+14
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-37/+45
2011-06-18ipv4: fix multicast lossesGravatar Eric Dumazet 1-3/+1
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGravatar Greg Rose 1-1/+1
2011-06-09net: pmtu_expires fixesGravatar Eric Dumazet 1-34/+44
2011-05-22ipv4: Give backtrace in ip_rt_bug().Gravatar Dave Jones 1-0/+1
2011-05-18ipv4: Pass explicit destination address to rt_bind_peer().Gravatar David S. Miller 1-8/+8
2011-05-18ipv4: Kill RT_CACHE_DEBUGGravatar David S. Miller 1-22/+0
2011-05-16ipv4: Trivial rt->rt_src conversions in net/ipv4/route.cGravatar David S. Miller 1-2/+2
2011-05-13ipv4: Remove route key identity dependencies in ip_rt_get_source().Gravatar David S. Miller 1-10/+14
2011-05-04ipv4: Pass explicit saddr/daddr args to ipmr_get_route().Gravatar David S. Miller 1-1/+3
2011-05-03ipv4: Renamt struct rtable's rt_tos to rt_key_tos.Gravatar David S. Miller 1-12/+12
2011-05-02ipv4: Make sure flowi4->{saddr,daddr} are always set.Gravatar David S. Miller 1-6/+5
2011-04-28ipv4: Use caller's on-stack flowi as-is in output route lookups.Gravatar David S. Miller 1-78/+80
2011-04-28net: Use non-zero allocations in dst_alloc().Gravatar David S. Miller 1-31/+47
2011-04-28net: Make dst_alloc() take more explicit initializations.Gravatar David S. Miller 1-25/+15
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+7
2011-04-25net: provide cow_metrics() methods to blackhole dst_opsGravatar Held Bernhard 1-0/+7
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 1-1/+1
2011-04-14ipv4: Call fib_select_default() only when actually necessary.Gravatar David S. Miller 1-1/+3
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+2
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-2/+6
2011-04-10fib_validate_source(): pass sk_buff instead of markGravatar Michael Smith 1-8/+8
2011-04-07ipv4: Fix "Set rt->rt_iif more sanely on output routes."Gravatar OGAWA Hirofumi 1-2/+6
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-03-24ipv4: Invalidate nexthop cache nh_saddr more correctly.Gravatar David S. Miller 1-2/+4
2011-03-23ipv4: fix ip_rt_update_pmtu()Gravatar Eric Dumazet 1-2/+0
2011-03-15net_sched: fix ip_tos2prioGravatar Dan Siemon 1-1/+1
2011-03-13ipv4: Fix PMTU update.Gravatar Hiroaki SHIMODA 1-5/+17
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.Gravatar David S. Miller 1-17/+19
2011-03-12ipv4: Use struct flowi4 internally in routing lookups.Gravatar David S. Miller 1-115/+115
2011-03-12ipv4: Pass ipv4 flow objects into fib_lookup() paths.Gravatar David S. Miller 1-3/+3