| Commit message (Expand) | Author | Age | Files | Lines |
| * | sctp: make sure all SCTP RESET notifications use sctp_ulp_notify() | Michael Tuexen | 2023-09-08 | 1 | -6/+8 |
| * | sctp: cleanup cdefs.h include | Michael Tuexen | 2023-08-18 | 1 | -1/+0 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | sctp: initial implementation of draft-tuexen-tsvwg-sctp-zero-checksum | Michael Tuexen | 2023-03-10 | 1 | -1/+1 |
| * | sctp: improve handling of sctp inpcb flags | Michael Tuexen | 2022-06-04 | 1 | -4/+4 |
| * | sctp: cleanup the SCTP_MAXSEG socket option. | Michael Tuexen | 2021-12-27 | 1 | -2/+0 |
| * | sctp: Fix errno in case of association setup failures | Michael Tuexen | 2021-07-09 | 1 | -0/+1 |
| * | sctp: use RTO.Initial of 1 second as specified in RFC 4960bis | Michael Tuexen | 2021-04-29 | 1 | -1/+1 |
| * | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -15/+0 |
| * | Detect and handle an invalid reassembly constellation, which results in | Michael Tuexen | 2020-07-23 | 1 | -0/+1 |
| * | Whitespace change due to upstream cleanup. | Michael Tuexen | 2020-06-12 | 1 | -1/+1 |
| * | More cleanups due to ifdef cleanup done upstream | Michael Tuexen | 2020-06-12 | 1 | -1/+1 |
| * | Retire SCTP_SO_LOCK_TESTING. | Michael Tuexen | 2020-06-07 | 1 | -1/+1 |
| * | Non-functional changes due to cleanup (upstream removing of Panda support) | Michael Tuexen | 2020-06-06 | 1 | -4/+2 |
| * | Handle integer overflows correctly when converting msecs and secs to | Michael Tuexen | 2020-03-28 | 1 | -10/+0 |
| * | Remove an unused timer type. | Michael Tuexen | 2020-02-20 | 1 | -7/+6 |
| * | Improve numbering of debug information. | Michael Tuexen | 2020-02-04 | 1 | -1/+1 |
| * | Limit the user-controllable amount of memory the kernel allocates | Michael Tuexen | 2019-01-16 | 1 | -0/+3 |
| * | Refactor the SHUTDOWN_PENDING state handling. | Michael Tuexen | 2018-08-21 | 1 | -2/+2 |
| * | Use the stacb instead of the asoc in state macros. | Michael Tuexen | 2018-08-13 | 1 | -4/+8 |
| * | Add constant for the PAD chunk as defined in RFC 4820. | Michael Tuexen | 2018-01-27 | 1 | -0/+2 |
| * | Update references in comments, since the IDs have become an RFC long | Michael Tuexen | 2018-01-27 | 1 | -21/+10 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Code cleanup, not functional change. | Michael Tuexen | 2017-10-14 | 1 | -4/+0 |
| * | Code cleanup, no functional change. | Michael Tuexen | 2017-09-21 | 1 | -3/+0 |
| * | Remove code not used on any platform currently supported. | Michael Tuexen | 2017-09-16 | 1 | -4/+2 |
| * | Use a longer buffer for messages in ERROR chunks. | Michael Tuexen | 2017-06-23 | 1 | -1/+1 |
| * | Cleanup the names of SSN, SID, TSN, FSN, PPID and MID. | Michael Tuexen | 2016-12-07 | 1 | -2/+3 |
| * | Fix the PR-SCTP behaviour. | Michael Tuexen | 2016-07-17 | 1 | -0/+1 |
| * | netinet/sctp*: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-02 | 1 | -4/+4 |
| * | This is work done by Michael Tuexen and myself at the IETF. This | Randall Stewart | 2016-04-07 | 1 | -8/+15 |
| * | Improve compilation on windows 64-bit (for the userland stack). | Michael Tuexen | 2016-03-27 | 1 | -0/+2 |
| * | Loopback addresses are 127.0.0.0/8, not 127.0.0.1/32. | Michael Tuexen | 2016-02-11 | 1 | -4/+1 |
| * | Ensure that ERROR chunks are always padded by implementing this | Michael Tuexen | 2015-09-11 | 1 | -0/+2 |
| * | Use 5 times RTO.Max as the default for the shutdown guard timer | Michael Tuexen | 2015-08-29 | 1 | -4/+0 |
| * | Fix the exporting of SCTP association states to userland. Without this, | Michael Tuexen | 2015-08-29 | 1 | -1/+1 |
| * | Fix and cleanup the debug information. This has no user-visible changes. | Michael Tuexen | 2015-05-28 | 1 | -12/+15 |
| * | Fix the handling of sysctl variables when used with VIMAGE. | Michael Tuexen | 2014-09-06 | 1 | -9/+0 |
| * | Use SCTP_OVER_UDP_TUNNELING_PORT more consistently. | Michael Tuexen | 2014-03-29 | 1 | -9/+3 |
| * | * Provide information in error causes in ASCII instead of | Michael Tuexen | 2014-03-16 | 1 | -0/+3 |
| * | Remove a buggy comparision when setting manually the path MTU. | Michael Tuexen | 2013-10-15 | 1 | -1/+0 |
| * | Fix a bug were only 2048 streams where usable even though more than | Michael Tuexen | 2013-07-05 | 1 | -3/+1 |
| * | Add a macro for checking for IPv4 link local addresses. | Michael Tuexen | 2013-03-31 | 1 | -0/+4 |
| * | Get the accounting working. We now have counters how many | Michael Tuexen | 2012-11-16 | 1 | -1/+1 |
| * | Improve PR-SCTP if used in combination with NR-SACK. | Michael Tuexen | 2012-11-07 | 1 | -0/+1 |
| * | Use consistent text at the begining of the files. | Michael Tuexen | 2012-05-23 | 1 | -6/+4 |
| * | Use a default for max_burst of 4 and l2var of 2. | Michael Tuexen | 2012-05-17 | 1 | -1/+1 |
| * | Support SCTP_REMOTE_ERROR notification. | Michael Tuexen | 2012-05-13 | 1 | -0/+1 |
| * | Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notifications | Michael Tuexen | 2012-05-13 | 1 | -33/+22 |
| * | Remove unused constants. | Michael Tuexen | 2012-05-13 | 1 | -27/+19 |