summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_input.c
AgeCommit message (Expand)Author
2024-06-07remove unused packet header length definesJonathan Gray
2024-04-17Use struct ipsec_level within inpcb.Alexander Bluhm
2024-04-13correct indentationJonathan Gray
2024-04-12Split single TCP inpcb table into IPv4 and IPv6 parts.Alexander Bluhm
2024-04-10Move global variables for TCP debug onto the tcp_input() stack.Alexander Bluhm
2024-02-13Merge struct route and struct route_in6.Alexander Bluhm
2024-02-11Remove include netinet6/ip6_var.h from netinet/in_pcb.h.Alexander Bluhm
2024-01-27Declare address parameter in TCP SYN cache const.Alexander Bluhm
2024-01-11Fix white spaces in TCP.Alexander Bluhm
2023-12-01Set inp address, port and rtable together with inpcb hash.Alexander Bluhm
2023-11-30Pass inp_seclevel to ip6_output() in TCP syn cache.Alexander Bluhm
2023-11-29Run TCP syn cache timer without kernel lock.Alexander Bluhm
2023-11-27Add NULL check before dereferencing inp_seclevel.Alexander Bluhm
2023-11-26Remove inp parameter from ip_output().Alexander Bluhm
2023-11-16Run TCP SYN cache timer logik without net lock.Alexander Bluhm
2023-09-03Avoid a useless increment and decrement of the tcp syn cache refcountAlexander Bluhm
2023-08-28Introduce reference counting for TCP syn cache entries.Alexander Bluhm
2023-07-06Convert tcp_now() time counter to 64 bit.Alexander Bluhm
2023-05-30Use generic checksum calculation for TCP SYN+ACK packets.Alexander Bluhm
2023-03-14To avoid misunderstanding, keep variables for tcp keepalive inYASUOKA Masahiko
2023-01-22Move SS_CANTRCVMORE and SS_RCVATMARK bits from `so_state' to `sb_state' ofVitaliy Makkoveev
2023-01-12Binding the accept socket in TCP input relies on the fact that theAlexander Bluhm
2022-12-09Some TCP timer units have changed from slowhz to msec and theirAlexander Bluhm
2022-12-08Convert tcptv_keep_init in milliseconds before comparing other valuesYASUOKA Masahiko
2022-11-07Modify TCP receive buffer size auto scaling to use the smoothed RTTYASUOKA Masahiko
2022-10-03System calls should not fail due to temporary memory shortage inAlexander Bluhm
2022-09-03Use a mutex to update tcp_maxidle, tcp_iss, and tcp_now. ThisAlexander Bluhm
2022-08-30Refactor internet PCB lookup function. Rename in_pcbhashlookup()Alexander Bluhm
2022-08-21Change soabort() return value to void. We never interesting on it.Vitaliy Makkoveev
2022-08-11Add TCP_INFO support to getsockopt for tcp sessions.Claudio Jeker
2022-08-08To make protocol input functions MP safe, internet PCB need protection.Alexander Bluhm
2022-01-04Add `ipsec_flows_mtx' mutex(9) to protect `ipsp_ids_*' list andYASUOKA Masahiko
2022-01-02spellingJonathan Gray
2021-12-01Let ipsp_spd_lookup() return an error instead of a TDB. The TDBAlexander Bluhm
2021-11-25move label to fix RAMDISKTheo de Raadt
2021-11-25Implement reference counting for IPsec tdbs. Not all cases areAlexander Bluhm
2021-08-09During unidirectional data transmission, a TCP connection may stall.Alexander Bluhm
2021-08-09Fix white spaces.Alexander Bluhm
2021-04-16Turn on the direct ACK on every other segment.Alexander Bluhm
2021-03-10spellingJonathan Gray
2021-02-03Turns off the direct ACK on every other segmentjan
2020-06-19Break a glass ceiling on cwnd due to integer division during congestionRichard Procter
2019-12-06Checking the IPsec policy is expensive. Check only when IPsec is used.tobhe
2019-11-29Change the default security level for incoming IPsec flows fromtobhe
2019-11-11Prevent underflows in tp->snd_wnd if the remote side ACKs more thanAlexander Bluhm
2019-07-12Count the number of TCP SACK options that were dropped due to theAlexander Bluhm
2019-07-10Received SACK options are managed by a linked list at the TCP socket.Alexander Bluhm
2018-09-17Do not acknowledge a received ack-only tcp packet that we would drop due tofriehm
2018-07-23Coverity CID 1470233 complainst that the m != NULL check inAlexander Bluhm
2018-06-14Assert that the INP_IPV6 in in6_pcbconnect() is correct. Just callAlexander Bluhm