summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-4/+9
|\
| * ipv4: fix counter in_slow_totDuan Jiong2014-02-171-2/+2
| * ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong2014-02-171-2/+7
* | net: remove unnecessary return'sstephen hemminger2014-02-141-1/+0Star
|/
* ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa2014-01-131-3/+0Star
* ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov2013-11-201-2/+6
* ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa2013-11-061-0/+4
* ipv4: shrink rt_cache_statEric Dumazet2013-10-171-8/+8
* ipv4: fix ineffective source address selectionJiri Benc2013-10-071-1/+1
* ipv4: raise IP_MAX_MTU to theoretical limitEric Dumazet2013-08-211-5/+3Star
* net: split rt_genid for ipv4 and ipv6fan.du2013-07-311-8/+8
* ipv4: use next hop exceptions also for input routesTimo Teräs2013-06-291-15/+50
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-061-1/+6
|\
| * ipv4: fix redirect handling for TCP packetsMichal Kubecek2013-05-281-1/+6
* | ipv4: use separate genid for next hop exceptionsTimo Teräs2013-06-031-2/+10
* | ipv4: rate limit updating of next hop exceptions with same pmtuTimo Teräs2013-06-031-0/+4
* | ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs2013-06-031-26/+37
|/
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-1/+1
* net: ipv4: fix waring -Wunused-variableGao feng2013-02-191-4/+5
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-2/+2
* ipv4: Fix route refcount on pmtu discoverySteffen Klassert2013-01-221-2/+9
* ipv4: Invalidate the socket cached route on pmtu events if possibleSteffen Klassert2013-01-211-1/+41
* ipv4: Don't update the pmtu on mtu locked routesSteffen Klassert2013-01-171-0/+3
* ipv4: Remove output route check in ipv4_mtuSteffen Klassert2013-01-171-1/+1
* ipv4/route/rtnl: get mcast attributes when dst is multicastNicolas Dichtel2012-12-071-2/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-251-3/+6
|\
| * ipv4: do not cache looped multicastsJulian Anastasov2012-11-221-2/+5
| * xfrm: Fix the gc threshold value for ipv4Steffen Klassert2012-11-131-1/+1
* | net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-191-0/+4
|/
* ipv4: Fix flushing of cached routing informationsSteffen Klassert2012-10-181-3/+6
* ipv4: fix route mark sparse warningstephen hemminger2012-10-111-1/+1
* ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov2012-10-081-4/+17
* ipv4: introduce rt_uses_gatewayJulian Anastasov2012-10-081-22/+26
* ipv4: make sure nh_pcpu_rth_output is always allocatedJulian Anastasov2012-10-081-3/+0Star
* ipv4: fix sending of redirectsJulian Anastasov2012-10-081-14/+16
* ipv4: Don't report stale pmtu values to userspaceSteffen Klassert2012-10-081-8/+11
* ipv4: Don't create nh exeption when the device mtu is smaller than the report...Steffen Klassert2012-10-081-0/+3
* ipv4: Always invalidate or update the route on pmtu eventsSteffen Klassert2012-10-081-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-7/+2Star
|\
| * netns: move net->ipv4.rt_genid to net->rt_genidNicolas Dichtel2012-09-181-7/+2Star
| * net: rt_cache_flush() cleanupEric Dumazet2012-09-181-17/+2Star
| * ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-181-16/+3Star
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-4/+4
* | net: rt_cache_flush() cleanupEric Dumazet2012-09-071-17/+2Star
* | ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-071-16/+3Star
* | ipv4: Minor logic clean-up in ipv4_mtuAlexander Duyck2012-08-311-4/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-311-2/+4
|\|
| * ipv4: must use rcu protection while calling fib_lookupEric Dumazet2012-08-301-0/+2
| * ipv4: take rt_uncached_lock only if neededEric Dumazet2012-08-241-1/+1