[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1461814741-848-1-git-send-email-soheil.kdev@gmail.com>
Date: Wed, 27 Apr 2016 23:38:59 -0400
From: Soheil Hassas Yeganeh <soheil.kdev@...il.com>
To: davem@...emloft.net, netdev@...r.kernel.org
Cc: kafai@...com, willemb@...gle.com, edumazet@...gle.com,
ycheng@...gle.com, ncardwell@...gle.com,
Soheil Hassas Yeganeh <soheil@...gle.com>
Subject: [PATCH v2 net-next 0/2] tcp: simplify ack tx timestamps
From: Soheil Hassas Yeganeh <soheil@...gle.com>
v2:
- Fully remove SKBTX_ACK_TSTAMP, as suggested by Willem de Bruijn.
This patch series aims at removing redundant checks and fields
for ack timestamps for TCP.
Soheil Hassas Yeganeh (2):
tcp: remove an unnecessary check in tcp_tx_timestamp
tcp: remove SKBTX_ACK_TSTAMP since it is redundant
include/linux/skbuff.h | 6 +-----
net/ipv4/tcp.c | 7 ++++---
net/ipv4/tcp_input.c | 3 +--
net/ipv4/tcp_output.c | 17 +++++++++++------
net/socket.c | 3 ---
5 files changed, 17 insertions(+), 19 deletions(-)
--
2.8.0.rc3.226.g39d4020
Powered by blists - more mailing lists