aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-12net: ipv4: Standardize prefixes for message loggingGravatar Joe Perches 1-1/+3
2012-03-11net: Convert printks to pr_<level>Gravatar Joe Perches 1-25/+18
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-9/+3
2012-03-08route: Remove redirect_genidGravatar Steffen Klassert 1-9/+2
2012-03-08inetpeer: Invalidate the inetpeer tree along with the routing cacheGravatar Steffen Klassert 1-0/+1
2012-02-15ipv4: Eliminate spurious argument to __ipv4_neigh_lookupGravatar David S. Miller 1-1/+1
2012-01-26ipv4/ipv6: Prepare for new route gateway semantics.Gravatar David S. Miller 1-0/+5
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+110
2011-12-22net: introduce DST_NOPEER dst flagGravatar Eric Dumazet 1-2/+2
2011-12-22ipv4: using prefetch requires including prefetch.hGravatar Stephen Rothwell 1-0/+1
2011-12-21ipv4: reintroduce route cache garbage collectorGravatar Eric Dumazet 1-0/+107
2011-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-28/+19
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.Gravatar David Miller 1-1/+1
2011-12-05ipv4: Fix peer validation on cached lookup.Gravatar David S. Miller 1-22/+13
2011-12-03ipv4: make sure RTO_ONLINK is saved in routing cacheGravatar Julian Anastasov 1-6/+6
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-10/+34
2011-12-01ipv4: Perform peer validation on cached route lookup.Gravatar David S. Miller 1-7/+19
2011-11-30atm: clip: Use device neigh support on top of "arp_tbl".Gravatar David Miller 1-8/+2
2011-11-30ipv4: fix lockdep splat in rt_cache_seq_showGravatar Eric Dumazet 1-2/+6
2011-11-26inet: add a redirect generation id in inetpeerGravatar Eric Dumazet 1-1/+9
2011-11-26ipv4: Don't use the cached pmtu informations for input routesGravatar Steffen Klassert 1-2/+2
2011-11-26net: Move mtu handling down to the protocol depended handlersGravatar Steffen Klassert 1-2/+9
2011-11-26net: Rename the dst_opt default_mtu method to mtuGravatar Steffen Klassert 1-5/+5
2011-11-26route: Use the device mtu as the default for blackhole routesGravatar Steffen Klassert 1-1/+1
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