aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAge
* net: replace __this_cpu_inc in route.c with raw_cpu_incChristoph Lameter2014-04-07
* ipv4: remove ip_rt_dump from route.cLi RongQing2014-03-24
* ipv4: remove ipv4_ifdown_dst from route.cLi RongQing2014-03-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-19
|\
| * ipv4: fix counter in_slow_totDuan Jiong2014-02-17
| * ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong2014-02-16
* | net: remove unnecessary return'sstephen hemminger2014-02-13
|/
* ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa2014-01-13
* ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov2013-11-20
* ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa2013-11-05
* ipv4: shrink rt_cache_statEric Dumazet2013-10-17
* ipv4: fix ineffective source address selectionJiri Benc2013-10-07
* ipv4: raise IP_MAX_MTU to theoretical limitEric Dumazet2013-08-20
* net: split rt_genid for ipv4 and ipv6fan.du2013-07-31
* ipv4: use next hop exceptions also for input routesTimo Teräs2013-06-29
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-05
|\
| * ipv4: fix redirect handling for TCP packetsMichal Kubecek2013-05-28
* | ipv4: use separate genid for next hop exceptionsTimo Teräs2013-06-03
* | ipv4: rate limit updating of next hop exceptions with same pmtuTimo Teräs2013-06-03
* | ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs2013-06-03
|/
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-22
* net: ipv4: fix waring -Wunused-variableGao feng2013-02-19
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-18
* ipv4: Fix route refcount on pmtu discoverySteffen Klassert2013-01-22
* ipv4: Invalidate the socket cached route on pmtu events if possibleSteffen Klassert2013-01-21
* ipv4: Don't update the pmtu on mtu locked routesSteffen Klassert2013-01-17
* ipv4: Remove output route check in ipv4_mtuSteffen Klassert2013-01-17
* ipv4/route/rtnl: get mcast attributes when dst is multicastNicolas Dichtel2012-12-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-25
|\
| * ipv4: do not cache looped multicastsJulian Anastasov2012-11-22
| * xfrm: Fix the gc threshold value for ipv4Steffen Klassert2012-11-13
* | net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-18
|/
* ipv4: Fix flushing of cached routing informationsSteffen Klassert2012-10-18
* ipv4: fix route mark sparse warningstephen hemminger2012-10-10
* ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov2012-10-08
* ipv4: introduce rt_uses_gatewayJulian Anastasov2012-10-08
* ipv4: make sure nh_pcpu_rth_output is always allocatedJulian Anastasov2012-10-08
* ipv4: fix sending of redirectsJulian Anastasov2012-10-08
* ipv4: Don't report stale pmtu values to userspaceSteffen Klassert2012-10-08
* ipv4: Don't create nh exeption when the device mtu is smaller than the report...Steffen Klassert2012-10-08
* ipv4: Always invalidate or update the route on pmtu eventsSteffen Klassert2012-10-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-28
|\
| * netns: move net->ipv4.rt_genid to net->rt_genidNicolas Dichtel2012-09-18
| * net: rt_cache_flush() cleanupEric Dumazet2012-09-18
| * ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-18
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-10
* | net: rt_cache_flush() cleanupEric Dumazet2012-09-07
* | ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-07
* | ipv4: Minor logic clean-up in ipv4_mtuAlexander Duyck2012-08-31