summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2022-06-28tcp(4): Bail early on sendoob if not connected.riastradh
2022-06-27Remove confusable comment.knakahara
2022-06-13Refactor like in_pcb.c:r1.187 and in6_pcb.c:r1.168.knakahara
2022-06-10"inp_hash" is not used now.knakahara
2022-06-10Use LIST_FOREACH macro.knakahara
2022-06-09refactor: use TAILQ_FOREACH instead of TAILQ_FOREACH_SAFE about inpt_queue.knakahara
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-05-29fix various typos in comments and log messages.andvar
2022-05-28fix various typos in comments.andvar
2022-05-28fix various typos, mainly in comments.andvar
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-05-22fix various small typos, mainly in comments.andvar
2022-05-18s/yeild/yield/andvar
2022-04-17fix various typos in comments.andvar
2022-04-10fix various typos in comments and output/log messages.andvar
2022-04-08s/postion/position/andvar
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2022-04-07fix various typos in comments.andvar
2022-03-23fix few typos in comments, mainly s/paramenters/parameters/.andvar
2022-03-15s/heaader/header/andvar
2022-02-16fix various typos, mainly in comments.andvar
2022-01-01s/creting/creating/andvar
2022-01-01s/implemenation/implementation/ in comment.msaitoh
2021-12-30s/bandwith/bandwidth/andvar
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