summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2018-04-14Remove dead code. It is the same as the non-obsolete one, sincemaxv
2018-04-13Localify global variables, style, and add two XXXs.maxv
2018-04-13Add XXX, using a pool would be better than kmem.maxv
2018-04-13Release the lock a little earlier.maxv
2018-04-13stylemaxv
2018-04-13Add XXX. In fact, it would be better, if all the fragments were offloaded,maxv
2018-04-12Synchronize the code between raw_ip6.c<->icmp6.c<->raw_ip.c, so that it ismaxv
2018-04-12Remove misleading comment; we're just checking the SP, not verifying themaxv
2018-04-11Add comment about IPsec.maxv
2018-04-06Make GARP work again when DAD is disabledozaki-r
2018-03-21Sprinkle more soroverflow().roy
2018-03-19socket: report receive buffer overflowsroy
2018-03-19Pull out a sleepable function (in6_selectsrc) from a pserialize read sectionozaki-r
2018-03-15Add the PR_LASTHDR flag on the PFsync and CARP entries. Otherwise amaxv
2018-03-14Fix error checking in in6_gif_ctlinput().knakahara
2018-03-09Remove M_PKTHDR from secondary mbufs when reassembling packets.maxv
2018-03-08Fix a race condition on DAD destructions (again)ozaki-r
2018-03-07Avoid passing NULL to nd6_dad_duplicatedozaki-r
2018-03-06Perform the IP (src/dst) checks _before_ calling the packet filter, becausemaxv
2018-03-06Remove unused variablesmartin
2018-03-06nd6: add a nonce to DaD probes in-case they are looped back to usroy
2018-03-06Use pool(9) for llentry allocationsozaki-r
2018-03-06Fix memory leaks on arp -d and ndp -d for static entriesozaki-r
2018-03-06Fix reference leaks of llentryozaki-r
2018-03-06Add assertionsozaki-r
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