linux/net/ipv4
Arjan van de Ven 9b5b5cff9a [NET]: Add const markers to various variables.
the patch below marks various variables const in net/; the goal is to
move them to the .rodata section so that they can't false-share
cachelines with things that get written to, as well as potentially
helping gcc a bit with optimisations.  (these were found using a gcc
patch to warn about such variables)

Signed-off-by: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-11-29 16:21:38 -08:00
..
ipvs [NET]: Add const markers to various variables. 2005-11-29 16:21:38 -08:00
netfilter [NET]: Add const markers to various variables. 2005-11-29 16:21:38 -08:00
af_inet.c
ah4.c
arp.c
datagram.c
devinet.c [IPV4]: Fix secondary IP addresses after promotion 2005-11-22 14:47:37 -08:00
esp4.c
fib_frontend.c [IPV4]: Fix secondary IP addresses after promotion 2005-11-22 14:47:37 -08:00
fib_hash.c [NET]: Add const markers to various variables. 2005-11-29 16:21:38 -08:00
fib_lookup.h
fib_rules.c
fib_semantics.c [NET]: Add const markers to various variables. 2005-11-29 16:21:38 -08:00
fib_trie.c [FIB_TRIE]: Don't show local table in /proc/net/route output 2005-11-20 21:09:00 -08:00
icmp.c [NET]: Add const markers to various variables. 2005-11-29 16:21:38 -08:00
igmp.c
inet_connection_sock.c
inet_diag.c
inet_hashtables.c
inet_timewait_sock.c
inetpeer.c
ip_forward.c
ip_fragment.c [IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassembly 2005-11-16 12:55:37 -08:00
ip_gre.c
ip_input.c
ip_options.c
ip_output.c
ip_sockglue.c
ipcomp.c
ipconfig.c
ipip.c
ipmr.c
Kconfig
Makefile
multipath.c
multipath_drr.c
multipath_random.c
multipath_rr.c
multipath_wrandom.c
netfilter.c
proc.c [NET]: Add const markers to various variables. 2005-11-29 16:21:38 -08:00
protocol.c
raw.c
route.c [NET]: Add const markers to various variables. 2005-11-29 16:21:38 -08:00
syncookies.c
sysctl_net_ipv4.c
tcp.c [NET]: Add const markers to various variables. 2005-11-29 16:21:38 -08:00
tcp_bic.c
tcp_cong.c
tcp_diag.c
tcp_highspeed.c [TCP]: TCP highspeed build error 2005-11-17 14:11:18 -08:00
tcp_htcp.c
tcp_hybla.c
tcp_input.c [TCP]: More spelling fixes. 2005-11-15 15:17:10 -08:00
tcp_ipv4.c
tcp_minisocks.c
tcp_output.c [TCP]: speed up SACK processing 2005-11-10 17:14:59 -08:00
tcp_scalable.c
tcp_timer.c
tcp_vegas.c [PATCH] TCP: fix vegas build 2005-11-11 09:21:28 -08:00
tcp_westwood.c
udp.c
xfrm4_input.c
xfrm4_output.c
xfrm4_policy.c
xfrm4_state.c
xfrm4_tunnel.c