| Age | Commit message (Expand) | Author |
| 2018-05-01 | Remove unused argument from udp4_espinudp, and remove unused includes. | maxv |
| 2018-05-01 | Remove now unused net_osdep.h includes, the other BSDs did the same. | maxv |
| 2018-05-01 | Redefine the structure, not to rely on tcpiphdr. | maxv |
| 2018-04-29 | Move struct tcpiphdr from tcpip.h to tcp_var.h, to match UDP (udpiphdr in | maxv |
| 2018-04-29 | Remove unused and misleading argument from ipsec_set_policy. | maxv |
| 2018-04-28 | Remove unused ipsec_var.h includes. | maxv |
| 2018-04-27 | Fix LOCKDEBUG kernel panic when many(about 200) tunnel interfaces is created. | knakahara |
| 2018-04-26 | Remove unused mbuf argument from sbsavetimestamp. | maxv |
| 2018-04-26 | Use M_UNWRITABLE, no functional change. | maxv |
| 2018-04-24 | Add code 3 of paramprob, part of RFC7112: "IPv6 First Fragment has | maxv |
| 2018-04-24 | Fix sys/netinet/in.c:r1.229 problem. I have missed FALLTHROUGH, sorry. | knakahara |
| 2018-04-21 | Remove #ifndef __vax__. | maxv |
| 2018-04-20 | SIOCSIFDSTADDR uses struct ifreq instead of struct ifaddr or struct in_aliasreq. | knakahara |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-04-18 | Remove unused netipsec/xform.h includes. | maxv |
| 2018-04-18 | Remove misleading comments. | maxv |
| 2018-04-15 | Introduce a m_verify_packet function, that verifies the mbuf chain of a | maxv |
| 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 |