index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
tcp_subr.c
Age
Commit message (
Expand
)
Author
2024-04-17
Use struct ipsec_level within inpcb.
Alexander Bluhm
2024-04-12
Split single TCP inpcb table into IPv4 and IPv6 parts.
Alexander Bluhm
2024-02-13
Merge struct route and struct route_in6.
Alexander Bluhm
2024-02-11
Remove include netinet6/ip6_var.h from netinet/in_pcb.h.
Alexander Bluhm
2024-01-28
Use more specific sockaddr type for inpcb notify.
Alexander Bluhm
2024-01-27
Declare address parameter in TCP SYN cache const.
Alexander Bluhm
2024-01-11
Fix white spaces in TCP.
Alexander Bluhm
2023-11-29
Document inp_socket as immutable and remove NULL checks.
Alexander Bluhm
2023-11-26
Remove inp parameter from ip_output().
Alexander Bluhm
2023-07-06
Convert tcp_now() time counter to 64 bit.
Alexander Bluhm
2023-05-10
Implement TCP send offloading, for now in software only. This is
Alexander Bluhm
2022-11-07
Modify TCP receive buffer size auto scaling to use the smoothed RTT
YASUOKA Masahiko
2022-10-03
System calls should not fail due to temporary memory shortage in
Alexander Bluhm
2022-09-03
Initialize TCP mutex forgotten in previous commit.
Alexander Bluhm
2022-09-03
Use a mutex to update tcp_maxidle, tcp_iss, and tcp_now. This
Alexander Bluhm
2022-08-30
Refactor internet PCB lookup function. Rename in_pcbhashlookup()
Alexander Bluhm
2022-08-08
To make protocol input functions MP safe, internet PCB need protection.
Alexander Bluhm
2022-03-02
The return value of in6_pcbnotify() is never used. Make it a void
Alexander Bluhm
2022-01-02
spelling
Jonathan Gray
2021-11-11
Do not call ip_deliver() recursively from IPsec. As there is no
Alexander Bluhm
2021-10-23
There is an m_pullup() down in AH input. As it may free or change
Alexander Bluhm
2021-10-13
The function ipip_output() was registered as .xf_output() xform
Alexander Bluhm
2021-07-14
Resend the TCP packet only if the MTU locked flag appears at the
Alexander Bluhm
2021-07-08
The xformsw array never changes. Declare struct xformsw constant
Alexander Bluhm
2021-06-30
For path MTU discovery tcp_mtudisc() should resend a TCP packet by
Alexander Bluhm
2021-02-25
we don't have to cast to caddr_t when calling m_copydata anymore.
David Gwynne
2020-07-24
netinet: tcp_close(): delay reaper timeout by one tick
cheloha
2018-10-04
Revert the inpcb table mutex commit. It triggers a witness panic
Alexander Bluhm
2018-09-20
As a step towards per inpcb or socket locks, remove the net lock
Alexander Bluhm
2018-06-14
Use mbuf (not cluster) always for t_template of tcpcb.
YASUOKA Masahiko
2018-05-08
Historically there were slow and fast tcp timeouts. That is why
Alexander Bluhm
2018-04-02
Use memcpy on freshly allocated memory and add the free size.
David Hill
2018-03-18
Refactor tcp_mtudisc() like NetBSD did. Do the route lookup only
Alexander Bluhm
2018-01-23
The TCP reaper timeout was still imlemented as soft timeout. So
Alexander Bluhm
2017-12-07
Initialize tcp_secret in tcp_init
Mike Belopuhov
2017-10-22
Unconditionally enable TCP selective acknowledgements (SACK)
Mike Belopuhov
2017-06-26
Assert that the corresponding socket is locked when manipulating socket
Martin Pieuchot
2017-05-18
Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> in
Martin Pieuchot
2017-05-09
Convert diagnostic panic to compile time assert in tcp6_ctlinput().
Alexander Bluhm
2017-05-04
Introduce sstosa() for converting sockaddr_storage with a type safe
Alexander Bluhm
2017-04-19
Use the rt_rmx defines that hide the struct rt_kmetrics indirection.
Alexander Bluhm
2017-02-09
percpu counters for TCP stats
Jeremie Courreges-Anglas
2017-01-26
Reduce the difference between struct protosw and ip6protosw. The
Alexander Bluhm
2017-01-10
Remove NULL checks before m_free(9), it deals with it.
Martin Pieuchot
2016-12-20
No need for splsoftnet()/splx() dance around a pool_put() if the pool
Martin Pieuchot
2016-09-24
ANSIfy netinet/; from David Hill
Christian Weisgerber
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-09-06
pool_setipl for various netinet and netinet6 bits
David Gwynne
2016-09-03
Reduce the factor of the limits derived form NMBCLUSTERS. We want
Alexander Bluhm
2016-08-31
Use 'sc_route{4,6}' directly instead of casting them to 'struct route *'.
Martin Pieuchot
[next]