aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* tcp_usr_connect: report actual error code when stack requests dropGleb Smirnoff2022-01-131-4/+4
* LRO: Don't merge ACK and non-ACK packets togetherRyan Stone2022-01-132-3/+7
* LRO: Fix lost packets when merging 1 payload with an ACKRyan Stone2022-01-132-5/+14
* ip_mroute: remove unused variablesWojciech Macek2022-01-111-6/+0
* ip_mroute: do not call epoch_waitwhen lock is takenWojciech Macek2022-01-112-4/+6
* ip_mroute: do not sleep when lock is takenWojciech Macek2022-01-111-35/+29
* syncache: accept packet with no SA when TCP_MD5SIG is setRobert Wing2022-01-091-12/+18
* sctp: miror change due to upstreamingMichael Tuexen2022-01-031-1/+2
* inpcb: garbage collect INP_LOCK_INIT(), used only once in sctpGleb Smirnoff2022-01-032-3/+2
* inpcb: use global UMA zones for protocolsGleb Smirnoff2022-01-036-128/+93
* domains: make domain_init() initialize only global stateGleb Smirnoff2022-01-031-1/+1
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-0312-92/+83
* udp_var.h: other headers already include types.hKristof Provost2022-01-031-2/+0
* headers: make a few more headers self-containedKristof Provost2022-01-033-1/+11
* tcp_bbr(4): Fix a few typos in sysctl descriptionsGordon Bergling2022-01-021-4/+4
* sctp: improve counting of incoming chunksMichael Tuexen2022-01-011-0/+2
* udp: use appropriate pcbinfo when signalling EHOSTDOWNMichael Tuexen2022-01-011-1/+1
* in_pcb: improve inp_next()Michael Tuexen2022-01-011-0/+2
* sctp: retire sctp_mtu_size_reset()Michael Tuexen2021-12-303-43/+7
* sctp: improve sctp_pathmtu_adjustment()Michael Tuexen2021-12-304-28/+44
* [lltable] Add per-family lltable getters.Alexander V. Chernikov2021-12-291-0/+11
* tcp_usr_shutdown: don't cast inp_ppcb to tcpcb before checking inp_flagsGleb Smirnoff2021-12-281-21/+18
* sctp: minor improvements in sctp_get_frag_pointMichael Tuexen2021-12-281-2/+4
* sctp: check that the computed frag point is a multiple of 4Michael Tuexen2021-12-281-3/+2
* tcp_usr_shutdown: don't cast inp_ppcb to tcpcb before checking inp_flagsGleb Smirnoff2021-12-281-5/+4
* sctp: cleanup the SCTP_MAXSEG socket option.Michael Tuexen2021-12-276-79/+59
* tcp_usr_rcvd: don't cast inp_ppcb to tcpcb before checking inp_flagsGleb Smirnoff2021-12-271-4/+4
* sctp: cleanup, on functional change intended.Michael Tuexen2021-12-271-4/+3
* sctp: apply limit for socket buffers as indicated in commentMichael Tuexen2021-12-271-1/+1
* in_pcb: use jenkins hash over the entire IPv6 (or IPv4) addressGleb Smirnoff2021-12-263-26/+61
* jail: network epoch protection for IP address listsGleb Smirnoff2021-12-262-112/+29
* tcp: remove delayed drop KPIGleb Smirnoff2021-12-2612-255/+28
* tcp: TCP output method can request tcp_dropGleb Smirnoff2021-12-268-88/+204
* rack: rack_do_compressed_ack_processing() can call tcp_drop()Gleb Smirnoff2021-12-261-2/+1
* rack: drop connection synchronously, when we canGleb Smirnoff2021-12-261-12/+6
* bbr: drop packet synchronously in ctf_do_dropwithreset_conn()Gleb Smirnoff2021-12-261-4/+3
* tcp: mechanically substitute call to tfb_tcp_output to new method.Gleb Smirnoff2021-12-2610-32/+32
* tcp: welcome back tcp_output() as the right way to run output on tcpcb.Gleb Smirnoff2021-12-263-3/+10
* IPv4: fix redirect sending conditionsBjoern A. Zeeb2021-12-262-35/+75
* tcp: virtualise net.inet.tcp.msl sysctl.Alexander V. Chernikov2021-12-264-7/+9
* Fix dtrace SDT probe tcp:::debug-inputRobert Wing2021-12-211-1/+1
* tcp_twrespond: send signed segment when connection is TCP-MD5Robert Wing2021-12-202-0/+17
* tcptw: count how many times a tcptw was actually usefulGleb Smirnoff2021-12-192-0/+8
* tcptw: remove unused fieldsGleb Smirnoff2021-12-192-8/+0
* carp: fix send error demotion recoveryGleb Smirnoff2021-12-191-10/+17
* tcp: allocate statistics in the main tcp_init()Gleb Smirnoff2021-12-172-22/+6
* inpcb: don't leak the port zone in in_pcbinfo_destroy()Gleb Smirnoff2021-12-161-0/+1
* udp: Fix a use-after-free in udp_multi_input()Mark Johnston2021-12-161-2/+2
* tcp: Rack in a rare case we can get stuck sending a very small amount.Randall Stewart2021-12-151-4/+1
* inpcb: use locked variant of prison_check_ip*()Gleb Smirnoff2021-12-141-2/+2