1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/chelsio/inline_crypto/chtls
Kuniyuki Iwashima 3666f666e9 tcp: Fix data-races around sysctl knobs related to SYN option.
While reading these knobs, they can be changed concurrently.
Thus, we need to add READ_ONCE() to their readers.

  - tcp_sack
  - tcp_window_scaling
  - tcp_timestamps

Fixes: 1da177e4c3 ("Linux-2.6.12-rc2")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-07-20 10:14:49 +01:00
..
chtls.h net: remove noblock parameter from recvmsg() entities 2022-04-12 15:00:25 +02:00
chtls_cm.c tcp: Fix data-races around sysctl knobs related to SYN option. 2022-07-20 10:14:49 +01:00
chtls_cm.h tcp: switch orphan_count to bare per-cpu counters 2021-10-15 11:28:34 +01:00
chtls_hw.c cxgb4/chtls: Fix tid stuck due to wrong update of qid 2021-01-13 19:40:05 -08:00
chtls_io.c net: remove noblock parameter from recvmsg() entities 2022-04-12 15:00:25 +02:00
chtls_main.c
Makefile