summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-021-1/+2
|\
| * ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-09-251-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-101-10/+2
* | net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern2016-09-101-4/+0
* | net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern2016-09-101-2/+6
* | net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-301-1/+3
|/
* net: l3mdev: Allow send on enslaved interfaceDavid Ahern2016-05-091-0/+4
* net: rename IP_INC_STATS_BH()Eric Dumazet2016-04-271-3/+3
* route: do not cache fib route info on local routes with oifChris Friesen2016-04-131-0/+12
* net: vrf: Fix dst reference countingDavid Ahern2016-04-111-3/+4
* route: check and remove route cache when we get routeXin Long2016-02-181-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
|\|