commit | 7011d0851b80a1a229acfda37ce08aad903b12d1 | [log] [tgz] |
---|---|---|
author | Vijay Subramanian <subramanian.vijay@gmail.com> | Sat Jun 23 17:38:10 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 23 23:22:38 2012 -0700 |
tree | 21d5572e6c6a0bc973fcc11c00e01e0de0491c86 | |
parent | 0b4a9e1a591ca92726d32dbe043eb737734c6a0e [diff] |
tcp: Fix bug in tcp socket early demux The dest port for the call to __inet_lookup_established() in TCP early demux code is passed with the wrong endian-ness. This causes the lookup to fail leading to early demux not being used. Signed-off-by: Vijay Subramanian <subramanian.vijay@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>