]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tcp'
authorDavid S. Miller <davem@davemloft.net>
Sat, 6 Sep 2014 00:49:39 +0000 (17:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 6 Sep 2014 00:49:39 +0000 (17:49 -0700)
commitad0b27edbc85541a617c3a29614db8ffd4cf90c6
treeebaba03f755dfbe9d942fbe610ce3aecd1b0fc33
parenteab66a4918cae4baa5dd0e73e7bdd5d6a308032f
parente4566c3c365b8acb4011331fca163933365d837d
Merge branch 'tcp'

Eric Dumazet says:

====================
tcp: deduplicate TCP_SKB_CB(skb)->when

TCP_SKB_CB(skb)->when has different meaning in output and input paths.

In output path, it contains a timestamp.
In input path, it contains an ISN, chosen by tcp_timewait_state_process()

Its usage in output path is obsolete after usec timestamping.
Lets simplify and clean this.
====================

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