aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-26ipv4: add reference counting to metricsEric Dumazet1-1/+9
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
2016-12-02route: Set orig_output when redirecting to lwt on locally generated trafficThomas Graf1-1/+3
2016-11-30net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.Lorenzo Colitti1-1/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-11-13ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-11/+15
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti1-0/+11
2016-11-01net: Enable support for VRF with ipv4 multicastDavid Ahern1-15/+26
2016-10-13net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern1-1/+2
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-09-25ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov1-1/+2
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2016-09-22net: get rid of an signed integer overflow in ip_idents_reserve()Eric Dumazet1-2/+8
2016-09-10net: l3mdev: remove redundant callsDavid Ahern1-10/+2
2016-09-10net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern1-4/+0
2016-09-10net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern1-2/+6
2016-08-30net: lwtunnel: Handle fragmentationRoopa Prabhu1-1/+3
2016-05-09net: l3mdev: Allow send on enslaved interfaceDavid Ahern1-0/+4
2016-04-27net: rename IP_INC_STATS_BH()Eric Dumazet1-3/+3
2016-04-13route: do not cache fib route info on local routes with oifChris Friesen1-0/+12
2016-04-11net: vrf: Fix dst reference countingDavid Ahern1-3/+4
2016-02-18route: check and remove route cache when we get routeXin Long1-14/+63
2015-10-08net: Do not drop to make_route if oif is l3mdevDavid Ahern1-1/+2
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-2/+2
2015-10-08ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman1-1/+1
2015-10-08dst: Pass a sk into .local_outEric W. Biederman1-1/+1
2015-10-07net: Lookup actual route when oif is VRF deviceDavid Ahern1-0/+3
2015-10-07net: Refactor path selection in __ip_route_output_key_hashDavid Ahern1-15/+1
2015-10-05ipv4: ICMP packet inspection for multipathPeter Nørlund1-7/+52