- Apr 11, 2019
-
-
Aastha Mehta authored
-
- Apr 07, 2019
-
-
Aastha Mehta authored
tcp_mark_head_lost may be called in case of tcp_fastretrans_alert. seen at high concurrency
-
- Apr 05, 2019
-
-
Aastha Mehta authored
bugfix: in ptcp_enter_loss: set nxt skb to null explicitly if the curr skb is last on the send queue, to actually allocate dummies in the tail of the inflight packets
-
- Mar 27, 2019
-
-
Aastha Mehta authored
(1) increment lost_out if dummies inserted into send queue in ptcp_xmit_retransmit_queue3 (due to dupacks) (2) use atomic update ops for incrementing lost_out (3) update flags in dummy skb before inserting the pkt into send queue
-
- Mar 26, 2019
-
-
Aastha Mehta authored
-
- Mar 25, 2019
-
-
Aastha Mehta authored
-
Aastha Mehta authored
changed based on whether optional fields (e.g. timestamps) enabled in TCP headers. default is to keep timestamps, and will be explicitly disabled by the kernel module.
-
- Mar 08, 2019
-
-
Aastha Mehta authored
-
Aastha Mehta authored
-
Aastha Mehta authored
-
- Mar 03, 2019
-
-
Aastha Mehta authored
-
Aastha Mehta authored
-
- Feb 27, 2019
-
-
Aastha Mehta authored
-
Aastha Mehta authored
new config to selectively enable NIC driver interception without enabling server side specific TCP interception
-
Aastha Mehta authored
-
Aastha Mehta authored
-
Aastha Mehta authored
-
Aastha Mehta authored
-
- Feb 26, 2019
-
-
Aastha Mehta authored
we do not want to update packets_out incorrectly in tcp_v4_rcv, where there can be race between rx and tx threads
-
Aastha Mehta authored
update tcp packets_out, sacked_out, retrans_out and lost_out using atomic CAS in ptcp_clean_rtx_queue
-
- Feb 15, 2019
-
-
Aastha Mehta authored
-
- Feb 12, 2019
-
-
Aastha Mehta authored
-
- Feb 09, 2019
-
-
Aastha Mehta authored
-
- Feb 07, 2019
-
-
Aastha Mehta authored
-
- Feb 03, 2019
-
-
Aastha Mehta authored
we are scheduling napi after nic interrupts have been re-enabled. so in principle we can be interrupted.
-
- Jan 31, 2019
-
-
Aastha Mehta authored
-
- Jan 30, 2019
-
-
-
Aastha Mehta authored
-
- Jan 19, 2019
-
-
Aastha Mehta authored
-
- Jan 16, 2019
-
-
Aastha Mehta authored
-
- Jan 14, 2019
-
-
Aastha Mehta authored
-
- Jan 09, 2019
-
-
Aastha Mehta authored
-
- Jan 08, 2019
-
-
Aastha Mehta authored
-
- Dec 28, 2018
-
-
Aastha Mehta authored
-
- Dec 27, 2018
-
-
Aastha Mehta authored
we dont want to send non-MTU packets, so no point in fragmenting a buffer
-
Aastha Mehta authored
-
- Dec 24, 2018
-
-
Aastha Mehta authored
-
- Dec 20, 2018
-
-
Aastha Mehta authored
-
Aastha Mehta authored
-
- Nov 29, 2018
-
-
Aastha Mehta authored
-