| Age | Commit message (Expand) | Author |
| 2018-06-01 | Rename | maxv |
| 2018-06-01 | Fix _rt_free via rtrequest(RTM_DELETE) hangs in rt_timer handlers | ozaki-r |
| 2018-05-29 | Remove dead code, we don't care. | maxv |
| 2018-05-29 | Mark in6m as used for non-DIAGNOSTIC builds. | prlw1 |
| 2018-05-29 | Avoid double LIST_REMOVE which corrupts lists | ozaki-r |
| 2018-05-29 | Move LIST_REMOVE | ozaki-r |
| 2018-05-29 | Make a deletion of in6m in nd6_rtrequest atomic | ozaki-r |
| 2018-05-29 | Make a refcount decrement and a removal from a list of an item atomic | ozaki-r |
| 2018-05-29 | Avoid NULL pointer dereference on imm->i6mm_maddr | ozaki-r |
| 2018-05-29 | Improve atomicity of in6_leavegroup and in6_delmulti | ozaki-r |
| 2018-05-29 | Release in6_multilock on callout_halt of mld_timeo to avoid a deadlock | ozaki-r |
| 2018-05-29 | Don't hold softnet_lock in mld_timeo | ozaki-r |
| 2018-05-20 | Remove notyet, we've never had this. | maxv |
| 2018-05-19 | Style. | maxv |
| 2018-05-19 | Remove misleading comment. | maxv |
| 2018-05-18 | Add missing m_put_rcvif_psref. | maxv |
| 2018-05-17 | Fix the KASSERTs. It doesn't matter at all since the packet can't be this | maxv |
| 2018-05-17 | Add KASSERTs, related to PR/39794. | maxv |
| 2018-05-15 | When reassembling IPv4/IPv6 packets, ensure each fragment has been subject | maxv |
| 2018-05-14 | Merge ipsec4_input and ipsec6_input into ipsec_ip_input. Make the argument | maxv |
| 2018-05-11 | Dedup: introduce rip6_sbappendaddr. Same as IPv4. | maxv |
| 2018-05-11 | Increase the default size of some receive buffers from 8k to 16k. | roy |
| 2018-05-09 | Replace | maxv |
| 2018-05-07 | Remove misleading comments. | maxv |
| 2018-05-03 | Rename m_pkthdr_remove -> m_remove_pkthdr, to match the existing naming | maxv |
| 2018-05-03 | Remove now unused tcpip.h includes. Some were already unused before. | maxv |
| 2018-05-03 | Remove net_osdep.h completely. | maxv |
| 2018-05-01 | Remove now unused net_osdep.h includes, the other BSDs did the same. | maxv |
| 2018-04-29 | Remove unused and misleading argument from ipsec_set_policy. | maxv |
| 2018-04-29 | Replace | 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-27 | Fix a bug introduced in rev1.154 (2009). mcl_cache still has a size of | maxv |
| 2018-04-26 | Stop using m_copy(), use m_copym() directly. m_copy is useless, | maxv |
| 2018-04-26 | Remove unused mbuf argument from sbsavetimestamp. | maxv |
| 2018-04-26 | Use M_UNWRITABLE, no functional change. | maxv |
| 2018-04-26 | Move the address checks into one function, ip6_badaddr(). In this function, | maxv |
| 2018-04-24 | Remove nullcheck, m is not allowed to be null. | maxv |
| 2018-04-24 | Remove the M_AUTHIPDGM flag. It is equivalent to M_AUTHIPHDR, both | maxv |
| 2018-04-23 | Remove the kernel RH0 code. RH0 is deprecated by RFC5095, for security | maxv |
| 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 | Remove useless DIAGNOSTIC block, the caller already ensures the | maxv |
| 2018-04-15 | Introduce a m_verify_packet function, that verifies the mbuf chain of a | maxv |
| 2018-04-14 | Fix 'icmp6len', it shouldn't be ip6_plen, because we may not be at the | maxv |
| 2018-04-14 | Cosmetic, and remove one XXX (no problem). | maxv |
| 2018-04-14 | Remove the RH0 code from ICMPv6. RH0 is deprecated by RFC5095 (2007) for | maxv |
| 2018-04-14 | Remove dead code. It is the same as the non-obsolete one, since | maxv |
| 2018-04-13 | Localify global variables, style, and add two XXXs. | maxv |