summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Fix traffic triggered IPsec connections.Steffen Klassert2017-10-091-1/+1
* udp: perform source validation for mcast early demuxPaolo Abeni2017-10-011-20/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-3/+10
|\
| * net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu2017-08-181-2/+9
| * ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-161-1/+1
* | ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet2017-08-181-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-151-1/+2
|\ \ | |/
| * ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal2017-08-141-1/+2
* | ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal2017-08-151-1/+2
* | net: ipv4: remove unnecessary check on orig_oifDavid Ahern2017-08-131-1/+1
* | net: ipv4: set orig_oif based on fib result for local trafficDavid Ahern2017-08-111-0/+6
* | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-1/+1
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-151-2/+1
|\
| * net/route: use get_random_int for random counterJason A. Donenfeld2017-06-191-2/+1
* | net: remove DST_NOCACHE flagWei Wang2017-06-171-12/+11
* | net: remove DST_NOGC flagWei Wang2017-06-171-3/+2
* | ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-171-12/+3
* | ipv4: call dst_hold_safe() properlyWei Wang2017-06-171-3/+1
* | ipv4: call dst_dev_put() properlyWei Wang2017-06-171-0/+4
* | ipv4: take dst->__refcnt when caching dst in fibWei Wang2017-06-171-3/+16
* | net: use loopback dev when generating blackhole routeWei Wang2017-06-171-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-261-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/+3
* | 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-261-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/+4
* | 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/+0
* | net: ipv4: Remove flow arg from ip_mkroute_inputDavid Ahern2017-01-081-2/+1
* | net: ipmr: Remove nowait arg to ipmr_get_routeDavid Ahern2017-01-081-1/+1
* | net: ipv4: Simplify rt_fill_infoDavid Ahern2017-01-061-13/+7
|/
* net: ipv4: dst for local input routes should use l3mdev if relevantDavid Ahern2016-12-291-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
OpenPOWER on IntegriCloud