| Age | Commit message (Expand) | Author |
| 2018-04-13 | Improve the check, we want to have len >= udphdr all the time, and not | maxv |
| 2018-04-13 | Remove useless comment and style. | maxv |
| 2018-04-13 | Reduce the diff between similar blocks. | maxv |
| 2018-04-13 | Reorder a few instructions to clarify. Replace two bcopy by memcpy. | maxv |
| 2018-04-12 | Make 'opts' local to rip_sbappendaddr(). | maxv |
| 2018-04-12 | Synchronize the code between raw_ip6.c<->icmp6.c<->raw_ip.c, so that it is | maxv |
| 2018-04-12 | Remove misleading comment; we're just checking the SP, not verifying the | maxv |
| 2018-04-11 | Remove whitespaces/tabs, and one non-ASCII character. | maxv |
| 2018-04-11 | Don't pass IP_ALLOWBROADCAST in ipsec4_input. The flag lands in | maxv |
| 2018-04-11 | Add comment about IPsec. | maxv |
| 2018-04-11 | Small changes in ip_dooptions: replace bcopy by memcpy, the areas can't | maxv |
| 2018-04-11 | Add 'static', like the prototype. | maxv |
| 2018-04-11 | Add XXX. | maxv |
| 2018-04-11 | Add XXX. | maxv |
| 2018-04-11 | Add XXX. | maxv |
| 2018-04-10 | Remove unused mbuf argument from arpcreate() and arplookup(). | maxv |
| 2018-04-10 | Replace comment by KASSERT. | maxv |
| 2018-04-08 | Protect ip_dad_count with if NARP > 0 to fix compilation | christos |
| 2018-04-08 | Remove the ipre_mlast field and the TRAVERSE macro. | maxv |
| 2018-04-08 | Remove unused field, and sync comment with reality. | maxv |
| 2018-04-07 | Remove dead code. | maxv |
| 2018-04-06 | Make GARP work again when DAD is disabled | ozaki-r |
| 2018-04-06 | Revert the previous two commits as per roy@'s request | ozaki-r |
| 2018-04-06 | Don't set IN_IFF_* flags to ia4_flags if DAD is disabled | ozaki-r |
| 2018-04-06 | Simplify; clear then set flags to ia4_flags (NFCI) | ozaki-r |
| 2018-04-03 | Remove ipsec_copy_policy and ipsec_copy_pcbpolicy. No functional change, | maxv |
| 2018-04-03 | Remove unused fields and outdated comment. | maxv |
| 2018-04-03 | bcopy -> memcpy, it's obvious the areas don't overlap. | maxv |
| 2018-04-01 | Change the check to be <= instead of <. This fixes one occurrence of an | maxv |
| 2018-04-01 | Reorder and style, for clarity. | maxv |
| 2018-03-30 | correct typo: and and -> and (comments only) | maya |
| 2018-03-30 | Remove dead code. It was introduced in rev1 (25 years ago), and is | maxv |
| 2018-03-30 | Style, use NULL for pointers, use KASSERT, and don't inline huge functions, | 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-29 | Misc changes; no real functional change. | maxv |
| 2018-03-29 | Remove #ifdef INET. Same as tcp_input.c. Makes the code easier to | 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 |