aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet
2023-11-20tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet
2023-11-20tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet
2023-11-20tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet
2023-11-20tcp_metrics: add missing barriers on deleteEric Dumazet
2023-11-20tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V
2023-11-17Merge tag 'v5.4.260' into v5.4/standard/baseBruce Ashfield
2023-11-17Merge tag 'v5.4.259' into v5.4/standard/baseBruce Ashfield
2023-11-08tcp: fix wrong RTO timeout when received SACK renegingFred Chen
2023-10-25ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet
2023-10-25tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet
2023-10-25tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-25net: ipv4: fix return value check in esp_remove_trailerMa Ke
2023-10-12Merge tag 'v5.4.258' into v5.4/standard/baseBruce Ashfield
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-10-10ipv4: fix null-deref in ipv4_link_failureKyle Zeng
2023-09-26Merge tag 'v5.4.257' into v5.4/standard/baseBruce Ashfield
2023-09-23net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian
2023-09-23ipv4: annotate data-races around fi->fib_deadEric Dumazet
2023-09-23igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet
2023-09-23lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-09-23tcp: tcp_enter_quickack_mode() should be staticEric Dumazet
2023-09-04Merge tag 'v5.4.255' into v5.4/standard/baseBruce Ashfield
2023-08-30net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing
2023-08-30ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao
2023-08-21Merge tag 'v5.4.253' into v5.4/standard/baseBruce Ashfield
2023-08-11tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet
2023-08-11tcp_metrics: fix addr_same() helperEric Dumazet
2023-07-27Merge tag 'v5.4.251' into v5.4/standard/baseBruce Ashfield
2023-07-27tcp: annotate data-races around fastopenq.max_qlenEric Dumazet
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-07-27tcp: annotate data-races around rskq_defer_acceptEric Dumazet
2023-07-27tcp: annotate data-races around tp->linger2Eric Dumazet
2023-07-27net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu
2023-07-27tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet
2023-07-27Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima
2023-07-27tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet
2023-07-03Merge tag 'v5.4.249' into v5.4/standard/baseBruce Ashfield
2023-06-28xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior
2023-06-12Merge tag 'v5.4.246' into v5.4/standard/baseBruce Ashfield
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-06-09tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet
2023-06-05Merge tag 'v5.4.245' into v5.4/standard/baseBruce Ashfield
2023-06-05Merge tag 'v5.4.244' into v5.4/standard/baseBruce Ashfield