Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a9a6b52ee1baa865283a91eb8d443ee91adfca56
/
net
/
ipv4
/
route.c
« Previous
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
· 12 years ago
413c27d
net/ipv4: replace simple_strtoul with kstrtoul
by Eldad Zack
· 12 years ago
91df42b
net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug
by Joe Perches
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 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
2721745
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
by David Miller
· 13 years ago
de398fb
ipv4: Fix peer validation on cached lookup.
by David S. Miller
· 13 years ago
f61759e
ipv4: make sure RTO_ONLINK is saved in routing cache
by Julian Anastasov
· 13 years ago
b361311
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
efbc368
ipv4: Perform peer validation on cached route lookup.
by David S. Miller
· 13 years ago
32092ec
atm: clip: Use device neigh support on top of "arp_tbl".
by David Miller
· 13 years ago
218fa90
ipv4: fix lockdep splat in rt_cache_seq_show
by Eric Dumazet
· 13 years ago
de68dca
inet: add a redirect generation id in inetpeer
by Eric Dumazet
· 13 years ago
261663b
ipv4: Don't use the cached pmtu informations for input routes
by Steffen Klassert
· 13 years ago
618f9bc
net: Move mtu handling down to the protocol depended handlers
by Steffen Klassert
· 13 years ago
ebb762f
net: Rename the dst_opt default_mtu method to mtu
by Steffen Klassert
· 13 years ago
6b600b2
route: Use the device mtu as the default for blackhole routes
by Steffen Klassert
· 13 years ago
9cc20b2
ipv4: fix redirect handling
by Eric Dumazet
· 13 years ago
2bc8ca4
ipv4: Fix inetpeer expire time information
by Steffen Klassert
· 13 years ago
59445b6
ipv4: avoid useless call of the function check_peer_pmtu
by Gao feng
· 13 years ago
1805b2f
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
7cc9150
route: fix ICMP redirect validation
by Flavio Leitner
· 13 years ago
349d289
ipv4: NET_IPV4_ROUTE_GC_INTERVAL removal
by Vasily Averin
· 13 years ago
823dcd2
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
33d480c
net: cleanup some rcu_dereference_raw
by Eric Dumazet
· 13 years ago
97a8041
ipv4: some rt_iif -> rt_route_iif conversions
by Julian Anastasov
· 13 years ago
d547f72
ipv4: fix the reusing of routing cache entries
by Julian Anastasov
· 13 years ago
6e5714e
net: Compute protocol sequence numbers and fragment IDs using MD5.
by David S. Miller
· 13 years ago
f2c31e3
net: fix NULL dereferences in check_peer_redir()
by Eric Dumazet
· 13 years ago
b0fe4a3
ipv4: use RT_TOS after some rt_tos conversions
by Julian Anastasov
· 13 years ago
d3aaeb3
net: Add ->neigh_lookup() operation to dst_ops
by David S. Miller
· 13 years ago
69cce1d
net: Abstract dst->neighbour accesses behind helpers.
by David S. Miller
· 13 years ago
b23b545
neigh: Kill hh_cache->hh_output
by David S. Miller
· 13 years ago
f6b72b6
net: Embed hh_cache inside of struct neighbour.
by David S. Miller
· 13 years ago
3769cff
ipv4: Inline neigh binding.
by David Miller
· 13 years ago
4500ebf
ipv4: Reduce switch/case indent
by Joe Perches
· 13 years ago
9f6ec8d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
9aa3c94
ipv4: fix multicast losses
by Eric Dumazet
· 13 years ago
c7ac867
rtnetlink: Compute and store minimum ifinfo dump size
by Greg Rose
· 13 years ago
fe6fe79
net: pmtu_expires fixes
by Eric Dumazet
· 13 years ago
c378a9c
ipv4: Give backtrace in ip_rt_bug().
by Dave Jones
· 13 years ago
a48eff1
ipv4: Pass explicit destination address to rt_bind_peer().
by David S. Miller
· 13 years ago
6882f93
ipv4: Kill RT_CACHE_DEBUG
by David S. Miller
· 13 years ago
c5be24f
ipv4: Trivial rt->rt_src conversions in net/ipv4/route.c
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
9a1b949
ipv4: Pass explicit saddr/daddr args to ipmr_get_route().
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
5615787
ipv4: Make sure flowi4->{saddr,daddr} are always set.
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
cf91166
net: Use non-zero allocations in dst_alloc().
by David S. Miller
· 14 years ago
5c1e6aa
net: Make dst_alloc() take more explicit initializations.
by David S. Miller
· 14 years ago
2bd93d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
0972ddb
net: provide cow_metrics() methods to blackhole dst_ops
by Held Bernhard
· 14 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
21d8c49
ipv4: Call fib_select_default() only when actually necessary.
by David S. Miller
· 14 years ago
1c01a80
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
c44eaf4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
5c04c81
fib_validate_source(): pass sk_buff instead of mark
by Michael Smith
· 14 years ago
1b86a58
ipv4: Fix "Set rt->rt_iif more sanely on output routes."
by OGAWA Hirofumi
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
436c3b6
ipv4: Invalidate nexthop cache nh_saddr more correctly.
by David S. Miller
· 14 years ago
eb49a97
ipv4: fix ip_rt_update_pmtu()
by Eric Dumazet
· 14 years ago
4a2b9c3
net_sched: fix ip_tos2prio
by Dan Siemon
· 14 years ago
Next »