aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
AgeCommit message (Expand)Author
2021-11-02ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet
2021-09-22ipv4: make exception cache less predictibleEric Dumazet
2021-06-30inet: use bigger hash table for IP ID generationEric Dumazet
2021-02-10ipv4: fix race condition between route lookup and invalidationWei Wang
2020-12-08ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault
2020-10-29ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern
2020-10-01rt_cpu_seq_next should increase position indexVasily Averin
2020-10-01ipv4: Update exception handling for multipath routes via same deviceDavid Ahern
2020-06-03net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin
2020-05-20net: ipv4: really enforce backoff for redirectsPaolo Abeni
2020-05-02net: ipv4: avoid unused variable warning for sysctlArnd Bergmann
2020-04-02net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-10-29ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio
2019-10-07net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni
2019-06-09inet: switch IP ID generator to siphashEric Dumazet
2019-05-02ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet
2019-04-27ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet
2019-04-27ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra
2019-03-19route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long
2019-03-19ipv4/route: fail early when inet dev is missingPaolo Abeni
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2018-05-30ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-05-19ipv4: fix fnhe usage by non-cached routesJulian Anastasov
2018-05-16ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet
2018-03-08net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern
2018-03-08net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca
2018-01-31net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti
2017-12-20ipv4: ipv4_default_advmss() should use route mtuEric Dumazet
2017-12-14route: update fnhe_expires for redirect when the fnhe existsXin Long
2017-12-14route: also update fnhe_genid when updating a route cacheXin Long
2017-10-09ipv4: Fix traffic triggered IPsec connections.Steffen Klassert
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-18net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet
2017-08-16ipv4: better IP_MAX_MTU enforcementEric Dumazet
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-15ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal
2017-08-14ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal
2017-08-13net: ipv4: remove unnecessary check on orig_oifDavid Ahern
2017-08-11net: ipv4: set orig_oif based on fib result for local trafficDavid Ahern
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-06-19net/route: use get_random_int for random counterJason A. Donenfeld
2017-06-17net: remove DST_NOCACHE flagWei Wang
2017-06-17net: remove DST_NOGC flagWei Wang
2017-06-17ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang
2017-06-17ipv4: call dst_hold_safe() properlyWei Wang
2017-06-17ipv4: call dst_dev_put() properlyWei Wang