aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)Author
2024-02-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2022-12-08dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2022-09-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2022-09-09Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2022-07-29tcp: Fix a data-race around sysctl_tcp_tw_reuse.Kuniyuki Iwashima
2022-05-12tcp: make sure treq->af_specific is initializedEric Dumazet
2022-04-27tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima
2022-04-27tcp: fix race condition when creating child sockets from syncookiesRicardo Dias
2022-01-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-09-22tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau
2021-08-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-07-28tcp: annotate data races around tp->mtu_infoEric Dumazet
2021-06-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-03-17tcp: annotate tp->write_seq lockless readsEric Dumazet
2021-03-17tcp: annotate tp->copied_seq lockless readsEric Dumazet
2020-08-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-07-22tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet
2020-07-22tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet
2020-03-11Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-03-11Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-01-09tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2019-11-17Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet
2019-07-04Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-05-08Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-04-17tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li
2019-03-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-03-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-03-19tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch
2019-02-23tcp: tcp_v4_err() should be more carefulEric Dumazet
2018-11-28net: add back the missing serialization in ip_send_unicast_reply()Sebastian Andrzej Siewior
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet
2018-08-22ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann
2018-07-12tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT socketsStefan Baranoff
2018-06-14tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimizationMaciej Żenczykowski
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao
2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet
2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov