summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-18ipv4: drop dst in multicast routing pathLokesh Dhoundiyal1-0/+1
2021-09-22ipv4: make exception cache less predictibleEric Dumazet1-16/+30
2021-06-30inet: use bigger hash table for IP ID generationEric Dumazet1-13/+29
2020-10-01rt_cpu_seq_next should increase position indexVasily Averin1-0/+1
2020-06-03net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin1-8/+6
2020-05-20net: ipv4: really enforce backoff for redirectsPaolo Abeni1-1/+1
2020-05-02net: ipv4: avoid unused variable warning for sysctlArnd Bergmann1-2/+1
2020-04-02net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca1-3/+4
2019-10-29ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio1-3/+6
2019-10-07net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni1-3/+2
2019-08-25inet: switch IP ID generator to siphashEric Dumazet1-5/+7
2019-05-02ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23
2019-04-27ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet1-2/+8
2019-04-27ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra1-1/+9
2019-03-19route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long1-0/+4
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi1-2/+5
2018-05-30ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca1-7/+19
2018-03-11net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca1-2/+6
2017-12-14route: update fnhe_expires for redirect when the fnhe existsXin Long1-3/+2
2017-12-14route: also update fnhe_genid when updating a route cacheXin Long1-2/+7
2017-08-30ipv4: better IP_MAX_MTU enforcementEric Dumazet1-1/+1
2017-06-07ipv4: add reference counting to metricsEric Dumazet1-1/+9
2017-05-03net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-1/+1
2017-03-22ipv4: mask tos for input routeJulian Anastasov1-0/+1
2017-02-04net: ipv4: fix table id in getroute responseDavid Ahern1-1/+1
2017-01-15net: ipv4: dst for local input routes should use l3mdev if relevantDavid Ahern1-1/+2
2016-11-13ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2016-10-13net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern1-1/+2
2016-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-09-26ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov1-1/+2
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2016-09-22net: get rid of an signed integer overflow in ip_idents_reserve()Eric Dumazet1-2/+8
2016-09-11net: l3mdev: remove redundant callsDavid Ahern1-10/+2
2016-09-11net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern1-4/+0
2016-09-11net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern1-2/+6
2016-08-31net: lwtunnel: Handle fragmentationRoopa Prabhu1-1/+3
2016-05-10net: l3mdev: Allow send on enslaved interfaceDavid Ahern1-0/+4
2016-04-28net: rename IP_INC_STATS_BH()Eric Dumazet1-3/+3
2016-04-14route: do not cache fib route info on local routes with oifChris Friesen1-0/+12
2016-04-11net: vrf: Fix dst reference countingDavid Ahern1-3/+4
2016-02-18route: check and remove route cache when we get routeXin Long1-14/+63
2015-10-08net: Do not drop to make_route if oif is l3mdevDavid Ahern1-1/+2
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-2/+2
2015-10-08ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman1-1/+1
2015-10-08dst: Pass a sk into .local_outEric W. Biederman1-1/+1
2015-10-07net: Lookup actual route when oif is VRF deviceDavid Ahern1-0/+3
2015-10-07net: Refactor path selection in __ip_route_output_key_hashDavid Ahern1-15/+1
2015-10-05ipv4: ICMP packet inspection for multipathPeter Nørlund1-7/+52
2015-10-05ipv4: L3 hash-based multipathPeter Nørlund1-4/+12
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1