summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)Author
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-28net/ipv4: fix IPv4 multicast over network namespacesBenjamin LaHaise
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches
2012-03-11net: Convert printks to pr_<level>Joe Perches
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-08route: Remove redirect_genidSteffen Klassert
2012-03-08inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert
2012-02-15ipv4: Eliminate spurious argument to __ipv4_neigh_lookupDavid S. Miller
2012-01-26ipv4/ipv6: Prepare for new route gateway semantics.David S. Miller
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet
2011-12-22ipv4: using prefetch requires including prefetch.hStephen Rothwell
2011-12-21ipv4: reintroduce route cache garbage collectorEric Dumazet
2011-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-12-05ipv4: Fix peer validation on cached lookup.David S. Miller
2011-12-03ipv4: make sure RTO_ONLINK is saved in routing cacheJulian Anastasov
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-01ipv4: Perform peer validation on cached route lookup.David S. Miller
2011-11-30atm: clip: Use device neigh support on top of "arp_tbl".David Miller
2011-11-30ipv4: fix lockdep splat in rt_cache_seq_showEric Dumazet
2011-11-26inet: add a redirect generation id in inetpeerEric Dumazet
2011-11-26ipv4: Don't use the cached pmtu informations for input routesSteffen Klassert
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert
2011-11-26route: Use the device mtu as the default for blackhole routesSteffen Klassert
2011-11-18ipv4: fix redirect handlingEric Dumazet
2011-11-08ipv4: Fix inetpeer expire time informationSteffen Klassert
2011-10-24ipv4: avoid useless call of the function check_peer_pmtuGao feng
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-24route: fix ICMP redirect validationFlavio Leitner
2011-10-03ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet
2011-08-11ipv4: some rt_iif -> rt_route_iif conversionsJulian Anastasov
2011-08-07ipv4: fix the reusing of routing cache entriesJulian Anastasov
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet
2011-07-23ipv4: use RT_TOS after some rt_tos conversionsJulian Anastasov
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-07-16neigh: Kill hh_cache->hh_outputDavid S. Miller
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller
2011-07-13ipv4: Inline neigh binding.David Miller
2011-07-01ipv4: Reduce switch/case indentJoe Perches
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-18ipv4: fix multicast lossesEric Dumazet
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-06-09net: pmtu_expires fixesEric Dumazet