| Age | Commit message (Expand) | Author |
| 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 |
| 2018-04-13 | Add XXX, using a pool would be better than kmem. | maxv |
| 2018-04-13 | Release the lock a little earlier. | maxv |
| 2018-04-13 | style | maxv |
| 2018-04-13 | Add XXX. In fact, it would be better, if all the fragments were offloaded, | 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 | Add comment about IPsec. | maxv |
| 2018-04-06 | Make GARP work again when DAD is disabled | ozaki-r |
| 2018-03-21 | Sprinkle more soroverflow(). | roy |
| 2018-03-19 | socket: report receive buffer overflows | roy |
| 2018-03-19 | Pull out a sleepable function (in6_selectsrc) from a pserialize read section | ozaki-r |
| 2018-03-15 | Add the PR_LASTHDR flag on the PFsync and CARP entries. Otherwise a | maxv |
| 2018-03-14 | Fix error checking in in6_gif_ctlinput(). | knakahara |
| 2018-03-09 | Remove M_PKTHDR from secondary mbufs when reassembling packets. | maxv |
| 2018-03-08 | Fix a race condition on DAD destructions (again) | ozaki-r |
| 2018-03-07 | Avoid passing NULL to nd6_dad_duplicated | ozaki-r |
| 2018-03-06 | Perform the IP (src/dst) checks _before_ calling the packet filter, because | maxv |
| 2018-03-06 | Remove unused variables | martin |
| 2018-03-06 | nd6: add a nonce to DaD probes in-case they are looped back to us | roy |
| 2018-03-06 | Use pool(9) for llentry allocations | ozaki-r |
| 2018-03-06 | Fix memory leaks on arp -d and ndp -d for static entries | ozaki-r |
| 2018-03-06 | Fix reference leaks of llentry | ozaki-r |
| 2018-03-06 | Add assertions | ozaki-r |
| 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-27 | Dedup: merge ipsec4_set_policy and ipsec6_set_policy. The content of the | maxv |
| 2018-02-27 | Dedup: merge | maxv |