summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)Author
2015-07-24ipv4: consider TOS in fib_select_defaultJulian Anastasov
2015-06-24net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-22ipv4: Avoid crashing in ip_errorEric W. Biederman
2015-05-04net: ipv4: route: Fix sending IGMP messages with link addressAndrew Lunn
2015-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-01ipv4: speedup ip_idents_reserve()Eric Dumazet
2015-04-29route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-29ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-15ipv4: per cpu uncached listEric Dumazet
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