aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* inpcb: Restore some NULL checks of credential pointersMark Johnston2024-02-091-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
* netinet: Define IPv6 ECN maskJose Luis Duran2024-01-111-0/+2
* sctp: further improve shutting down the read side of a socketMichael Tuexen2024-01-111-6/+6
* sctp: improve shutting down the read side of a socketMichael Tuexen2024-01-111-33/+57
* sctp: don't call sctp_ulp_notify() recursivelyMichael Tuexen2024-01-111-2/+2
* sctp: cleanup locking for notificationsMichael Tuexen2024-01-112-57/+87
* sctp: make sure all SCTP RESET notifications use sctp_ulp_notify()Michael Tuexen2024-01-114-95/+86
* sctp: cleanup SCTP AUTH related notificationMichael Tuexen2024-01-113-26/+23
* sctp: cleanupMichael Tuexen2024-01-111-33/+27
* sctp: cleanupMichael Tuexen2024-01-111-6/+4
* sctp: improve handling of socket shutdown for readingMichael Tuexen2024-01-111-7/+11
* sctp: improve handling of SHUTDOWN and SHUTDOWN ACK chunksMichael Tuexen2024-01-111-12/+42
* sctp: fix a warningMichael Tuexen2024-01-111-10/+5
* sctp: cleanup handling of graceful shutdown of the peerMichael Tuexen2024-01-113-67/+16
* sctp: cleanup cdefs.h includeMichael Tuexen2024-01-1136-39/+4
* sctp: cleanupMichael Tuexen2024-01-113-32/+15
* sctp: add an assertMichael Tuexen2024-01-111-1/+2
* sctp: use consistent names for locking macrosMichael Tuexen2024-01-112-4/+9
* sctp: another cleanupMichael Tuexen2024-01-111-118/+104
* sctp: remove duplicate codeMichael Tuexen2024-01-112-2/+3
* sctp: improve consistencyMichael Tuexen2024-01-111-1/+1
* sctp: remove redundant checkMichael Tuexen2024-01-111-3/+0
* sctp: improve consistency of acc and ccc handling in snd bufferMichael Tuexen2024-01-111-1/+0
* sctp: keep sb_acc and sb_ccc in syncMichael Tuexen2024-01-116-14/+20
* sctp: improve consistencyMichael Tuexen2024-01-112-11/+3
* siftr: provide dtrace with the correct pointer to dataMichael Tuexen2024-01-111-1/+1
* tcp: clean PRR state after ECN congestion recovery.Richard Scheffenegger2024-01-112-0/+3
* tcp: Undo the consumption of sequence space by FIN in case of a transient error.Richard Scheffenegger2024-01-111-1/+6
* IPv6: fix problem with duplicate port assignment with v4-mapped addrsMike Karels2024-01-101-2/+9
* tcp_stacks: Fix two typos in a source code commentsGordon Bergling2024-01-072-2/+2
* tcp_info: Add and export more FreeBSD-specific fieldsMarius Strobl2024-01-062-1/+15
* tcp: reserve tcp_info counters for AccECNRichard Scheffenegger2024-01-051-1/+11
* tcp_fill_info(): Change lock assertion on INPCB to locked onlyMarius Strobl2024-01-055-9/+9
* tcp: always set tcp_tun_port to a correct valueGleb Smirnoff2024-01-021-0/+1
* Fix 'security.bsd.see_jail_proc' by using cr_bsd_visible()Olivier Certner2023-12-211-3/+1
* sctp: Various fixes for loader tunablesZhenlei Huang2023-10-162-6/+26
* tcp: Simplify the initialization of loader tunable 'net.inet.tcp.tcbhashsize'Zhenlei Huang2023-10-161-18/+13
* netdump: Check the return value of ifunit_ref()Mark Johnston2023-10-091-0/+2
* ip_mroute: Fix sysctl knobsZhenlei Huang2023-10-021-9/+5