Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7366937312d4e406539b1cf70e1562358bdd560e
/
include
/
net
/
route.h
6da025f
ipv4: avoid a test in ip_rt_put()
by Eric Dumazet
· 12 years ago
155e833
ipv4: introduce rt_uses_gateway
by Julian Anastasov
· 12 years ago
bafa6d9
ipv4/route: arg delay is useless in rt_cache_flush()
by Nicolas Dichtel
· 12 years ago
caacf05
ipv4: Properly purge netdev references on uncached routes.
by David S. Miller
· 12 years ago
c6cffba
ipv4: Fix input route performance regression.
by David S. Miller
· 12 years ago
13378ca
ipv4: Change rt->rt_iif encoding.
by David S. Miller
· 12 years ago
2860583
ipv4: Kill rt->fi
by David S. Miller
· 12 years ago
9917e1e8
ipv4: Turn rt->rt_route_iif into rt->rt_is_input.
by David S. Miller
· 12 years ago
4fd551d
ipv4: Kill rt->rt_oif
by David S. Miller
· 12 years ago
f8126f1
ipv4: Adjust semantics of rt->rt_gateway.
by David S. Miller
· 12 years ago
f1ce306
ipv4: Remove 'rt_dst' from 'struct rtable'
by David S. Miller
· 12 years ago
b486988
ipv4: Remove 'rt_mark' from 'struct rtable'
by David Miller
· 12 years ago
d6c0a4f
ipv4: Kill 'rt_src' from 'struct rtable'
by David Miller
· 12 years ago
1a00fee
ipv4: Remove rt_key_{src,dst,tos} from struct rtable.
by David Miller
· 12 years ago
38a424e
ipv4: Kill ip_route_input_noref().
by David Miller
· 12 years ago
89aef89
ipv4: Delete routing cache.
by David S. Miller
· 12 years ago
1f42539
ipv4: Kill ip_rt_redirect().
by David S. Miller
· 12 years ago
b42597e
ipv4: Add ipv4_redirect() and ipv4_sk_redirect() helper functions.
by David S. Miller
· 12 years ago
9420612
ipv4: Rearrange arguments to ip_rt_redirect()
by David S. Miller
· 12 years ago
f185071
ipv4: Remove inetpeer from routes.
by David S. Miller
· 12 years ago
5943634
ipv4: Maintain redirect and PMTU info in struct rtable again.
by David S. Miller
· 12 years ago
3e12939
inet: Kill FLOWI_FLAG_PRECOW_METRICS.
by David S. Miller
· 12 years ago
41347dc
ipv4: Kill rt->rt_spec_dst, no longer used.
by David S. Miller
· 12 years ago
c10237e
Revert "ipv4: tcp: dont cache unconfirmed intput dst"
by David S. Miller
· 12 years ago
c074da2
ipv4: tcp: dont cache unconfirmed intput dst
by Eric Dumazet
· 12 years ago
3639339
ipv4: Handle PMTU in all ICMP error handlers.
by David S. Miller
· 12 years ago
43b03f1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
55afaba
inet: Fix BUG triggered by __rt{,6}_get_peer().
by David S. Miller
· 12 years ago
4651700
ipv4: Kill ip_rt_frag_needed().
by David S. Miller
· 12 years ago
97bab73
inet: Hide route peer accesses behind helpers.
by David S. Miller
· 12 years ago
c5d21c4
net: Reorder initialization in ip_route_output to fix gcc warning
by Roland Dreier
· 12 years ago
fbfe95a
inet: Create and use rt{,6}_get_peer_create().
by David S. Miller
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
e6b4524
ipv4: reset flowi parameters on route connect
by Julian Anastasov
· 13 years ago
b8400f3
route: struct rtable can be const in rt_is_input_route and rt_is_output_route
by Steffen Klassert
· 13 years ago
a48eff1
ipv4: Pass explicit destination address to rt_bind_peer().
by David S. Miller
· 13 years ago
ed2361e
ipv4: Pass explicit destination address to rt_get_peer().
by David S. Miller
· 13 years ago
8e36360
ipv4: Remove route key identity dependencies in ip_rt_get_source().
by David S. Miller
· 13 years ago
cbb1e85
ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels.
by David S. Miller
· 14 years ago
31e4543
ipv4: Make caller provide on-stack flow key to ip_route_output_ports().
by David S. Miller
· 14 years ago
475949d
ipv4: Renamt struct rtable's rt_tos to rt_key_tos.
by David S. Miller
· 14 years ago
6706b6e
ipv4: Remove now superfluous code in ip_route_connect().
by David S. Miller
· 14 years ago
813b3b5
ipv4: Use caller's on-stack flowi as-is in output route lookups.
by David S. Miller
· 14 years ago
b678027
ipv4: Kill RTO_CONN.
by David S. Miller
· 14 years ago
2d7192d
ipv4: Sanitize and simplify ip_route_{connect,newports}()
by David S. Miller
· 14 years ago
2a9e950
net: Remove __KERNEL__ cpp checks from include/net
by David S. Miller
· 14 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
c1e48ef
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
1b86a58
ipv4: Fix "Set rt->rt_iif more sanely on output routes."
by OGAWA Hirofumi
· 14 years ago
94b92b8
ipv4: Use flowi4_init_output() in net/route.h
by David S. Miller
· 14 years ago
6df59a8
route: Take the right src and dst addresses in ip_route_newports
by Steffen Klassert
· 14 years ago
e6abbaa
ipv4: fix route deletion for IPs on many subnets
by Julian Anastasov
· 14 years ago
9cce96d
net: Put fl4_* macros to struct flowi4 and use them again.
by David S. Miller
· 14 years ago
9d6ec93
ipv4: Use flowi4 in public route lookup interfaces.
by David S. Miller
· 14 years ago
6281dcc
net: Make flowi ports AF dependent.
by David S. Miller
· 14 years ago
1d28f42
net: Put flowi_* prefix on AF independent members of struct flowi
by David S. Miller
· 14 years ago
78fbfd8
ipv4: Create and use route lookup helpers.
by David S. Miller
· 14 years ago
5e2b61f
ipv4: Remove flowi from struct rtable.
by David S. Miller
· 14 years ago
4157434
ipv4: Use passed-in protocol in ip_route_newports().
by David S. Miller
· 14 years ago
5bfa787
ipv4: ip_route_output_key() is better as an inline.
by David S. Miller
· 14 years ago
b23dd4f
ipv4: Make output route lookup return rtable directly.
by David S. Miller
· 14 years ago
2774c13
xfrm: Handle blackhole route creation via afinfo.
by David S. Miller
· 14 years ago
273447b
ipv4: Kill can_sleep arg to ip_route_output_flow()
by David S. Miller
· 14 years ago
5df65e5
net: Add FLOWI_FLAG_CAN_SLEEP.
by David S. Miller
· 14 years ago
420d44d
ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"
by David S. Miller
· 14 years ago
abdf7e7
ipv4: Can final ip_route_connect() arg to boolean "can_sleep".
by David S. Miller
· 14 years ago
dca8b08
ipv4: Rearrange how ip_route_newports() gets port keys.
by David S. Miller
· 14 years ago
6431cbc
inet: Create a mechanism for upward inetpeer propagation into routes.
by David S. Miller
· 14 years ago
a4daad6
net: Pre-COW metrics for TCP.
by David S. Miller
· 14 years ago
62fa8a8
net: Implement read-only protection and COW'ing of metrics.
by David S. Miller
· 14 years ago
6561a3b
ipv4: Flush per-ns routing cache more sanely.
by David S. Miller
· 14 years ago
323e126
ipv4: Don't pre-seed hoplimit metric.
by David S. Miller
· 14 years ago
5811662
net: use the macros defined for the members of flowi
by Changli Gao
· 14 years ago
c753796
ipv4: Make rt->fl.iif tests lest obscure.
by David S. Miller
· 14 years ago
72cdd1d
net: get rid of rtable->idev
by Eric Dumazet
· 14 years ago
fb0c5f0
tproxy: check for transparent flag in ip_route_newports
by Ulrich Weber
· 14 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 14 years ago
407eadd
net: implements ip_route_input_noref()
by Eric Dumazet
· 14 years ago
7d720c3
percpu: add __percpu sparse annotations to net
by Tejun Heo
· 15 years ago
a5ee155
net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCH
by Eric W. Biederman
· 15 years ago
fd2c3ef
net: cleanup include/net
by Eric Dumazet
· 15 years ago
511c3f9
net: skb->rtable accessor
by Eric Dumazet
· 15 years ago
7987687
ipv4: Conditionally enable transparent flow flag when connecting
by KOVACS Krisztian
· 16 years ago
1668e01
ipv4: Make inet_sock.h independent of route.h
by KOVACS Krisztian
· 16 years ago
eeb61f7
missing bits of net-namespace / sysctl
by Al Viro
· 16 years ago
76e6ebf
netns: add namespace parameter to rt_cache_flush
by Denis V. Lunev
· 16 years ago
0010e46
ipv4: Update MTU to all related cache entries in ip_rt_frag_needed()
by Timo Teras
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
7d164be
[NET]: include/net/route.h - remove duplicate include
by Joe Perches
· 17 years ago
29e7525
[IPV4] route cache: Introduce rt_genid for smooth cache invalidation
by Eric Dumazet
· 17 years ago
4a19ec5
[NET]: Introducing socket mark socket option.
by Laszlo Attila Toth
· 17 years ago
b592191
[NETNS]: Routing cache virtualization.
by Denis V. Lunev
· 17 years ago
eee8059
[NETNS]: Correct namespace for connect-time routing.
by Denis V. Lunev
· 17 years ago
f206351
[NETNS]: Add namespace parameter to ip_route_output_key.
by Denis V. Lunev
· 17 years ago
f1b050b
[NETNS]: Add namespace parameter to ip_route_output_flow.
by Denis V. Lunev
· 17 years ago
611c183
[NETNS]: Add namespace parameter to __ip_route_output_key.
by Denis V. Lunev
· 17 years ago
1bad118
[NETNS]: Pass namespace through ip_rt_ioctl.
by Denis V. Lunev
· 17 years ago
6b175b2
[NETNS]: Add netns parameter to inet_(dev_)add_type.
by Eric W. Biederman
· 17 years ago
0553811
[IPV4]: Add inet_dev_addr_type()
by Laszlo Attila Toth
· 17 years ago
56c99d0
[IPV4]: Remove prototype of ip_rt_advice
by Denis V. Lunev
· 17 years ago
Next »