aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-20ipv4: raise IP_MAX_MTU to theoretical limitGravatar Eric Dumazet 1-5/+3
2013-07-31net: split rt_genid for ipv4 and ipv6Gravatar fan.du 1-8/+8
2013-06-28ipv4: use next hop exceptions also for input routesGravatar Timo Teräs 1-15/+50
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-2/+2
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+6
2013-06-03ipv4: use separate genid for next hop exceptionsGravatar Timo Teräs 1-2/+10
2013-06-03ipv4: rate limit updating of next hop exceptions with same pmtuGravatar Timo Teräs 1-0/+4
2013-06-03ipv4: properly refresh rtable entries on pmtu/redirect eventsGravatar Timo Teräs 1-26/+37
2013-05-27ipv4: fix redirect handling for TCP packetsGravatar Michal Kubecek 1-1/+6
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsGravatar Thomas Graf 1-1/+1
2013-02-19net: ipv4: fix waring -Wunused-variableGravatar Gao feng 1-4/+5
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-2/+2
2013-01-22ipv4: Fix route refcount on pmtu discoveryGravatar Steffen Klassert 1-2/+9
2013-01-21ipv4: Invalidate the socket cached route on pmtu events if possibleGravatar Steffen Klassert 1-1/+41
2013-01-17ipv4: Don't update the pmtu on mtu locked routesGravatar Steffen Klassert 1-0/+3
2013-01-17ipv4: Remove output route check in ipv4_mtuGravatar Steffen Klassert 1-1/+1
2012-12-07ipv4/route/rtnl: get mcast attributes when dst is multicastGravatar Nicolas Dichtel 1-2/+21
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+6
2012-11-22ipv4: do not cache looped multicastsGravatar Julian Anastasov 1-2/+5
2012-11-18net: Don't export sysctls to unprivileged usersGravatar Eric W. Biederman 1-0/+4
2012-11-13xfrm: Fix the gc threshold value for ipv4Gravatar Steffen Klassert 1-1/+1
2012-10-18ipv4: Fix flushing of cached routing informationsGravatar Steffen Klassert 1-3/+6
2012-10-10ipv4: fix route mark sparse warningGravatar stephen hemminger 1-1/+1
2012-10-08ipv4: Add FLOWI_FLAG_KNOWN_NHGravatar Julian Anastasov 1-4/+17
2012-10-08ipv4: introduce rt_uses_gatewayGravatar Julian Anastasov 1-22/+26
2012-10-08ipv4: make sure nh_pcpu_rth_output is always allocatedGravatar Julian Anastasov 1-3/+0
2012-10-08ipv4: fix sending of redirectsGravatar Julian Anastasov 1-14/+16
2012-10-08ipv4: Don't report stale pmtu values to userspaceGravatar Steffen Klassert 1-8/+11
2012-10-08ipv4: Don't create nh exeption when the device mtu is smaller than the report...Gravatar Steffen Klassert 1-0/+3
2012-10-08ipv4: Always invalidate or update the route on pmtu eventsGravatar Steffen Klassert 1-11/+11
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+2
2012-09-18netns: move net->ipv4.rt_genid to net->rt_genidGravatar Nicolas Dichtel 1-7/+2
2012-09-18net: rt_cache_flush() cleanupGravatar Eric Dumazet 1-17/+2
2012-09-18ipv4/route: arg delay is useless in rt_cache_flush()Gravatar Nicolas Dichtel 1-16/+3
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-4/+4
2012-09-07net: rt_cache_flush() cleanupGravatar Eric Dumazet 1-17/+2
2012-09-07ipv4/route: arg delay is useless in rt_cache_flush()Gravatar Nicolas Dichtel 1-16/+3
2012-08-31ipv4: Minor logic clean-up in ipv4_mtuGravatar Alexander Duyck 1-4/+1
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+4
2012-08-30ipv4: must use rcu protection while calling fib_lookupGravatar Eric Dumazet 1-0/+2
2012-08-24ipv4: take rt_uncached_lock only if neededGravatar Eric Dumazet 1-1/+1
2012-08-22ipv4: properly update pmtuGravatar Eric Dumazet 1-1/+1
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+0
2012-08-14ipv4: Cache local output routesGravatar Yan, Zheng 1-1/+0
2012-08-09net: Loopback ifindex is constant nowGravatar Pavel Emelyanov 1-3/+3
2012-08-04ipv4: Introduce IN_DEV_NET_ROUTE_LOCALNETGravatar Eric Dumazet 1-4/+7
2012-08-02ipv4: route.c cleanupGravatar Eric Dumazet 1-4/+0
2012-07-31ipv4: Properly purge netdev references on uncached routes.Gravatar David S. Miller 1-4/+64
2012-07-31ipv4: Cache routes in nexthop exception entries.Gravatar David S. Miller 1-46/+57
2012-07-31ipv4: percpu nh_rth_output cacheGravatar Eric Dumazet 1-5/+13