summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* net: remove DST_NOCACHE flagWei Wang2017-06-181-12/+11Star
* net: remove DST_NOGC flagWei Wang2017-06-181-3/+2Star
* ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-181-12/+3Star
* ipv4: call dst_hold_safe() properlyWei Wang2017-06-181-3/+1Star
* ipv4: call dst_dev_put() properlyWei Wang2017-06-181-0/+4
* ipv4: take dst->__refcnt when caching dst in fibWei Wang2017-06-181-3/+16
* net: use loopback dev when generating blackhole routeWei Wang2017-06-181-1/+1
* ipv4: route: restore skb_dst_set in inet_rtm_getrouteRoopa Prabhu2017-06-011-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-271-1/+9
|\
| * ipv4: add reference counting to metricsEric Dumazet2017-05-261-1/+9
* | net: ipv4: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu2017-05-261-2/+11
* | net: ipv4: Convert inet_rtm_getroute to rcu versions of route lookupDavid Ahern2017-05-261-8/+13
* | net: ipv4: Remove event arg to rt_fill_infoDavid Ahern2017-05-261-4/+3Star
* | net: ipv4: refactor ip_route_input_norefDavid Ahern2017-05-261-29/+37
* | net: ipv4: refactor __ip_route_output_key_hashDavid Ahern2017-05-261-22/+31
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-271-1/+2
|\
| * ipv4: Avoid caching l3mdev dst on mismatched local routeRobert Shearman2017-04-241-1/+2
| * net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-04-061-1/+1
* | net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-2/+3
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+2
* | net: ipv4: Refine the ipv4_default_advmssGao Feng2017-04-131-8/+4Star
* | net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-04-071-4/+9
* | net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov2017-03-211-22/+70
|/
* ipv4: mask tos for input routeJulian Anastasov2017-02-261-0/+1
* ipv4: add missing initialization for flowi4_uidJulian Anastasov2017-02-261-0/+1
* net: add confirm_neigh method to dst_opsJulian Anastasov2017-02-071-0/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-1/+1
|\
| * net: ipv4: fix table id in getroute responseDavid Ahern2017-01-121-1/+1
* | net: ipv4: remove disable of bottom half in inet_rtm_getrouteDavid Ahern2017-01-091-2/+0Star
* | net: ipv4: Remove flow arg from ip_mkroute_inputDavid Ahern2017-01-081-2/+1Star
* | net: ipmr: Remove nowait arg to ipmr_get_routeDavid Ahern2017-01-081-1/+1
* | net: ipv4: Simplify rt_fill_infoDavid Ahern2017-01-061-13/+7Star
|/
* net: ipv4: dst for local input routes should use l3mdev if relevantDavid Ahern2016-12-301-1/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: ipv4: Don't crash if passing a null sk to ip_do_redirect.Lorenzo Colitti2016-12-221-1/+2
* route: Set lwtstate for local traffic and cached input dstsThomas Graf2016-12-021-13/+26
* route: Set orig_output when redirecting to lwt on locally generated trafficThomas Graf2016-12-021-1/+3
* net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.Lorenzo Colitti2016-11-301-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+3
|\
| * ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin2016-11-131-1/+3
* | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-11/+15
* | net: core: add UID to flows, rules, and routesLorenzo Colitti2016-11-041-0/+11
* | net: Enable support for VRF with ipv4 multicastDavid Ahern2016-11-011-15/+26
|/
* net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern2016-10-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-031-1/+2
|\
| * ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-09-261-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-2/+8
|\|
| * net: get rid of an signed integer overflow in ip_idents_reserve()Eric Dumazet2016-09-221-2/+8
* | net: l3mdev: remove redundant callsDavid Ahern2016-09-111-10/+2Star
* | net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern2016-09-111-4/+0Star