| Age | Commit message (Expand) | Author |
| 2022-11-04 | inpcb: rename functions to in6pcb_* | ozaki-r |
| 2022-11-04 | inpcb: rename functions to inpcb_* | ozaki-r |
| 2022-10-28 | inpcb: separate inpcb again to reduce the size of PCB for IPv4 | ozaki-r |
| 2022-10-28 | inpcb: integrate data structures of PCB into one | ozaki-r |
| 2022-09-20 | tcp: separate syn cache stuffs into tcp_syncache.[ch] files | ozaki-r |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2022-03-23 | fix few typos in comments, mainly s/paramenters/parameters/. | andvar |
| 2021-08-09 | fix typos in asymmetry, asymmetric(al), symmetrical. | andvar |
| 2021-08-06 | fix various typos in comments. | andvar |
| 2021-07-31 | s/threshhold/threshold | andvar |
| 2021-03-08 | Remove the unused "addin" argument (it was always 0) and go back using | 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-14 | - centralize header align and pullup into a single inline function | christos |
| 2020-09-29 | s/occurence/occurrence/ | msaitoh |
| 2020-09-13 | inet: Fix build without ARP | roy |
| 2020-09-11 | ARP: Use ND rather than our own. | roy |
| 2020-09-11 | tcp_input: Adjust for ND changes | roy |
| 2020-09-11 | PR/kern 55567 | kardel |
| 2020-09-02 | Fix fast path for uni directional transfers | kardel |
| 2020-07-06 | - always set both ip and ip6, otherwise a kernel assertion can be triggered | christos |
| 2019-11-16 | Call rtcache_unref() only when the checks succeed, instead of relying on | maxv |
| 2019-09-25 | PR/54572 - Edgar Fuß -- error in comment | jnemeth |
| 2019-08-06 | Clamp tcp timer quantities to reasonable ranges. | riastradh |
| 2019-06-01 | Replace potentially misaligned pointer dereference + htonl() with be32dec() | kamil |
| 2018-11-08 | "s/ an an / an /" in comment. No functional change. | msaitoh |
| 2018-09-14 | Use non-variadic function pointer in protosw::pr_input. | maxv |
| 2018-09-14 | rename toff -> off | maxv |
| 2018-09-14 | rename off -> thlen | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-05-18 | IP6_EXTHDR_GET -> M_REGION_GET, no functional change. | maxv |
| 2018-05-03 | Remove now unused tcpip.h includes. Some were already unused before. | maxv |
| 2018-04-28 | Remove unused ipsec_var.h includes. | maxv |
| 2018-04-08 | Remove the ipre_mlast field and the TRAVERSE macro. | maxv |
| 2018-04-03 | Remove ipsec_copy_policy and ipsec_copy_pcbpolicy. No functional change, | maxv |
| 2018-03-30 | Fix the log. mtod never returns NULL, so 'ip' is always non-NULL, and the | maxv |
| 2018-03-30 | Use consttime_memequal instead of memcmp, to prevent side channels. This | maxv |
| 2018-03-29 | tcp_urp_drop: fix a bug introduced in 1.390 rev (hi maxv@). | rmind |
| 2018-03-29 | Remove TCPREASS_DEBUG. It was introduced 20 years ago when the reassembler | maxv |
| 2018-03-29 | Reorder/Fix comments to clarify. | maxv |
| 2018-03-29 | Remove two more 'else' branches. | maxv |
| 2018-03-29 | Fix memory leak, we may reallocate 'tcp_saveti' after 'findpcb'. It's not | maxv |
| 2018-03-29 | Remove 'else', makes it clearer that we leave. | maxv |
| 2018-03-29 | Clarify with KASSERT. | maxv |
| 2018-03-29 | Simplify the computation: | maxv |
| 2018-03-28 | Several changes in syn_cache_respond: | maxv |
| 2018-03-28 | Remove unused variable. | maxv |
| 2018-03-28 | Remove two unused args from syn_cache_get(). | maxv |
| 2018-03-28 | Dedup: introduce tcp_urp_drop() and use it. | maxv |
| 2018-03-28 | Minor changes: style, improve comments (and put them at the correct place), | maxv |