aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-05ipv4: L3 hash-based multipathPeter Nørlund1-4/+12
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-09-29net: Initialize flow flags in input pathDavid Ahern1-0/+1
2015-09-29net: Replace calls to vrf_dev_get_rthDavid Ahern1-5/+3
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern1-3/+4
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern1-1/+1
2015-09-29net: Remove martian_source_keep_err goto labelDavid Ahern1-4/+2
2015-09-29net: Swap ordering of tests in ip_route_input_mcAlexander Duyck1-3/+2
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet1-1/+1
2015-09-20net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró1-2/+4
2015-09-17net: Initialize table in fib resultDavid Ahern1-0/+2
2015-09-15net: Allow user to get table id from route lookupDavid Ahern1-4/+8
2015-09-15net: Add FIB table id to rtableDavid Ahern1-0/+8
2015-09-15net: Refactor rtable initializationDavid Ahern1-52/+33
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc1-1/+1
2015-08-28net: Add support for VRFs to inetpeer cacheDavid Ahern1-2/+5
2015-08-20route: move lwtunnel state to dst_entryJiri Benc1-13/+7
2015-08-17lwt: Add support to redirect dst.inputTom Herbert1-1/+7
2015-08-13net: Use VRF device index for lookups on TXDavid Ahern1-0/+5
2015-08-13net: Use VRF device index for lookups on RXDavid Ahern1-1/+2
2015-08-03ipv4: apply lwtunnel encap for locally-generated packetsRobert Shearman1-0/+2
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-07-27lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel1-7/+2
2015-07-24ipv4: consider TOS in fib_select_defaultJulian Anastasov1-1/+1
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf1-1/+1
2015-07-21route: Extend flow representation with tunnel keyThomas Graf1-0/+8
2015-07-21dst: Metadata destinationsThomas Graf1-0/+2
2015-07-21ipv4: redirect dst output to lwtunnel outputRoopa Prabhu1-0/+2