summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* route: update fnhe_expires for redirect when the fnhe existsXin Long2017-12-161-3/+2
* route: also update fnhe_genid when updating a route cacheXin Long2017-12-161-2/+7
* ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-301-1/+1
* ipv4: add reference counting to metricsEric Dumazet2017-06-071-1/+9
* net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-05-021-1/+1
* ipv4: mask tos for input routeJulian Anastasov2017-03-221-0/+1
* net: ipv4: fix table id in getroute responseDavid Ahern2017-02-041-1/+1
* ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin2016-11-211-1/+3
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-11-151-1/+2
* route: do not cache fib route info on local routes with oifChris Friesen2016-05-181-0/+12
* route: check and remove route cache when we get routeXin Long2016-03-031-14/+63
* net: Do not drop to make_route if oif is l3mdevDavid Ahern2015-10-081-1/+2
* dst: Pass net into dst->outputEric W. Biederman2015-10-081-2/+2
* ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman2015-10-081-1/+1
* dst: Pass a sk into .local_outEric W. Biederman2015-10-081-1/+1
* net: Lookup actual route when oif is VRF deviceDavid Ahern2015-10-071-0/+3
* net: Refactor path selection in __ip_route_output_key_hashDavid Ahern2015-10-071-15/+1
* ipv4: ICMP packet inspection for multipathPeter Nørlund2015-10-051-7/+52
* ipv4: L3 hash-based multipathPeter Nørlund2015-10-051-4/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-021-0/+1
|\
| * net: Initialize flow flags in input pathDavid Ahern2015-09-291-0/+1
* | net: Replace calls to vrf_dev_get_rthDavid Ahern2015-09-291-5/+3
* | net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern2015-09-291-3/+4
* | net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern2015-09-291-1/+1
* | net: Remove martian_source_keep_err goto labelDavid Ahern2015-09-291-4/+2
* | net: Swap ordering of tests in ip_route_input_mcAlexander Duyck2015-09-291-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-2/+4
|\|
| * net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-201-2/+4
* | inet: constify ip_route_output_flow() socket argumentEric Dumazet2015-09-251-1/+1
* | net: Initialize table in fib resultDavid Ahern2015-09-171-0/+2
* | net: Allow user to get table id from route lookupDavid Ahern2015-09-151-4/+8
* | net: Add FIB table id to rtableDavid Ahern2015-09-151-0/+8
* | net: Refactor rtable initializationDavid Ahern2015-09-151-52/+33
|/
* ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-291-1/+1
* net: Add support for VRFs to inetpeer cacheDavid Ahern2015-08-281-2/+5
* route: move lwtunnel state to dst_entryJiri Benc2015-08-201-13/+7
* lwt: Add support to redirect dst.inputTom Herbert2015-08-171-1/+7
* net: Use VRF device index for lookups on TXDavid Ahern2015-08-131-0/+5
* net: Use VRF device index for lookups on RXDavid Ahern2015-08-131-1/+2
* ipv4: apply lwtunnel encap for locally-generated packetsRobert Shearman2015-08-031-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-311-1/+1
|\
| * ipv4: consider TOS in fib_select_defaultJulian Anastasov2015-07-241-1/+1
* | lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel2015-07-271-7/+2
* | route: Per route IP tunnel metadata via lightweight tunnelThomas Graf2015-07-211-1/+1
* | route: Extend flow representation with tunnel keyThomas Graf2015-07-211-0/+8
* | dst: Metadata destinationsThomas Graf2015-07-211-0/+2
* | ipv4: redirect dst output to lwtunnel outputRoopa Prabhu2015-07-211-0/+2
* | ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu2015-07-211-2/+14
* | route: remove unsed variable in __mkroute_inputMasatake YAMATO2015-07-091-2/+1
|/
* net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-06-241-5/+5