summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)Author
2014-10-30ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-28neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
2014-09-05ipv4: harden fnhe_hashfun()Eric Dumazet
2014-09-05ipv4: fix a race in update_or_create_fnhe()Eric Dumazet
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter
2014-08-08ipv4: removed redundant conditionalNiv Yehezkel
2014-07-28ip: make IP identifiers less predictableEric Dumazet
2014-06-30ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-22ipv4: initialise the itag variable in __mkroute_inputLi RongQing
2014-05-13net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti
2014-04-16ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-04-13ipv4: return valid RTA_IIF on ip route getJulian Anastasov
2014-04-07net: replace __this_cpu_inc in route.c with raw_cpu_incChristoph Lameter
2014-03-24ipv4: remove ip_rt_dump from route.cLi RongQing
2014-03-24ipv4: remove ipv4_ifdown_dst from route.cLi RongQing
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-17ipv4: fix counter in_slow_totDuan Jiong
2014-02-16ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong
2014-02-13net: remove unnecessary return'sstephen hemminger
2014-01-13ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa
2013-11-20ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov
2013-11-05ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa
2013-10-17ipv4: shrink rt_cache_statEric Dumazet
2013-10-07ipv4: fix ineffective source address selectionJiri Benc
2013-08-20ipv4: raise IP_MAX_MTU to theoretical limitEric Dumazet
2013-07-31net: split rt_genid for ipv4 and ipv6fan.du
2013-06-28ipv4: use next hop exceptions also for input routesTimo Teräs
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-03ipv4: use separate genid for next hop exceptionsTimo Teräs
2013-06-03ipv4: rate limit updating of next hop exceptions with same pmtuTimo Teräs
2013-06-03ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs
2013-05-27ipv4: fix redirect handling for TCP packetsMichal Kubecek
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-02-19net: ipv4: fix waring -Wunused-variableGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-01-22ipv4: Fix route refcount on pmtu discoverySteffen Klassert
2013-01-21ipv4: Invalidate the socket cached route on pmtu events if possibleSteffen Klassert
2013-01-17ipv4: Don't update the pmtu on mtu locked routesSteffen Klassert
2013-01-17ipv4: Remove output route check in ipv4_mtuSteffen Klassert
2012-12-07ipv4/route/rtnl: get mcast attributes when dst is multicastNicolas Dichtel
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-22ipv4: do not cache looped multicastsJulian Anastasov