aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-09ipv4: Fix traffic triggered IPsec connections.Steffen Klassert1-1/+1
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni1-20/+26
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+10
2017-08-18net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu1-2/+9
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet1-2/+2
2017-08-16ipv4: better IP_MAX_MTU enforcementEric Dumazet1-1/+1
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-08-15ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-14ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal1-1/+2
2017-08-13net: ipv4: remove unnecessary check on orig_oifDavid Ahern1-1/+1
2017-08-11net: ipv4: set orig_oif based on fib result for local trafficDavid Ahern1-0/+6
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-1/+1
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-2/+1
2017-06-19net/route: use get_random_int for random counterJason A. Donenfeld1-2/+1
2017-06-17net: remove DST_NOCACHE flagWei Wang1-12/+11
2017-06-17net: remove DST_NOGC flagWei Wang1-3/+2
2017-06-17ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang1-12/+3
2017-06-17ipv4: call dst_hold_safe() properlyWei Wang1-3/+1
2017-06-17ipv4: call dst_dev_put() properlyWei Wang1-0/+4
2017-06-17ipv4: take dst->__refcnt when caching dst in fibWei Wang1-3/+16
2017-06-17net: use loopback dev when generating blackhole routeWei Wang1-1/+1
2017-06-01ipv4: route: restore skb_dst_set in inet_rtm_getrouteRoopa Prabhu1-3/+4
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2017-05-26ipv4: add reference counting to metricsEric Dumazet1-1/+9
2017-05-26net: ipv4: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu1-2/+11
2017-05-26net: ipv4: Convert inet_rtm_getroute to rcu versions of route lookupDavid Ahern1-8/+13
2017-05-26net: ipv4: Remove event arg to rt_fill_infoDavid Ahern1-4/+3
2017-05-26net: ipv4: refactor ip_route_input_norefDavid Ahern1-29/+37
2017-05-26net: ipv4: refactor __ip_route_output_key_hashDavid Ahern1-22/+31
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-04-24ipv4: Avoid caching l3mdev dst on mismatched local routeRobert Shearman1-1/+2
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-2/+3
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+2
2017-04-13net: ipv4: Refine the ipv4_default_advmssGao Feng1-8/+4
2017-04-07net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-4/+9
2017-04-06net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-1/+1
2017-03-21net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov1-22/+70
2017-02-26ipv4: mask tos for input routeJulian Anastasov1-0/+1
2017-02-26ipv4: add missing initialization for flowi4_uidJulian Anastasov1-0/+1
2017-02-07net: add confirm_neigh method to dst_opsJulian Anastasov1-0/+19
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-12net: ipv4: fix table id in getroute responseDavid Ahern1-1/+1
2017-01-09net: ipv4: remove disable of bottom half in inet_rtm_getrouteDavid Ahern1-2/+0
2017-01-08net: ipv4: Remove flow arg from ip_mkroute_inputDavid Ahern1-2/+1
2017-01-08net: ipmr: Remove nowait arg to ipmr_get_routeDavid Ahern1-1/+1
2017-01-06net: ipv4: Simplify rt_fill_infoDavid Ahern1-13/+7
2016-12-29net: ipv4: dst for local input routes should use l3mdev if relevantDavid Ahern1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-22net: ipv4: Don't crash if passing a null sk to ip_do_redirect.Lorenzo Colitti1-1/+2
2016-12-02route: Set lwtstate for local traffic and cached input dstsThomas Graf1-13/+26