aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/route.h
Commit message (Expand)AuthorAgeFilesLines
* smdk4412: network: squashed commitsDerTeufel2014-12-091-2/+4
* ipv4: reset flowi parameters on route connectJulian Anastasov2012-02-291-0/+4
* ipv4: Pass explicit destination address to rt_bind_peer().David S. Miller2011-05-181-2/+2
* ipv4: Pass explicit destination address to rt_get_peer().David S. Miller2011-05-181-1/+1
* ipv4: Remove route key identity dependencies in ip_rt_get_source().David S. Miller2011-05-131-1/+1
* ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels.David S. Miller2011-05-041-10/+9
* ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller2011-05-031-6/+5
* ipv4: Renamt struct rtable's rt_tos to rt_key_tos.David S. Miller2011-05-031-1/+1
* ipv4: Remove now superfluous code in ip_route_connect().David S. Miller2011-04-281-2/+0
* ipv4: Use caller's on-stack flowi as-is in output route lookups.David S. Miller2011-04-281-1/+1
* ipv4: Kill RTO_CONN.David S. Miller2011-04-271-4/+0
* ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller2011-04-271-32/+56
* net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller2011-04-241-4/+0
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-071-2/+3
|\
| * ipv4: Fix "Set rt->rt_iif more sanely on output routes."OGAWA Hirofumi2011-04-071-2/+3
* | ipv4: Use flowi4_init_output() in net/route.hDavid S. Miller2011-03-311-36/+24
|/
* route: Take the right src and dst addresses in ip_route_newportsSteffen Klassert2011-03-251-2/+2
* ipv4: fix route deletion for IPs on many subnetsJulian Anastasov2011-03-221-0/+1
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-121-7/+7
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-121-59/+59
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-20/+23
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-18/+18
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-121-0/+48
* ipv4: Remove flowi from struct rtable.David S. Miller2011-03-041-9/+13
* ipv4: Use passed-in protocol in ip_route_newports().David S. Miller2011-03-041-1/+1
* ipv4: ip_route_output_key() is better as an inline.David S. Miller2011-03-021-1/+5
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-29/+29
* xfrm: Handle blackhole route creation via afinfo.David S. Miller2011-03-011-0/+1
* ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller2011-03-011-3/+3
* net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller2011-03-011-0/+2
* ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller2011-03-011-3/+3
* ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller2011-03-011-2/+2
* ipv4: Rearrange how ip_route_newports() gets port keys.David S. Miller2011-02-241-8/+11
* inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller2011-02-101-0/+1
* net: Pre-COW metrics for TCP.David S. Miller2011-01-271-0/+4
* net: Implement read-only protection and COW'ing of metrics.David S. Miller2011-01-261-0/+2
* ipv4: Flush per-ns routing cache more sanely.David S. Miller2010-12-201-1/+1
* ipv4: Don't pre-seed hoplimit metric.David S. Miller2010-12-121-0/+11
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-7/+5
* ipv4: Make rt->fl.iif tests lest obscure.David S. Miller2010-11-111-0/+10
* net: get rid of rtable->idevEric Dumazet2010-11-111-2/+0
* tproxy: check for transparent flag in ip_route_newportsUlrich Weber2010-09-271-0/+2
* net-next: remove useless union keywordChangli Gao2010-06-101-4/+2
* net: implements ip_route_input_noref()Eric Dumazet2010-05-171-1/+16
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-161-1/+1
* net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman2009-12-011-0/+1
* net: cleanup include/netEric Dumazet2009-11-041-8/+4
* net: skb->rtable accessorEric Dumazet2009-06-031-1/+1
* ipv4: Conditionally enable transparent flow flag when connectingKOVACS Krisztian2008-10-011-1/+5