aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-16ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang1-2/+1
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-2/+2
2014-04-13ipv4: return valid RTA_IIF on ip route getJulian Anastasov1-1/+1
2014-04-07net: replace __this_cpu_inc in route.c with raw_cpu_incChristoph Lameter1-1/+1
2014-03-24ipv4: remove ip_rt_dump from route.cLi RongQing1-5/+0
2014-03-24ipv4: remove ipv4_ifdown_dst from route.cLi RongQing1-6/+0
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+9
2014-02-17ipv4: fix counter in_slow_totDuan Jiong1-2/+2
2014-02-16ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong1-2/+7
2014-02-13net: remove unnecessary return'sstephen hemminger1-1/+0
2014-01-13ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against pmtu spoofingHannes Frederic Sowa1-3/+0
2013-11-20ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov1-2/+6
2013-11-05ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa1-0/+4
2013-10-17ipv4: shrink rt_cache_statEric Dumazet1-8/+8
2013-10-07ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-08-20ipv4: raise IP_MAX_MTU to theoretical limitEric Dumazet1-5/+3
2013-07-31net: split rt_genid for ipv4 and ipv6fan.du1-8/+8
2013-06-28ipv4: use next hop exceptions also for input routesTimo Teräs1-15/+50
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2013-06-03ipv4: use separate genid for next hop exceptionsTimo Teräs1-2/+10
2013-06-03ipv4: rate limit updating of next hop exceptions with same pmtuTimo Teräs1-0/+4
2013-06-03ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs1-26/+37
2013-05-27ipv4: fix redirect handling for TCP packetsMichal Kubecek1-1/+6
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-1/+1
2013-02-19net: ipv4: fix waring -Wunused-variableGao feng1-4/+5
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-2/+2
2013-01-22ipv4: Fix route refcount on pmtu discoverySteffen Klassert1-2/+9
2013-01-21ipv4: Invalidate the socket cached route on pmtu events if possibleSteffen Klassert1-1/+41
2013-01-17ipv4: Don't update the pmtu on mtu locked routesSteffen Klassert1-0/+3
2013-01-17ipv4: Remove output route check in ipv4_mtuSteffen Klassert1-1/+1
2012-12-07ipv4/route/rtnl: get mcast attributes when dst is multicastNicolas Dichtel1-2/+21
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2012-11-22ipv4: do not cache looped multicastsJulian Anastasov1-2/+5
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman1-0/+4
2012-11-13xfrm: Fix the gc threshold value for ipv4Steffen Klassert1-1/+1
2012-10-18ipv4: Fix flushing of cached routing informationsSteffen Klassert1-3/+6
2012-10-10ipv4: fix route mark sparse warningstephen hemminger1-1/+1
2012-10-08ipv4: Add FLOWI_FLAG_KNOWN_NHJulian Anastasov1-4/+17
2012-10-08ipv4: introduce rt_uses_gatewayJulian Anastasov1-22/+26
2012-10-08ipv4: make sure nh_pcpu_rth_output is always allocatedJulian Anastasov1-3/+0
2012-10-08ipv4: fix sending of redirectsJulian Anastasov1-14/+16
2012-10-08ipv4: Don't report stale pmtu values to userspaceSteffen Klassert1-8/+11
2012-10-08ipv4: Don't create nh exeption when the device mtu is smaller than the reported pmtuSteffen Klassert1-0/+3
2012-10-08ipv4: Always invalidate or update the route on pmtu eventsSteffen Klassert1-11/+11
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+2
2012-09-18netns: move net->ipv4.rt_genid to net->rt_genidNicolas Dichtel1-7/+2
2012-09-18net: rt_cache_flush() cleanupEric Dumazet1-17/+2
2012-09-18ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel1-16/+3
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-4/+4