aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
* sctp, tcp, udp: improve deferred computation of checksumsTimo Völker31 hours1-1/+5
* sctp: store cookie secret change time as time_tMichael Tuexen2024-05-101-2/+2
* sctp: don't provide uninitialized memory to process_chunk_drop()Michael Tuexen2024-05-081-0/+2
* sctp: improve sending of packets containing an INIT ACK chunkMichael Tuexen2024-02-241-1/+1
* sctp: make sure all SCTP RESET notifications use sctp_ulp_notify()Michael Tuexen2023-09-081-16/+10
* sctp: improve handling of SHUTDOWN and SHUTDOWN ACK chunksMichael Tuexen2023-08-231-12/+42
* sctp: fix a warningMichael Tuexen2023-08-191-10/+5
* sctp: cleanup handling of graceful shutdown of the peerMichael Tuexen2023-08-191-48/+15
* sctp: cleanup cdefs.h includeMichael Tuexen2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sctp: update zero checksum supportMichael Tuexen2023-07-231-3/+8
* sctp: only start shutdown guard timer when sending SHUTDOWN chunkMichael Tuexen2023-05-031-14/+0
* sctp: improve shutdown(..., SHUT_WR) handlingMichael Tuexen2023-05-031-6/+16
* sctp: improve handling of stale cookie error causesMichael Tuexen2023-04-301-10/+31
* sctp: enforce Kahn's rule during the handshakeMichael Tuexen2023-03-161-10/+12
* sctp: don't do RTT measurements with cookiesMichael Tuexen2023-03-161-16/+0
* sctp: improve negotiation of zero checksum featureMichael Tuexen2023-03-151-0/+2
* sctp: initial implementation of draft-tuexen-tsvwg-sctp-zero-checksumMichael Tuexen2023-03-101-46/+111
* sctp: improve sending of ABORT packets in response to INIT-ACKsMichael Tuexen2022-10-121-1/+4
* sctp: improve handling of sctp inpcb flagsMichael Tuexen2022-06-041-5/+4
* sctp: cleanup, no functional change intendedMichael Tuexen2022-05-141-1/+1
* sctp: improve consistencyMichael Tuexen2022-05-141-8/+8
* sctp: improve lockingMichael Tuexen2022-04-151-4/+11
* sctp: fix typosMichael Tuexen2022-03-291-10/+10
* sctp: get rid of stcb send lockMichael Tuexen2022-03-281-7/+4
* sctp: improve counting of incoming chunksMichael Tuexen2022-01-011-0/+2
* sctp: improve sctp_pathmtu_adjustment()Michael Tuexen2021-12-301-3/+3
* sctp: improve consistency, no functional change intendedMichael Tuexen2021-11-261-1/+1
* sctp: Fix a typo in a commentGordon Bergling2021-09-261-1/+1
* sctp: Simplify stream scheduler usageMichael Tuexen2021-09-211-2/+2
* sctp: cleanup, no functional change intendedMichael Tuexen2021-09-151-3/+2
* sctp: avoid LORMichael Tuexen2021-09-121-3/+1
* sctp: Tighten up locking around sctp_aloc_assoc()Mark Johnston2021-09-111-0/+4
* sctp: minor cleanups, no functional change intendedMichael Tuexen2021-09-081-2/+2
* sctp: Remove an unused sctp_inpcb fieldMark Johnston2021-09-071-1/+0
* sctp: Always check for a vanishing inpcb when processing COOKIE-ECHOMark Johnston2021-09-011-5/+5
* sctp: improve handling of illegal parameters of INIT-ACK chunksMichael Tuexen2021-08-201-43/+26
* sctp: improve handling of INIT chunks with invalid parametersMichael Tuexen2021-08-181-16/+16
* sctp: Fix errno in case of association setup failuresMichael Tuexen2021-07-091-4/+4
* sctp: initialize sequence numbers for ECN correctlyMichael Tuexen2021-06-271-9/+2
* sctp: Fix length check for ECNE chunksMichael Tuexen2021-06-271-5/+2
* sctp: fix another locking bug in COOKIE handlingMichael Tuexen2021-05-121-2/+8
* sctp: fix locking in case of error handling during a restartMichael Tuexen2021-05-121-0/+10
* sctp: improve consistency when handling chunks of wrong sizeMichael Tuexen2021-05-051-6/+8
* sctp: drop packet with SHUTDOWN-ACK chunks with wrong vtagsMichael Tuexen2021-05-041-21/+0
* sctp: improve restart handlingMichael Tuexen2021-05-031-8/+12
* Fix build after 5f2e1835054ee84f2e68ebc890d92716a91775b7.Alexander Motin2021-05-031-1/+1
* sctp: improve error handling in INIT/INIT-ACK processingMichael Tuexen2021-05-021-29/+72
* sctp: improve consistency in handling chunks with wrong sizeMichael Tuexen2021-04-281-76/+74
* sctp: cleanup verification of INIT and INIT-ACK chunksMichael Tuexen2021-04-271-84/+10