OSDN Git Service

Merge branch 'tcp-redundant-checks'
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 Apr 2016 20:06:11 +0000 (16:06 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Apr 2016 20:06:11 +0000 (16:06 -0400)
commit2a9e8438a29c00432ae14eaceb088b965f8ac290
tree8ac718cd55a6ec72241c647e38856d904797a078
parentba7863f4d3bfe1698e0a92934cbc9c3021f4448d
parent0a2cf20c3fb62ad4717276b5303bf831f7b29d54
Merge branch 'tcp-redundant-checks'

Soheil Hassas Yeganeh says:

====================
tcp: simplify ack tx timestamps

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>