summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2019-09-18nd6: remove extra pserialize_read_exitozaki-r
2019-09-15Packet filters can return an mbuf chain with fragmented headers, sobouyer
2019-09-05Revert regression introduced in in6.h r. 1.95kamil
2019-09-01inet6: Re-introduce ND6_LLINFO_WAITDELETE so we can return EHOSTDOWNroy
2019-09-01inet6: Send RTM_MISS when we fail to resolve an address.roy
2019-08-31inet6: don't set an invalid lladdr in nd6_free()roy
2019-08-30inet6: Revert priorroy
2019-08-29Userland really has no business with NA messages.roy
2019-08-29more boolroy
2019-08-29inet6: change rt_announce and llchange to bool in nd6_na_input()roy
2019-08-27inet6: nd6_free assumes all routers are processed by kernel RAroy
2019-08-22nd6: notify userland of neighbour lla updates once moreroy
2019-08-22rtsock: rework rt_clonedmsg to take a message type and lladdrroy
2019-08-14Add missing IFNET_LOCK for regen_tmpaddrozaki-r
2019-08-05add forward declchristos
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
2018-12-07inet6: match NS nonce to any interfaceroy
2018-12-04inet6: remove needless ifa_release.roy
2018-12-04inet6: use one function for nd6_dad_inputroy
2018-12-04inet6: simplify NA DaD checkingroy
2018-12-04inet6: remove unused dad ns/na countersroy