aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c
AgeCommit message (Expand)AuthorFilesLines
4 daystcp: rstreason: fully support in tcp_check_req()Jason Xing1-1/+1
2024-04-26rstreason: prepare for passive resetJason Xing1-1/+2
2024-04-22tcp: do not export tcp_twsk_purge()Eric Dumazet1-1/+0
2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet1-2/+2
2024-04-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet1-3/+3
2024-03-12rds: tcp: Fix use-after-free of net in reqsk_timer_handler().Kuniyuki Iwashima1-4/+0
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing1-5/+5
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov1-1/+1
2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov1-1/+14
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov1-0/+10
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov1-1/+3
2023-10-27net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov1-6/+15
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet1-5/+14
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet1-2/+2
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V1-0/+4
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet1-2/+1
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet1-1/+1
2023-08-04tcp: Disable header prediction for MD5 flow.Kuniyuki Iwashima1-2/+0
2023-07-18tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet1-3/+6
2023-07-18tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet1-1/+1
2023-05-25net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 tooAntoine Tenart1-1/+1
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet1-2/+3
2023-02-27tcp: tcp_check_req() can be called from process contextEric Dumazet1-2/+5
2022-12-01net/tcp: Separate initialization of twskDmitry Safonov1-26/+35
2022-12-01net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov1-4/+12
2022-10-13tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima1-4/+5
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau1-0/+1
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima1-2/+7
2022-09-20tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima1-0/+15
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima1-1/+1
2022-09-20tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima1-1/+1
2022-09-20tcp: Clean up some functions.Kuniyuki Iwashima1-3/+3
2022-07-20tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.Kuniyuki Iwashima1-1/+1
2022-07-20tcp: Fix a data-race around sysctl_tcp_rfc1337.Kuniyuki Iwashima1-1/+1
2022-04-22tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri1-1/+1
2022-02-02tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov1-3/+2
2022-01-26tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet1-1/+1
2021-12-03tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet1-2/+2
2021-09-20net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.cMianhan Liu1-7/+0
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima1-0/+3
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima1-2/+2
2021-03-15tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin1-2/+5
2020-12-14tcp: parse mptcp options contained in reset packetsFlorian Westphal1-1/+1
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni1-1/+1
2020-03-29mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad1-0/+6
2020-03-11tcp: Add missing annotation for tcp_child_process()Jules Irenge1-0/+1
2020-02-21tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki1-0/+2
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau1-2/+2
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet1-2/+4
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet1-1/+1
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet1-1/+1
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet1-2/+5
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-1/+1
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet1-0/+1
2019-06-12tcp: add optional per socket transmit delayEric Dumazet1-1/+1
2019-06-09ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-01tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng1-0/+5
2019-02-26tcp: use tcp_md5_needed for timewait socketsEric Dumazet1-8/+13
2019-01-17tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet1-6/+0
2019-01-17tcp: move tp->rack init to tcp_disconnect()Eric Dumazet1-6/+0
2019-01-17tcp: move app_limited init to tcp_disconnect()Eric Dumazet1-3/+0
2019-01-17tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet1-4/+0
2019-01-17tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet1-2/+0
2019-01-17tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet1-8/+0
2019-01-17tcp: move mdev_us init to tcp_disconnect()Eric Dumazet1-1/+0
2019-01-17tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet1-1/+0
2019-01-17tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet1-1/+0
2019-01-17tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet1-1/+0
2019-01-17tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet1-1/+0
2018-08-31tcp: do not restart timewait timer on rst receptionFlorian Westphal1-1/+2
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann1-4/+4
2018-06-28tcp: remove one indentation level in tcp_create_openreq_childEric Dumazet1-110/+113
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski1-1/+0
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell1-0/+1
2018-03-31crypto : chtls - CPL handler definitionAtul Gupta1-0/+1
2018-02-14tcp: try to keep packet if SYN_RCV race is lostEric Dumazet1-1/+2
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet1-3/+4
2017-12-01tcp/dccp: block bh before arming time_wait timerEric Dumazet1-0/+6
2017-11-11tcp: use sequence distance to detect reorderingYuchung Cheng1-1/+0
2017-11-11tcp: retire FACK loss detectionYuchung Cheng1-4/+1
2017-11-05tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha1-0/+4
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet1-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_fackEric Dumazet1-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_abort_on_overflowEric Dumazet1-3/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet1-1/+1
2017-10-26tcp: TCP experimental option for SMCUrsula Braun1-0/+19
2017-10-24ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+1
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet1-0/+1
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-0/+2
2017-07-31tcp: remove header predictionFlorian Westphal1-2/+0
2017-07-31tcp: remove prequeue supportFlorian Westphal1-1/+0
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo1-1/+8
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet1-2/+2
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-2/+2
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet1-1/+1
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet1-1/+1
2017-05-04tcp: do not inherit fastopen_req from parentEric Dumazet1-0/+1
2017-03-24tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck1-0/+4
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-03-22tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet1-0/+1
2017-03-16tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh1-18/+4
2017-02-22tcp: account for ts offset only if tsecr not zeroAlexey Kodanev1-1/+2
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet1-5/+2
2017-01-13tcp: remove early retransmitYuchung Cheng1-1/+0
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan1-9/+5
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal1-1/+3
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh1-0/+3
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell1-1/+1
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang1-1/+0
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet1-1/+1
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-5/+5
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet1-2/+2
2016-04-04tcp: rate limit ACK sent by SYN_RECV request socketsEric Dumazet1-1/+4
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-03-07tcp: fix tcpi_segs_in after connection establishmentEric Dumazet1-1/+2
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov1-3/+0
2015-12-22tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal1-5/+2
2015-11-05tcp: fix req->saved_syn raceEric Dumazet1-3/+0
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet1-7/+4
2015-10-21tcp: track the packet timings in RACKYuchung Cheng1-0/+2
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng1-0/+1
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet1-9/+9
2015-10-11tcp: fix RFS vs lockless listenersEric Dumazet1-0/+1
2015-10-03tcp: remove BUG_ON() in tcp_check_req()Eric Dumazet1-2/+0
2015-09-29tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet1-1/+3
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet1-1/+1
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet1-2/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+6
2015-09-25tcp: constify tcp_openreq_init_rwin()Eric Dumazet1-10/+18
2015-09-24tcp: factorize sk_txhash initEric Dumazet1-0/+1
2015-09-21tcp/dccp: fix timewait races in timer handlingEric Dumazet1-7/+6
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng1-1/+2
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet1-4/+2
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2015-05-31tcp: fix child sockets to use system default congestion control if not setNeal Cardwell1-1/+4
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner1-0/+1
2015-05-17tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot1-1/+1
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet1-0/+3
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet1-3/+4
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet1-26/+9
2015-04-08tcp: do not rearm rsk_timer on FastOpen requestsEric Dumazet1-4/+10
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-3/+3
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-1/+1
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet1-2/+3
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet1-3/+2
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell1-5/+24
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell1-0/+1
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell1-1/+5
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann1-4/+26
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal1-3/+3
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal1-3/+2
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet1-1/+1
2014-07-01inet: move ipv6only in sock_commonEric Dumazet1-1/+1
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng1-0/+31
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet1-2/+2
2014-01-17ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot1-0/+1
2014-01-06tcp: out_of_order_queue do not use its lockEric Dumazet1-1/+1
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-5/+2
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng1-6/+2
2013-05-20tcp: md5: remove spinlock usage in fast pathEric Dumazet1-4/+2
2013-04-29tcp: reset timer after any SYNACK retransmitYuchung Cheng1-1/+6
2013-03-21tcp: refactor F-RTOYuchung Cheng1-3/+0
2013-03-17tcp: Remove TCPCTChristoph Paasch1-35/+5
2013-03-12tcp: TLP loss detection.Nandita Dukkipati1-0/+1
2013-02-13tcp: send packets with a socket timestampAndrey Vagin1-0/+1
2013-02-13tcp: adding a per-socket timestamp offsetAndrey Vagin1-0/+2
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger1-1/+0
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet1-4/+4
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng1-0/+1
2012-09-22tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTTNeal Cardwell1-4/+6
2012-09-20tcp: Document use of undefined variable.Alan Cox1-0/+4
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu1-11/+50
2012-08-20net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell1-2/+0
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet1-1/+1
2012-07-30net: ipv4: fix RCU races on dst refcountsEric Dumazet1-2/+1
2012-07-27ipv4: fix TCP early demuxEric Dumazet1-0/+1
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-2/+2
2012-07-11tcp: TCP Small QueuesEric Dumazet1-0/+1
2012-07-10tcp: Remove tw->tw_peerDavid S. Miller1-14/+2
2012-07-10tcp: Move timestamps from inetpeer to metrics cache.David S. Miller1-46/+0
2012-06-19ipv4: Early TCP socket demux.David S. Miller1-0/+2
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller1-7/+20
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller1-4/+1
2012-05-17tcp: bool conversionsEric Dumazet1-12/+12
2012-05-02tcp: early retransmitYuchung Cheng1-0/+1
2012-01-31tcp: md5: rcu conversionEric Dumazet1-6/+6
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-1/+1
2011-11-30tcp: inherit listener congestion control for passive cnxEric Dumazet1-1/+3
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-2/+2
2011-11-08net: rename sk_clone to sk_clone_lockEric Dumazet1-1/+1
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet1-0/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-10-21tcp: add const qualifiers where possibleEric Dumazet1-2/+2