diff options
author | Eric Dumazet <edumazet@google.com> | 2015-01-29 21:35:05 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-02-01 23:06:19 -0800 |
commit | bdbbb8527b6f6a358dbcb70dac247034d665b8e4 (patch) | |
tree | d3c764600d9d7a18956943fcb5c0de8f2e0a6c43 /drivers/net | |
parent | 0d32ef8cef9aa8f375e128f78b77caceaa7e8da0 (diff) | |
download | op-kernel-dev-bdbbb8527b6f6a358dbcb70dac247034d665b8e4.zip op-kernel-dev-bdbbb8527b6f6a358dbcb70dac247034d665b8e4.tar.gz |
ipv4: tcp: get rid of ugly unicast_sock
In commit be9f4a44e7d41 ("ipv4: tcp: remove per net tcp_sock")
I tried to address contention on a socket lock, but the solution
I chose was horrible :
commit 3a7c384ffd57e ("ipv4: tcp: unicast_sock should not land outside
of TCP stack") addressed a selinux regression.
commit 0980e56e506b ("ipv4: tcp: set unicast_sock uc_ttl to -1")
took care of another regression.
commit b5ec8eeac46 ("ipv4: fix ip_send_skb()") fixed another regression.
commit 811230cd85 ("tcp: ipv4: initialize unicast_sock sk_pacing_rate")
was another shot in the dark.
Really, just use a proper socket per cpu, and remove the skb_orphan()
call, to re-enable flow control.
This solves a serious problem with FQ packet scheduler when used in
hostile environments, as we do not want to allocate a flow structure
for every RST packet sent in response to a spoofed packet.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions