summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)Author
2020-04-02net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca
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-08-25inet: 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-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-03-11net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca
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-08-30ipv4: better IP_MAX_MTU enforcementEric Dumazet
2017-06-07ipv4: add reference counting to metricsEric Dumazet
2017-05-03net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch
2017-03-22ipv4: mask tos for input routeJulian Anastasov
2017-02-04net: ipv4: fix table id in getroute responseDavid Ahern
2017-01-15net: ipv4: dst for local input routes should use l3mdev if relevantDavid Ahern
2016-11-13ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin
2016-10-13net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-25ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-22net: get rid of an signed integer overflow in ip_idents_reserve()Eric Dumazet
2016-09-10net: l3mdev: remove redundant callsDavid Ahern
2016-09-10net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern
2016-09-10net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern
2016-08-30net: lwtunnel: Handle fragmentationRoopa Prabhu
2016-05-09net: l3mdev: Allow send on enslaved interfaceDavid Ahern
2016-04-27net: rename IP_INC_STATS_BH()Eric Dumazet
2016-04-13route: do not cache fib route info on local routes with oifChris Friesen
2016-04-11net: vrf: Fix dst reference countingDavid Ahern
2016-02-18route: check and remove route cache when we get routeXin Long
2015-10-08net: Do not drop to make_route if oif is l3mdevDavid Ahern
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-10-08ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman
2015-10-08dst: Pass a sk into .local_outEric W. Biederman
2015-10-07net: Lookup actual route when oif is VRF deviceDavid Ahern
2015-10-07net: Refactor path selection in __ip_route_output_key_hashDavid Ahern
2015-10-05ipv4: ICMP packet inspection for multipathPeter Nørlund
2015-10-05ipv4: L3 hash-based multipathPeter Nørlund
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-29net: Initialize flow flags in input pathDavid Ahern
2015-09-29net: Replace calls to vrf_dev_get_rthDavid Ahern
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern
2015-09-29net: Remove martian_source_keep_err goto labelDavid Ahern
2015-09-29net: Swap ordering of tests in ip_route_input_mcAlexander Duyck
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller