Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
13378cad02afc2adc6c0e07fca03903c7ada0b37
/
net
/
ipv4
/
route.c
13378ca
ipv4: Change rt->rt_iif encoding.
by David S. Miller
· 12 years ago
92101b3
ipv4: Prepare for change of rt->rt_iif encoding.
by David S. Miller
· 12 years ago
fe3edf4
ipv4: Remove all RTCF_DIRECTSRC handliing.
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
93ac534
ipv4: Dirty less cache lines in route caching paths.
by David S. Miller
· 12 years ago
ba3f7f0
ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.
by David S. Miller
· 12 years ago
d2d68ba
ipv4: Cache input routes in fib_info nexthops.
by David S. Miller
· 12 years ago
f2bb4be
ipv4: Cache output routes in fib_info nexthops.
by David S. Miller
· 12 years ago
ceb3320
ipv4: Kill routes during PMTU/redirect updates.
by David S. Miller
· 12 years ago
f5b0a87
net: Document dst->obsolete better.
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
521f549
ipv4: show pmtu in route list
by Julian Anastasov
· 12 years ago
f31fd383
ipv4: Fix again the time difference calculation
by Julian Anastasov
· 12 years ago
aee06da
ipv4: use seqlock for nh_exceptions
by Julian Anastasov
· 12 years ago
7fed84f
ipv4: Fix time difference calculation in rt_bind_exception().
by David S. Miller
· 12 years ago
5abf7f7
ipv4: fix rcu splat
by Eric Dumazet
· 12 years ago
d3a25c9
ipv4: Fix nexthop exception hash computation.
by David S. Miller
· 12 years ago
4895c77
ipv4: Add FIB nexthop exceptions.
by David S. Miller
· 12 years ago
6700c27
net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()
by David S. Miller
· 12 years ago
85b91b0
ipv4: Don't store a rule pointer in fib_result.
by David S. Miller
· 12 years ago
99ee038
ipv4: Fix warnings in ip_do_redirect() for some configurations.
by David S. Miller
· 12 years ago
b587ee3
net: Add dummy dst_ops->redirect method where needed.
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
e47a185
ipv4: Generalize ip_do_redirect() and hook into new dst_ops->redirect.
by David S. Miller
· 12 years ago
9420612
ipv4: Rearrange arguments to ip_rt_redirect()
by David S. Miller
· 12 years ago
d0da720
ipv4: Pull redirect instantiation out into a helper function.
by David S. Miller
· 12 years ago
f185071
ipv4: Remove inetpeer from routes.
by David S. Miller
· 12 years ago
3124873
ipv4: Calling ->cow_metrics() now is a bug.
by David S. Miller
· 12 years ago
2db2d67
ipv4: Kill dst_copy_metrics() call from ipv4_blackhole_route().
by David S. Miller
· 12 years ago
710ab6c
ipv4: Enforce max MTU metric at route insertion time.
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
87a5069
rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().
by David S. Miller
· 12 years ago
3e12939
inet: Kill FLOWI_FLAG_PRECOW_METRICS.
by David S. Miller
· 12 years ago
1d861aa
inet: Minimize use of cached route inetpeer.
by David S. Miller
· 12 years ago
81166dd
tcp: Move timestamps from inetpeer to metrics cache.
by David S. Miller
· 12 years ago
794785b
net: Don't report route RTT metric value in cache dumps.
by David S. Miller
· 12 years ago
f187bc6
ipv4: No need to set generic neighbour pointer.
by David S. Miller
· 12 years ago
f894cbf
net: Add optional SKB arg to dst_ops->neigh_lookup().
by David S. Miller
· 12 years ago
3c521f2
ipv4: Don't report neigh uptodate state in rtcache procfs.
by David S. Miller
· 12 years ago
a263b30
ipv4: Make neigh lookups directly in output packet path.
by David S. Miller
· 12 years ago
3085a4b
ipv4: Remove extraneous assignment of dst->tclassid.
by David S. Miller
· 12 years ago
9e56e38
ipv4: Adjust in_dev handling in fib_validate_source()
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
251da41
ipv4: Cache ip_error() routes even when not forwarding.
by David S. Miller
· 12 years ago
df67e6c
ipv4: Remove unnecessary code from rt_check_expire().
by David S. Miller
· 12 years ago
7586ece
ipv4: tcp: dont cache output dst for syncookies
by Eric Dumazet
· 12 years ago
6fac262
ipv4: Cap ADVMSS metric in the FIB rather than the routing cache.
by David S. Miller
· 12 years ago
3639339
ipv4: Handle PMTU in all ICMP error handlers.
by David S. Miller
· 12 years ago
d0daebc3
ipv4: Add interface option to enable routing of 127.0.0.0/8
by Thomas Graf
· 12 years ago
7b34ca2
inet: Avoid potential NULL peer dereference.
by David S. Miller
· 12 years ago
8b96d22
inet: Use FIB table peer roots in routes.
by David S. Miller
· 12 years ago
b48c80ece
inet: Add family scope inetpeer flushes.
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
c0efc88
inet: Pass inetpeer root into inet_getpeer*() interfaces.
by David S. Miller
· 12 years ago
56a6b24
inet: Consolidate inetpeer_invalidate_tree() interfaces.
by David S. Miller
· 12 years ago
c3426b4
inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.c
by David S. Miller
· 12 years ago
fbfe95a
inet: Create and use rt{,6}_get_peer_create().
by David S. Miller
· 12 years ago
54db0cc
inetpeer: add parameter net for inet_getpeer_v4,v6
by Gao feng
· 12 years ago
c8a627e
inetpeer: add namespace support for inetpeer
by Gao feng
· 12 years ago
31fe62b
mm: add a low limit to alloc_large_system_hash
by Tim Bird
· 13 years ago
413c27d
net/ipv4: replace simple_strtoul with kstrtoul
by Eldad Zack
· 13 years ago
91df42b
net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug
by Joe Perches
· 13 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 13 years ago
ec8f23c
net: Convert all sysctl registrations to register_net_sysctl
by Eric W. Biederman
· 13 years ago
4e5ca78
net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh
by Eric W. Biederman
· 13 years ago
5dd3df1
net: Move all of the network sysctls without a namespace into init_net.
by Eric W. Biederman
· 13 years ago
7426a56
net: fix compile error of leaking kmemleak.h header
by Shan Wei
· 13 years ago
7f59388
net/ipv4:Remove two memleak reports by kmemleak_not_leak.
by majianpeng
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
5e73ea1
ipv4: fix checkpatch errors
by Daniel Baluta
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
d4a9686
net/route: export symbol ip_tos2prio
by Amir Vadai
· 13 years ago
ed359a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
f3756b7
ipv4: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
4e7b2f1
net/ipv4: fix IPv4 multicast over network namespaces
by Benjamin LaHaise
· 13 years ago
afd46503
net: ipv4: Standardize prefixes for message logging
by Joe Perches
· 13 years ago
058bd4d
net: Convert printks to pr_<level>
by Joe Perches
· 13 years ago
b2d3298
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
ac3f48d
route: Remove redirect_genid
by Steffen Klassert
· 13 years ago
5faa5df
inetpeer: Invalidate the inetpeer tree along with the routing cache
by Steffen Klassert
· 13 years ago
80703d2
ipv4: Eliminate spurious argument to __ipv4_neigh_lookup
by David S. Miller
· 13 years ago
3923297
ipv4/ipv6: Prepare for new route gateway semantics.
by David S. Miller
· 13 years ago
abb434c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
e688a60
net: introduce DST_NOPEER dst flag
by Eric Dumazet
· 13 years ago
b9eda06
ipv4: using prefetch requires including prefetch.h
by Stephen Rothwell
· 13 years ago
9f28a2f
ipv4: reintroduce route cache garbage collector
by Eric Dumazet
· 13 years ago
959327c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
Next »