| Age | Commit message (Expand) | Author |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-12-05 | s/receieve/receive/ | msaitoh |
| 2021-12-05 | s/futher/further/ in comment. | msaitoh |
| 2021-12-05 | s/convience/convenience/ in comment. | msaitoh |
| 2021-12-05 | s/measurment/measurement/ in comment. | msaitoh |
| 2021-12-04 | fix typos in comments and log messages, mainly in establish(ed). | andvar |
| 2021-11-07 | fix various typos, mainly s/prefered/preferred/ | andvar |
| 2021-10-24 | fix various typos in comments, mainly copypasta. | andvar |
| 2021-10-21 | fix various typos, mainly in comments, but also in man pages and log messages. | andvar |
| 2021-10-19 | netinet: Allow binding the unspecified address when no addresses exist | roy |
| 2021-09-30 | carp: Register carp_carpdev_state to link-state change hook | yamaguchi |
| 2021-09-21 | don't opencode kauth_cred_get() | christos |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2021-09-07 | s/aquire/acquire/ in comments, also one typo fix acqure->acquire. | andvar |
| 2021-09-06 | fix various typos in comments. | andvar |
| 2021-09-03 | fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/ | andvar |
| 2021-08-13 | fix typos in words "pointer" and s/fram /frame/ | andvar |
| 2021-08-09 | fix various typos in compatibility, mainly in comments. | andvar |
| 2021-08-09 | fix typos in asymmetry, asymmetric(al), symmetrical. | andvar |
| 2021-08-06 | fix various typos in comments. | andvar |
| 2021-08-04 | Get the value of the right variable (from RVP) | christos |
| 2021-07-31 | s/threshhold/threshold | andvar |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2021-03-09 | Move the offset addition in one place and mask the random generated value | christos |
| 2021-03-08 | mv <sys/cprng.h> include to the kernel portion | christos |
| 2021-03-08 | reinstate a simple version of ip_randomid() | christos |
| 2021-03-08 | Remove the unused "addin" argument (it was always 0) and go back using | christos |
| 2021-03-08 | remove now unused pseudo-random ip id code. | christos |
| 2021-03-08 | Add some randomness to the iss offset | christos |
| 2021-03-08 | Use a random IPv4 ID because the shuffling algorithm used before could expose | christos |
| 2021-03-08 | Don't increment the iss sequence on each connection because it exposes | christos |
| 2021-03-07 | netinet/netinet6: Add necessary includes to make these standalone. | christos |
| 2021-03-07 | netinet: Enable RFC 1948 pseudorandom TCP ISS selection by default. | christos |
| 2021-03-07 | netinet: Enable random IP fragment ids by default (from riastradh) | christos |
| 2021-02-19 | it's spelled struct tcphdr, not struct tcp_hdr | jakllsch |
| 2021-02-19 | - Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more | christos |
| 2021-02-17 | - pass the alignment instead of the mask (as Roy asked and to match the | christos |
| 2021-02-16 | One more time: backout arp header alignment, now that the alignment | martin |
| 2021-02-16 | Undo previous backout: alignment is needed here. | martin |
| 2021-02-15 | Undo previous; POINTER_ALIGNED_P was broken. | christos |
| 2021-02-15 | put back alignment (reported by martin@) | christos |
| 2021-02-15 | Fix build failure for options GATEWAY. | knakahara |
| 2021-02-14 | - centralize header align and pullup into a single inline function | christos |
| 2021-02-14 | if_arp: Just KASSERT that arphrd is aligned | roy |
| 2021-02-13 | Prior alignment fixes should not use an offset | roy |
| 2021-02-13 | if_arp: Ensure that arphdr is aligned | roy |
| 2021-02-03 | CTASSERT -> __CTASSERT to unbreak userland build. | roy |
| 2021-02-03 | Guard CTASSERT | roy |
| 2021-02-03 | Sprinkle CTASSERT to enforce on-wire layout without __packed | roy |