summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)Author
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-16route: update fnhe_expires for redirect when the fnhe existsXin Long
2017-12-16route: 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-02net: 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
2016-11-21ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin
2016-11-15ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-05-18route: do not cache fib route info on local routes with oifChris Friesen
2016-03-03route: 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
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet
2015-09-20net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró
2015-09-17net: Initialize table in fib resultDavid Ahern
2015-09-15net: Allow user to get table id from route lookupDavid Ahern
2015-09-15net: Add FIB table id to rtableDavid Ahern
2015-09-15net: Refactor rtable initializationDavid Ahern
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc
2015-08-28net: Add support for VRFs to inetpeer cacheDavid Ahern
2015-08-20route: move lwtunnel state to dst_entryJiri Benc
2015-08-17lwt: Add support to redirect dst.inputTom Herbert
2015-08-13net: Use VRF device index for lookups on TXDavid Ahern
2015-08-13net: Use VRF device index for lookups on RXDavid Ahern
2015-08-03ipv4: apply lwtunnel encap for locally-generated packetsRobert Shearman
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-27lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel
2015-07-24ipv4: consider TOS in fib_select_defaultJulian Anastasov
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf
2015-07-21route: Extend flow representation with tunnel keyThomas Graf
2015-07-21dst: Metadata destinationsThomas Graf
2015-07-21ipv4: redirect dst output to lwtunnel outputRoopa Prabhu
2015-07-21ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu