| Commit message (Expand) | Author | Age | Files | Lines |
| * | net: Fix LLE lock leaks | Mark Johnston | 2022-04-11 | 1 | -2/+6 |
| * | [lltable] Add per-family lltable getters. | Alexander V. Chernikov | 2022-03-28 | 1 | -0/+11 |
| * | tcp: virtualise net.inet.tcp.msl sysctl. | Alexander V. Chernikov | 2022-03-28 | 4 | -7/+9 |
| * | netinet: simplify RSS ifdef statements | Franco Fichtner | 2022-03-03 | 2 | -12/+5 |
| * | netinet: allow UDP tunnels to be removed | Kristof Provost | 2022-02-28 | 1 | -2/+2 |
| * | tcp_twrespond: send signed segment when connection is TCP-MD5 | Robert Wing | 2022-02-23 | 2 | -1/+17 |
| * | Fix dtrace SDT probe tcp:::debug-input | Robert Wing | 2022-02-23 | 1 | -1/+1 |
| * | sctp: remove KASSERT() which not always holds | Michael Tuexen | 2022-02-23 | 1 | -2/+0 |
| * | sctp: make sure new locking requirements are satisfied. | Michael Tuexen | 2022-02-23 | 1 | -1/+6 |
| * | sctp: don't hold the assoc create lock longer than needed | Michael Tuexen | 2022-02-23 | 1 | -0/+2 |
| * | sctp: cleanup sctp_lower_sosend | Michael Tuexen | 2022-02-23 | 1 | -239/+242 |
| * | sctp: improve robustness | Michael Tuexen | 2022-02-23 | 1 | -1/+1 |
| * | sctp: cleanup, no functional change intended. | Michael Tuexen | 2022-02-23 | 2 | -2/+6 |
| * | sctp: remove unused parameter | Michael Tuexen | 2022-02-23 | 2 | -2/+2 |
| * | sctp: fix a signed/unsigned mismatch. | Michael Tuexen | 2022-02-23 | 2 | -2/+2 |
| * | sctp: avoid undefined behaviour and cleanup the code. | Michael Tuexen | 2022-02-23 | 1 | -18/+11 |
| * | sctp: improve counting of incoming chunks | Michael Tuexen | 2022-02-23 | 1 | -0/+2 |
| * | udp: use appropriate pcbinfo when signalling EHOSTDOWN | Michael Tuexen | 2022-02-23 | 1 | -1/+1 |
| * | sctp: retire sctp_mtu_size_reset() | Michael Tuexen | 2022-02-22 | 3 | -43/+7 |
| * | sctp: improve sctp_pathmtu_adjustment() | Michael Tuexen | 2022-02-22 | 4 | -27/+43 |
| * | sctp: minor improvements in sctp_get_frag_point | Michael Tuexen | 2022-02-22 | 1 | -2/+4 |
| * | sctp: check that the computed frag point is a multiple of 4 | Michael Tuexen | 2022-02-22 | 1 | -3/+2 |
| * | sctp: cleanup the SCTP_MAXSEG socket option. | Michael Tuexen | 2022-02-22 | 6 | -79/+59 |
| * | sctp: cleanup, on functional change intended. | Michael Tuexen | 2022-02-22 | 1 | -4/+3 |
| * | sctp: apply limit for socket buffers as indicated in comment | Michael Tuexen | 2022-02-22 | 1 | -1/+1 |
| * | sctp: improve consistency, no functional change intended | Michael Tuexen | 2022-02-22 | 4 | -18/+18 |
| * | sctp: add some asserts, no functional changes intended | Michael Tuexen | 2022-02-22 | 1 | -2/+9 |
| * | sctp: improve KASSERT messages | Michael Tuexen | 2022-02-22 | 1 | -12/+12 |
| * | sctp: don't keep being locked on a stream which is removed | Michael Tuexen | 2022-02-22 | 1 | -0/+9 |
| * | sctp: provide a specific stream scheduler function for FCFS | Michael Tuexen | 2022-02-22 | 1 | -1/+25 |
| * | sctp: cleanup and adding KASSERT()s, no functional change | Michael Tuexen | 2022-02-22 | 1 | -14/+41 |
| * | sctp: fix usage of stream scheduler functions | Michael Tuexen | 2022-02-22 | 1 | -5/+7 |
| * | sctp: avoid locking an already locked mutex | Michael Tuexen | 2022-02-22 | 1 | -1/+1 |
| * | sctp: Cleanup stream schedulers. | Michael Tuexen | 2022-02-22 | 4 | -129/+106 |
| * | sctp: Simplify stream scheduler usage | Michael Tuexen | 2022-02-22 | 9 | -141/+76 |
| * | sctp: improve consistency when calling stream scheduler | Michael Tuexen | 2022-02-22 | 3 | -13/+16 |
| * | sctp: use a valid outstream when adding it to the scheduler | Michael Tuexen | 2022-02-22 | 1 | -1/+3 |
| * | sctp: fix FCFS stream scheduler | Michael Tuexen | 2022-02-22 | 1 | -14/+13 |
| * | sctp: cleanup, no functional change intended | Michael Tuexen | 2022-02-22 | 3 | -6/+4 |
| * | sctp: avoid LOR | Michael Tuexen | 2022-02-22 | 1 | -3/+1 |
| * | sctp: minor cleanup, no functional change | Michael Tuexen | 2022-02-22 | 1 | -6/+2 |
| * | sctp: Tighten up locking around sctp_aloc_assoc() | Mark Johnston | 2022-02-22 | 5 | -55/+77 |
| * | sctp: add explicit cast, no functional change intended | Michael Tuexen | 2022-02-22 | 1 | -1/+1 |
| * | sctp: use appropriate argument when freeing association | Michael Tuexen | 2022-02-22 | 1 | -1/+1 |
| * | sctp: cleanup timewait handling for vtags | Michael Tuexen | 2022-02-22 | 2 | -122/+49 |
| * | sctp: minor cleanups, no functional change intended | Michael Tuexen | 2022-02-22 | 6 | -23/+23 |
| * | tcp: make network epoch expectations of LRO explicit | Michael Tuexen | 2022-02-22 | 1 | -2/+6 |
| * | sctp: improve handling of illegal parameters of INIT-ACK chunks | Michael Tuexen | 2022-02-22 | 1 | -43/+26 |
| * | sctp: improve handling of INIT chunks with invalid parameters | Michael Tuexen | 2022-02-22 | 1 | -16/+16 |
| * | sctp: remove some set, but unused variables | Michael Tuexen | 2022-02-22 | 2 | -6/+2 |