aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* netinet: Fix getcred sysctl handlers to do nothing if no input is givenMark Johnston2025-03-201-1/+2
* sctp: don't specify pr_poll = sopoll_genericGleb Smirnoff2025-02-031-1/+0
* sctp: allow stcb == NULL in sctp_shutdown()Michael Tuexen2024-05-081-2/+4
* sockets: repair wakeup of accept(2) by shutdown(2)Gleb Smirnoff2024-02-151-6/+5
* Revert "sockets: retire sorflush()"Gleb Smirnoff2024-02-031-1/+5
* sctp: restore missing inpcb lockGleb Smirnoff2024-01-171-0/+1
* sockets: retire sorflush()Gleb Smirnoff2024-01-161-5/+1
* sockets: make pr_shutdown fully protocol specific methodGleb Smirnoff2024-01-161-102/+93
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-301-25/+15
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff2023-11-301-31/+17
* sctp: further improve shutting down the read side of a socketMichael Tuexen2023-09-131-6/+6
* sctp: improve shutting down the read side of a socketMichael Tuexen2023-09-121-33/+57
* sctp: cleanup cdefs.h includeMichael Tuexen2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sctp: another cleanupMichael Tuexen2023-08-091-120/+106
* sctp: remove duplicate codeMichael Tuexen2023-08-081-2/+2
* sctp: improve consistency of acc and ccc handling in snd bufferMichael Tuexen2023-08-041-1/+0
* sctp: update zero checksum supportMichael Tuexen2023-07-231-5/+7
* sctp: only start shutdown guard timer when sending SHUTDOWN chunkMichael Tuexen2023-05-031-3/+3
* sctp: use constants from RFC 8260 to improve complianceMichael Tuexen2023-04-231-9/+9
* sctp: allow disabling of SCTP_ACCEPT_ZERO_CHECKSUM socket optionMichael Tuexen2023-03-151-11/+3
* sctp: initial implementation of draft-tuexen-tsvwg-sctp-zero-checksumMichael Tuexen2023-03-101-0/+23
* sctp: minor changes due to upstreaming of Glebs recent changesMichael Tuexen2022-11-061-14/+13
* netinet*: remove PRC_ constants and streamline ICMP processingGleb Smirnoff2022-10-041-6/+4
* netinet*: remove dead code from TCP, UDP, SCTP control inputGleb Smirnoff2022-10-041-76/+69
* netinet: filter out invalid ICMP responses in ip_icmp()Gleb Smirnoff2022-10-041-3/+0
* netinet*: de-void control input IP protocol methodsGleb Smirnoff2022-10-041-6/+5
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-171-19/+32
* sctp: add KASSERTs to ensure correct handling of listenersMichael Tuexen2022-06-271-5/+10
* sctp: do not clobber listening socket with sockbuf operationsGleb Smirnoff2022-06-271-7/+4
* sctp: improve handling of listen() callMichael Tuexen2022-05-291-0/+9
* sctp: use sb_avail() when accessing sb_acc for readingMichael Tuexen2022-05-141-4/+3
* sctp: cleanup, no functional change intendedMichael Tuexen2022-05-141-6/+2
* sctp: improve consistencyMichael Tuexen2022-05-141-10/+8
* sctp: fix typo introcuded in last commitMichael Tuexen2022-04-161-1/+1
* sctp: don't wakeup 1-to-1 listening sockets for data or notificationsMichael Tuexen2022-04-161-6/+4
* sctp: fix typosMichael Tuexen2022-03-291-2/+2
* sctp: get rid of stcb send lockMichael Tuexen2022-03-281-4/+0
* sctp: miror change due to upstreamingMichael Tuexen2022-01-031-1/+2
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-031-2/+3
* sctp: improve sctp_pathmtu_adjustment()Michael Tuexen2021-12-301-23/+39
* sctp: cleanup the SCTP_MAXSEG socket option.Michael Tuexen2021-12-271-32/+5
* sctp: apply limit for socket buffers as indicated in commentMichael Tuexen2021-12-271-1/+1
* sctp: improve handling of assoc ids in socket optionsMichael Tuexen2021-12-011-7/+23
* sctp: cleanup, no functional change intended.Michael Tuexen2021-12-011-29/+30
* sctp: Cleanup stream schedulers.Michael Tuexen2021-09-231-2/+2
* sctp: Simplify stream scheduler usageMichael Tuexen2021-09-211-4/+4
* sctp: Tighten up locking around sctp_aloc_assoc()Mark Johnston2021-09-111-12/+2
* sctp: Fix a lock order reversal in sctp_swap_inpcb_for_listen()Mark Johnston2021-09-081-9/+6
* sctp: minor cleanups, no functional change intendedMichael Tuexen2021-09-081-3/+3