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