summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi1-2/+5
2018-03-11net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca1-2/+5
2017-12-16route: update fnhe_expires for redirect when the fnhe existsXin Long1-3/+2
2017-12-16route: also update fnhe_genid when updating a route cacheXin Long1-2/+7
2017-04-18ipv4: mask tos for input routeJulian Anastasov1-0/+1
2017-04-18ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov1-1/+2
2016-07-12route: do not cache fib route info on local routes with oifChris Friesen1-0/+12
2015-06-15ipv4: Avoid crashing in ip_errorEric W. Biederman1-0/+4
2015-02-27ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa1-4/+5
2014-10-31ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari1-0/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-09-29neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong1-1/+1
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-3/+3
2014-09-06ipv4: harden fnhe_hashfun()Eric Dumazet1-4/+4
2014-09-06ipv4: fix a race in update_or_create_fnhe()Eric Dumazet1-3/+3
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter1-2/+2
2014-08-08ipv4: removed redundant conditionalNiv Yehezkel1-2/+0
2014-07-29ip: make IP identifiers less predictableEric Dumazet1-3/+29
2014-07-01ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-7/+8
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-29/+16
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-05-22ipv4: initialise the itag variable in __mkroute_inputLi RongQing1-1/+1
2014-05-14net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti1-0/+7
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-14ipv4: return valid RTA_IIF on ip route getJulian Anastasov1-1/+1
2014-04-08net: 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-18ipv4: fix counter in_slow_totDuan Jiong1-2/+2
2014-02-17ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong1-2/+7
2014-02-14net: remove unnecessary return'sstephen hemminger1-1/+0
2014-01-13ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa1-3/+0
2013-11-21ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov1-2/+6
2013-11-06ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa1-0/+4
2013-10-18ipv4: shrink rt_cache_statEric Dumazet1-8/+8
2013-10-07ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-08-21ipv4: raise IP_MAX_MTU to theoretical limitEric Dumazet1-5/+3
2013-08-01net: split rt_genid for ipv4 and ipv6fan.du1-8/+8
2013-06-29ipv4: 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-06Merge 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-28ipv4: fix redirect handling for TCP packetsMichal Kubecek1-1/+6
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-1/+1