summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2021-08-20Pull up following revision(s) (requested by ozaki-r in ticket #1338):martin
2021-08-11Pull up following revision(s) (requested by kardel in ticket #1332):martin
2021-03-07Pull up following revision(s) (requested by christos in ticket #1226):martin
2020-10-08Pull up following revision(s) (requested by roy in ticket #1104):martin
2020-04-23Pull up following revision(s) (requested by roy in ticket #845):martin
2020-04-14Pull up following revision(s) (requested by kim in ticket #834):martin
2020-01-05Pull up following revision(s) (requested by maxv in ticket #606):martin
2019-11-16Pull up following revision(s) (requested by maxv in ticket #432):martin
2019-10-23Pull up following revision(s) (requested by ozaki-r in ticket #368):martin
2019-09-30Pull up following revision(s) (requested by ozaki-r in ticket #269):martin
2019-09-24Pull up following revision(s) (requested by ozaki-r in ticket #238):martin
2019-09-22Pull up following revision(s) (requested by ozaki-r in ticket #212):martin
2019-09-17Pull up following revision(s) (requested by bouyer in ticket #208):martin
2019-09-06Pull up following revision(s) (requested by kamil in ticket #183):martin
2019-09-05Pull up following revision(s) (requested by roy in ticket #169):martin
2019-09-05Pull up following revision(s) (requested by roy in ticket #168):martin
2019-09-01Pull up following revision(s) (requested by roy in ticket #148):martin
2019-09-01Pull up following revision(s) (requested by roy in ticket #131):martin
2019-08-26Pull up following revision(s) (requested by roy in ticket #109):martin
2019-08-19Pull up following revision(s) (requested by ozaki-r in ticket #97):martin
2019-07-26Decrease the reference count before freeing, so that the entries actuallychristos
2019-07-24 Fix typo in comment (s/alreay/already/).msaitoh
2019-06-28nd6: restore a missing reachability confirmationozaki-r
2019-06-25Split out the prototypes for add/delete address into a separate header file.rjs
2019-05-28Decorate struct in6_addr with the __packed attributekamil
2019-05-15Get rid of IFNET_LOCK for if_mcast_op to avoid a deadlockozaki-r
2019-05-13Count packets dropped by pfilozaki-r
2019-05-13print the name of the interface that was disabled.christos
2019-04-29Introduce rt_addrmsg_src which adds RTA_AUTHOR to the message.roy
2019-04-29rtsock: Route address message simplificationroy
2019-04-03Fix small read overflow; harmless, because since I removed RH0, the memorymaxv
2019-03-19Fix typos in comment:msaitoh
2019-03-18 s/pakcet/packet/ in comment.msaitoh
2019-02-25Fix the order in udp6_attach: soreserve should be called beforemaxv
2019-02-25RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions.maxv
2019-02-24RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect()maxv
2019-02-05adjust fallthru comments to appease gcc7.mrg
2019-02-04rework the #ifdef IPSEC code to not use fallthru.mrg
2019-01-28Fix memory leaks pointed out by Ilja Van Sprundel: allmartin
2019-01-17Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-...knakahara
2019-01-14Fix bug, should be ip6_protox[].maxv
2018-12-27Remove unused arguments.maxv
2018-12-22Replace M_ALIGN and MH_ALIGN by m_align.maxv
2018-12-22Replace: M_COPY_PKTHDR -> m_copy_pkthdr. No functional change, since themaxv
2018-12-22Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since themaxv
2018-12-16netinet6: only flush prefixes and routers for the given interface.roy
2018-12-13inet6: discard any received NA with a LL address we ownroy
2018-12-12Simplify logic in ip{,6}_output().rin
2018-12-12PR kern/53562rin
2018-12-10need <sys/endian.h> (or arpa/inet.h) for ntohl() used in macros.christos