Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-12tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()Eric Dumazet
2021-02-16tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet
2021-02-13tcp: factorize logic into tcp_epollin_ready()Eric Dumazet
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-24tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang
2021-01-24tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen
2021-01-23tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2021-01-20tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng
2021-01-19tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen
2020-12-15tcp: Add logic to check for SYN w/ data in tcp_simple_retransmitAlexander Duyck
2020-12-15tcp: parse mptcp options contained in reset packetsFlorian Westphal
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09tcp: select sane initial rcvq_space.space for big MSSEric Dumazet
2020-12-03tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal
2020-11-03tcp: avoid slow start during fast recovery on new lossesYuchung Cheng
2020-10-24tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy
2020-10-22tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell
2020-10-14tcp: use semicolons rather than commas to separate statementsJulia Lawall
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-04tcp: account total lost packets properlyYuchung Cheng
2020-09-26tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lostYuchung Cheng
2020-09-26tcp: simplify tcp_mark_skb_lostYuchung Cheng
2020-09-26tcp: move tcp_mark_skb_lostYuchung Cheng
2020-09-26tcp: consistently check retransmit hintYuchung Cheng
2020-09-25net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal
2020-09-25tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet
2020-09-11tcp: Only init congestion control if not initialized alreadyNeal Cardwell
2020-09-10tcp: record received TOS value in the request socketWei Wang
2020-08-25tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau
2020-08-25bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau
2020-08-25bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau
2020-08-25bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau
2020-08-25bpf: tcp: Add bpf_skops_established()Martin KaFai Lau
2020-08-25tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau
2020-08-25tcp: Use a struct to represent a saved_synMartin KaFai Lau
2020-08-04tcp: apply a floor of 1 for RTT samples from TCP timestampsJianfeng Wang
2020-08-01tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal
2020-08-01tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng
2020-07-17tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha
2020-07-17tcp: fix segment accounting when DSACK range covers multiple segmentsPriyaranjan Jha
2020-07-14net: ipv4: kerneldoc fixesAndrew Lunn
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-06Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov
2020-07-02tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet
2020-06-30tcp: call tcp_ack_tstamp() when not fully ackedYousuk Seung
2020-06-28tcp: update delivered_ce with deliveredYousuk Seung