index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_minisocks.c
Age
Commit message (
Expand
)
Author
2023-03-11
tcp: tcp_check_req() can be called from process context
Eric Dumazet
2022-10-13
tcp: Clean up kernel listener's reqsk in inet_twsk_purge()
Kuniyuki Iwashima
2022-10-03
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-09-29
bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itself
Martin KaFai Lau
2022-09-20
tcp: Introduce optional per-netns ehash.
Kuniyuki Iwashima
2022-09-20
tcp: Save unnecessary inet_twsk_purge() calls.
Kuniyuki Iwashima
2022-09-20
tcp: Access &tcp_hashinfo via net.
Kuniyuki Iwashima
2022-09-20
tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.
Kuniyuki Iwashima
2022-09-20
tcp: Clean up some functions.
Kuniyuki Iwashima
2022-07-20
tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.
Kuniyuki Iwashima
2022-07-20
tcp: Fix a data-race around sysctl_tcp_rfc1337.
Kuniyuki Iwashima
2022-04-22
tcp: md5: incorrect tcp_header_len for incoming connections
Francesco Ruggeri
2022-02-02
tcp: Use BPF timeout setting for SYN ACK RTO
Akhmat Karakotov
2022-01-26
tcp: allocate tcp_death_row outside of struct netns_ipv4
Eric Dumazet
2021-12-03
tcp: fix another uninit-value (sk_rx_queue_mapping)
Eric Dumazet
2021-09-20
net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.c
Mianhan Liu
2021-06-23
tcp: Add stats for socket migration.
Kuniyuki Iwashima
2021-06-15
tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.
Kuniyuki Iwashima
2021-03-15
tcp: relookup sock for RST+ACK packets handled by obsolete req sock
Alexander Ovechkin
2020-12-14
tcp: parse mptcp options contained in reset packets
Florian Westphal
2020-05-15
mptcp: add new sock flag to deal with join subflows
Paolo Abeni
2020-03-29
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
2020-03-11
tcp: Add missing annotation for tcp_child_process()
Jules Irenge
2020-02-21
tcp_bpf: Don't let child socket inherit parent protocol ops on copy
Jakub Sitnicki
2020-01-09
bpf: tcp: Support tcp_congestion_ops in bpf
Martin KaFai Lau
2019-10-13
tcp: annotate tp->snd_nxt lockless reads
Eric Dumazet
2019-10-13
tcp: annotate tp->write_seq lockless reads
Eric Dumazet
2019-10-13
tcp: annotate tp->copied_seq lockless reads
Eric Dumazet
2019-10-13
tcp: annotate tp->rcv_nxt lockless reads
Eric Dumazet
2019-10-13
tcp: add rcu protection around tp->fastopen_rsk
Eric Dumazet
2019-09-27
tcp: honor SO_PRIORITY in TIME_WAIT state
Eric Dumazet
2019-06-12
tcp: add optional per socket transmit delay
Eric Dumazet
2019-06-09
ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state
Eric Dumazet
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-01
tcp: undo init congestion window on false SYNACK timeout
Yuchung Cheng
2019-02-26
tcp: use tcp_md5_needed for timewait sockets
Eric Dumazet
2019-01-17
tcp: move rx_opt & syn_data_acked init to tcp_disconnect()
Eric Dumazet
2019-01-17
tcp: move tp->rack init to tcp_disconnect()
Eric Dumazet
2019-01-17
tcp: move app_limited init to tcp_disconnect()
Eric Dumazet
2019-01-17
tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...
Eric Dumazet
2019-01-17
tcp: do not clear urg_data in tcp_create_openreq_child
Eric Dumazet
2019-01-17
tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()
Eric Dumazet
2019-01-17
tcp: move mdev_us init to tcp_disconnect()
Eric Dumazet
2019-01-17
tcp: do not clear srtt_us in tcp_create_openreq_child
Eric Dumazet
2019-01-17
tcp: do not clear packets_out in tcp_create_openreq_child()
Eric Dumazet
2019-01-17
tcp: move icsk_rto init to tcp_disconnect()
Eric Dumazet
2019-01-17
tcp: do not set snd_ssthresh in tcp_create_openreq_child()
Eric Dumazet
2018-08-31
tcp: do not restart timewait timer on rst reception
Florian Westphal
2018-07-12
tcp: use monotonic timestamps for PAWS
Arnd Bergmann
2018-06-28
tcp: remove one indentation level in tcp_create_openreq_child
Eric Dumazet
[next]