aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* tcp: initialize V_ts_offset_secret for all vnetsMichael Tuexen2024-08-121-1/+1
* sctp: improve input validation for data chunksMichael Tuexen2024-08-061-18/+17
* sctp: improve heartbeat timer computationMichael Tuexen2024-08-011-10/+10
* sctp: store heartbeat creation time as time_tMichael Tuexen2024-08-012-2/+2
* sctp: store vtag expire time as time_tMichael Tuexen2024-08-012-7/+7
* sctp: store cookie secret change time as time_tMichael Tuexen2024-08-014-6/+6
* sctp: minor cleanupMichael Tuexen2024-08-011-7/+13
* sctp: don't provide uninitialized memory to process_chunk_drop()Michael Tuexen2024-08-011-0/+2
* sctp: fix sctp_sendall() when an mbuf chain is providedMichael Tuexen2024-08-011-15/+16
* sctp: add missing checkMichael Tuexen2024-08-011-1/+3
* tcp bbr: improve code consistencyMichael Tuexen2024-08-011-3/+3
* tcp: add some debug outputMichael Tuexen2024-08-011-0/+29
* tcp rack: fix memory corruptionMichael Tuexen2024-08-011-2/+2
* tcp hpts: initialize variableMichael Tuexen2024-08-011-1/+1
* tcp: fix commentMichael Tuexen2024-08-011-4/+4
* tcp hpts: improve consistencyMichael Tuexen2024-08-011-1/+2
* tcp bblog: use correct lengthMichael Tuexen2024-08-011-2/+2
* tcp: no data on SYN segments unless doing TFOMichael Tuexen2024-08-011-0/+6
* sctp: improve consistencyMichael Tuexen2024-08-011-2/+7
* Revert "sctp: improve consistency"Michael Tuexen2024-08-011-10/+1
* sctp: improve consistencyMichael Tuexen2024-08-011-1/+10
* fib_dxr: code hygiene, prune old code, no functional changesMarko Zec2024-05-221-42/+1
* fib_dxr: do not leak memory if FIB constellation hits structural limitMarko Zec2024-05-221-1/+3
* fib_dxr: check if cached fib_data matches the new request in dxr_init()Marko Zec2024-05-221-2/+3
* ipfw: Fix a typo in a source code commentGordon Bergling2024-05-161-1/+1
* fib_dxr: set fib_data field in struct dxr_aux early enoughMarko Zec2024-05-141-1/+1
* fib_dxr: s/KASSERT/MPASS/Marko Zec2024-05-141-20/+13
* fib_dxr: KASSERTs for chasing NULL ptr and runaway refcount suspectsMarko Zec2024-05-141-0/+3
* fib_dxr: move the bulko of malloc() failure logging into dxr_build()Marko Zec2024-05-141-47/+30
* fib_dxr: update comment.Marko Zec2024-05-141-1/+1
* fib_dxr: free() does nothing if arg is NULL, so remove a redundant check.Marko Zec2024-05-141-5/+2
* fib_dxr: log malloc() failures.Marko Zec2024-05-141-7/+38
* Support ARP for 802 networksDenny Page2024-04-271-0/+4
* netinet/tcp_var.h: always define IS_FASTOPEN() for kernel compilation envKonstantin Belousov2024-03-201-1/+3
* carp(4): Fix a typo in a source code commentGordon Bergling2024-03-031-1/+1
* tcp: cubic - restart epoch after RTORichard Scheffenegger2024-02-281-0/+1
* tcp: prevent div by zero in cc_htcpRichard Scheffenegger2024-02-281-3/+3
* sctp(4): Fix a typo in a source code commentGordon Bergling2024-02-211-1/+1
* inpcb: Restore some NULL checks of credential pointersMark Johnston2024-02-071-2/+4
* tcp_fastopen: Fix a typo in a source code commentGordon Bergling2024-01-251-1/+1
* tcp_hpts: Fix a typo of a function name in a commentGordon Bergling2024-01-231-1/+1
* inpcb: Allow SO_REUSEPORT_LB to be used in jailsMark Johnston2024-01-222-54/+75
* inpcb: Remove a PCB from its LB group upon a subsequent errorMark Johnston2024-01-221-9/+8
* inpcb: Remove NULL checks of credential referencesMark Johnston2024-01-221-15/+12
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-181-1/+1
* sys: Style fix for M_EXT | M_EXTPGJohn Baldwin2024-01-183-3/+3
* tcp: prevent spurious empty segments and fix uncommon panicRichard Scheffenegger2024-01-151-1/+9
* sctp: minor cleanMichael Tuexen2024-01-121-72/+73
* udplite: make socketoption available on IPv6 socketsMichael Tuexen2024-01-121-0/+8
* udplite: fix checksum computation on the sender sideMichael Tuexen2024-01-121-14/+15