summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2018-02-28Remove unused ipsec_private.h includes.maxv
2018-02-28Remove duplicate IPSEC_STATINC(IPSEC_STAT_IN_POLVIO), ipsec_in_rejectmaxv
2018-02-27Dedup: merge ipsec4_set_policy and ipsec6_set_policy. The content of themaxv
2018-02-27Dedup: mergemaxv
2018-02-26Remove redundant condition (harmless). PR/53030.maxv
2018-02-26Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject.maxv
2018-02-24Avoid a race condition of DAD timer destructionsozaki-r
2018-02-24Simplify; pass dp to nd6_dad_duplicated instead of looking it up again in itozaki-r
2018-02-24Use KASSERT for checking a programming errorozaki-r
2018-02-24Avoid a deadlock between softnet_lock and IFNET_LOCKozaki-r
2018-02-14Re-make ip6_nexthdr global, it will be used in soon-to-be-added code...maxv
2018-02-12Replace bcopy -> memcpy when it is obvious that the areas don't overlap.maxv
2018-02-09Remove dead code.maxv
2018-02-08Remove the IN6_IS_ADDR_V4MAPPED checks in the protocol functions. Theymaxv
2018-02-08pr_send can be given a NULL lwp. It looks like themaxv
2018-02-08Move udp6_output() into udp6_usrreq.c, and remove udp6_output.c. This ismaxv
2018-02-08Style, no functional change.maxv
2018-02-08Typos.dholland
2018-02-07Style, and localify IPV6FORWARDING. No functional change.maxv
2018-02-07Change ip6_hdrnestlimit to be 15 instead of 50. I couldn't find anymaxv
2018-02-07Rename back to ip6af_mff. It was actually clearer than ip6af_more.maxv
2018-02-06Remove dead code.maxv
2018-02-06Shorten the name of a workqueue instance to fit to the limit (15)ozaki-r
2018-02-02Fix memory leak. Contrary to what the XXX indicates, this place is 100%maxv
2018-02-02Style, no functional change.maxv
2018-02-02Fix a pretty simple, yet pretty tragic typo: we should return IPPROTO_DONE,maxv
2018-02-01Style, no real functional change.maxv
2018-02-01Remove this code, RH0 must be dropped, according to RFC5095. FreeBSD andmaxv
2018-02-01Fix the ICMP error code. rh was obtained via IP6_EXTHDR_GET, and it is notmaxv
2018-02-01Fix use-after-free, the first m_copyback_cow may have freed the mbuf, somaxv
2018-02-01Style, and remove the 'len' argument from mld_allocbuf(), it is misleading,maxv
2018-01-31Correct the check; we want to find IPPROTO_HOPOPTS, not IPV6_HOPOPTS. Thismaxv
2018-01-31Remove a misleading instruction. We don't care about increasingmaxv
2018-01-31Try to sound a little less pessimistic, there is nothing wrong here.maxv
2018-01-31Style, localify, constify, and reorder a bit. No real functional change.maxv
2018-01-30Style, localify, remove dead code, and fix typos. No functional change.maxv
2018-01-30Kick nested fragments.maxv
2018-01-30Fix a buffer overflow in ip6_get_prevhdr. Doingmaxv
2018-01-29more cleanup (don't allow oldlenp == NULL)christos
2018-01-29Start cleaning up ip6_input.c. Several pieces of code have evolved butmaxv
2018-01-29Style, and use __cacheline_aligned.maxv
2018-01-29stylemaxv
2018-01-29Fix two pretty bad mistakes. If ipsec6_check_policy fails m is not freed,maxv
2018-01-29One more from christos@pgoyette
2018-01-29More simplification, this time from ozaki-r@pgoyette
2018-01-29Simplify, from christos@pgoyette
2018-01-29Use existing fill_[pd]rlist() functions to calculate size of buffer topgoyette
2018-01-26A few fixes:maxv
2018-01-26Several fixes in L2TP:maxv
2018-01-26Get rid of unnecessary splsoftnet (redo)ozaki-r