| Age | Commit message (Expand) | Author |
| 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 |
| 2018-02-02 | Fix a pretty simple, yet pretty tragic typo: we should return IPPROTO_DONE, | maxv |
| 2018-02-01 | Style, no real functional change. | maxv |
| 2018-02-01 | Remove this code, RH0 must be dropped, according to RFC5095. FreeBSD and | maxv |
| 2018-02-01 | Fix the ICMP error code. rh was obtained via IP6_EXTHDR_GET, and it is not | maxv |
| 2018-02-01 | Fix use-after-free, the first m_copyback_cow may have freed the mbuf, so | maxv |
| 2018-02-01 | Style, and remove the 'len' argument from mld_allocbuf(), it is misleading, | maxv |
| 2018-01-31 | Correct the check; we want to find IPPROTO_HOPOPTS, not IPV6_HOPOPTS. This | maxv |
| 2018-01-31 | Remove a misleading instruction. We don't care about increasing | maxv |
| 2018-01-31 | Try to sound a little less pessimistic, there is nothing wrong here. | maxv |
| 2018-01-31 | Style, localify, constify, and reorder a bit. No real functional change. | maxv |
| 2018-01-30 | Style, localify, remove dead code, and fix typos. No functional change. | maxv |
| 2018-01-30 | Kick nested fragments. | maxv |
| 2018-01-30 | Fix a buffer overflow in ip6_get_prevhdr. Doing | maxv |
| 2018-01-29 | more cleanup (don't allow oldlenp == NULL) | christos |
| 2018-01-29 | Start cleaning up ip6_input.c. Several pieces of code have evolved but | maxv |
| 2018-01-29 | Style, and use __cacheline_aligned. | maxv |
| 2018-01-29 | style | maxv |
| 2018-01-29 | Fix two pretty bad mistakes. If ipsec6_check_policy fails m is not freed, | maxv |
| 2018-01-29 | One more from christos@ | pgoyette |
| 2018-01-29 | More simplification, this time from ozaki-r@ | pgoyette |
| 2018-01-29 | Simplify, from christos@ | pgoyette |
| 2018-01-29 | Use existing fill_[pd]rlist() functions to calculate size of buffer to | pgoyette |
| 2018-01-26 | A few fixes: | maxv |
| 2018-01-26 | Several fixes in L2TP: | maxv |
| 2018-01-26 | Get rid of unnecessary splsoftnet (redo) | ozaki-r |