| Age | Commit message (Expand) | Author |
| 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 |
| 2018-02-26 | Remove redundant condition (harmless). PR/53030. | maxv |
| 2018-02-26 | Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject. | maxv |
| 2018-02-24 | Avoid a race condition of DAD timer destructions | ozaki-r |
| 2018-02-24 | Simplify; pass dp to nd6_dad_duplicated instead of looking it up again in it | ozaki-r |
| 2018-02-24 | Use KASSERT for checking a programming error | ozaki-r |
| 2018-02-24 | Avoid a deadlock between softnet_lock and IFNET_LOCK | ozaki-r |
| 2018-02-14 | Re-make ip6_nexthdr global, it will be used in soon-to-be-added code... | maxv |
| 2018-02-12 | Replace bcopy -> memcpy when it is obvious that the areas don't overlap. | maxv |
| 2018-02-09 | Remove dead code. | maxv |
| 2018-02-08 | Remove the IN6_IS_ADDR_V4MAPPED checks in the protocol functions. They | maxv |
| 2018-02-08 | pr_send can be given a NULL lwp. It looks like the | maxv |
| 2018-02-08 | Move udp6_output() into udp6_usrreq.c, and remove udp6_output.c. This is | maxv |
| 2018-02-08 | Style, no functional change. | maxv |
| 2018-02-08 | Typos. | dholland |
| 2018-02-07 | Style, and localify IPV6FORWARDING. No functional change. | maxv |
| 2018-02-07 | Change ip6_hdrnestlimit to be 15 instead of 50. I couldn't find any | maxv |
| 2018-02-07 | Rename back to ip6af_mff. It was actually clearer than ip6af_more. | maxv |
| 2018-02-06 | Remove dead code. | maxv |
| 2018-02-06 | Shorten the name of a workqueue instance to fit to the limit (15) | ozaki-r |
| 2018-02-02 | Fix memory leak. Contrary to what the XXX indicates, this place is 100% | maxv |
| 2018-02-02 | Style, no functional change. | maxv |