| Age | Commit message (Expand) | Author |
| 2020-09-13 | Pull up following revision(s) (requested by kardel in ticket #1081): | martin |
| 2020-09-03 | Pull up following revision(s) (requested by kardel in ticket #1074): | martin |
| 2020-07-07 | Pull up following revision(s) (requested by christos in ticket #985): | martin |
| 2019-09-10 | Pull up following revision(s) (requested by maxv in ticket #193): | martin |
| 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 |
| 2018-03-23 | Remove #ifdef INET. Nobody is doing that in the kernel, and there are | maxv |
| 2018-03-23 | Improve a bit here and there. Replace bcopy by memcpy/memmove. | maxv |
| 2018-03-22 | Don't pass a pointer to tcp_reass, otherwise it looks like it can modify | maxv |
| 2018-03-22 | Rearrange a bit. No real functional change. | maxv |
| 2018-03-22 | Don't call tcp_input_checksum again, it was already called earlier, no | maxv |
| 2018-03-01 | Revert rev1.183 (2003). | maxv |
| 2018-02-28 | Remove unused ipsec_private.h includes. | maxv |
| 2018-02-28 | Remove duplicate IPSEC_STATINC(IPSEC_STAT_IN_POLVIO), ipsec_in_reject | maxv |
| 2018-02-26 | Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject. | maxv |
| 2018-02-12 | Remove unused argument from tcp_signature_getsav. | maxv |
| 2018-02-12 | Add a KASSERT. | maxv |
| 2018-02-12 | Remove the 'm' argument from syn_cache_respond(); all it does with it is | maxv |
| 2018-02-12 | Remove this multicast check. Multicast packets are already dropped at | maxv |
| 2018-02-09 | Style, and move the 'ip_srcroute' call after 'tcp_dooptions', otherwise | maxv |
| 2018-02-08 | Style, rename a variable, and remove an unreachable case. | maxv |
| 2018-02-08 | Move the IPv4 multicast check earlier; we want to kick multicast packets | maxv |
| 2018-02-08 | Remove the unused 'multicast' argument from tcp_vtw_input, and remove | maxv |
| 2018-02-08 | Remove the default case, the beginning of the function already ensures | maxv |
| 2018-02-08 | Dedup code. | maxv |
| 2018-02-08 | Remove the IN6_IS_ADDR_V4MAPPED checks in the protocol functions. They | maxv |