kernel_optimize_test/net/ipv4
Eric Dumazet f84af32cbc net: ip_queue_rcv_skb() helper
When queueing a skb to socket, we can immediately release its dst if
target socket do not use IP_CMSG_PKTINFO.

tcp_data_queue() can drop dst too.

This to benefit from a hot cache line and avoid the receiver, possibly
on another cpu, to dirty this cache line himself.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-28 15:31:51 -07:00
..
netfilter
af_inet.c net: Make RFS socket operations not be inet specific. 2010-04-27 15:11:48 -07:00
ah4.c
arp.c
cipso_ipv4.c
datagram.c
devinet.c
esp4.c
fib_frontend.c
fib_hash.c
fib_lookup.h
fib_rules.c net: rtnetlink: decouple rtnetlink address families from real address families 2010-04-26 16:13:54 +02:00
fib_semantics.c
fib_trie.c
icmp.c
igmp.c
inet_connection_sock.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-04-27 12:49:13 -07:00
inet_diag.c
inet_fragment.c
inet_hashtables.c
inet_lro.c
inet_timewait_sock.c
inetpeer.c
ip_forward.c
ip_fragment.c
ip_gre.c
ip_input.c
ip_options.c
ip_output.c
ip_sockglue.c net: ip_queue_rcv_skb() helper 2010-04-28 15:31:51 -07:00
ipcomp.c
ipconfig.c
ipip.c
ipmr.c net: ipmr: add support for dumping routing tables over netlink 2010-04-26 16:22:50 +02:00
Kconfig
Makefile
netfilter.c
proc.c
protocol.c
raw.c net: ip_queue_rcv_skb() helper 2010-04-28 15:31:51 -07:00
route.c
syncookies.c
sysctl_net_ipv4.c
tcp_bic.c
tcp_cong.c
tcp_cubic.c
tcp_diag.c
tcp_highspeed.c
tcp_htcp.c
tcp_hybla.c
tcp_illinois.c
tcp_input.c net: ip_queue_rcv_skb() helper 2010-04-28 15:31:51 -07:00
tcp_ipv4.c net: Make RFS socket operations not be inet specific. 2010-04-27 15:11:48 -07:00
tcp_lp.c
tcp_minisocks.c
tcp_output.c tcp: fix outsegs stat for TSO segments 2010-04-22 16:00:00 -07:00
tcp_probe.c
tcp_scalable.c
tcp_timer.c TCP: avoid to send keepalive probes if receiving data 2010-04-27 12:53:25 -07:00
tcp_vegas.c
tcp_vegas.h
tcp_veno.c
tcp_westwood.c
tcp_yeah.c
tcp.c TCP: avoid to send keepalive probes if receiving data 2010-04-27 12:53:25 -07:00
tunnel4.c
udp_impl.h
udp.c net: ip_queue_rcv_skb() helper 2010-04-28 15:31:51 -07:00
udplite.c
xfrm4_input.c
xfrm4_mode_beet.c
xfrm4_mode_transport.c
xfrm4_mode_tunnel.c
xfrm4_output.c
xfrm4_policy.c
xfrm4_state.c
xfrm4_tunnel.c