summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2014-12-16Report route additions/changes/deletions for cached neighbours to userland.roy
2014-12-10printable version of the scope.christos
2014-12-10call vsnprintf instead of snprintf; provide more detailchristos
2014-12-08Merge some common code in the failed forwarding case, while providing betterchristos
2014-12-05- Fix comment which was no longer accurate after previous change to moveseanb
2014-12-03more debugging info...christos
2014-12-02use the new printing code.christos
2014-12-02add routines to print in6_addr and sockaddr_in6 (in6_print, sin6_print)christos
2014-11-25CID 977389: Out of bounds access.christos
2014-11-25Really make SO_REUSEPORT and SO_REUSEADDR equivalent for multicastseanb
2014-11-25Clean up any dangling ifp references in (struct in6pcb *)->in6p_v4moptionsseanb
2014-11-16Drop impossible check.joerg
2014-11-14Do not uselessly include <sys/malloc.h>.maxv
2014-11-12Ensure callout isn't running and pending before callout_destroyozaki-r
2014-11-03Clear IN6_IFF_DUPLICATED when link goes down or up.roy
2014-10-27print mapped addresses betterchristos
2014-10-20Remove the ability for userland to toggle IN6_IFF_TENTATIVE.roy
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-10-14Tests for neighbour now work correctly on bridge(4) and carp(4) interfaces.roy
2014-10-12Remove redundant logging.roy
2014-10-12document that we depend on the option numbers matching.christos
2014-10-12Refactor the multicast membership code so that we can handle v4 mappedchristos
2014-10-11Succeed binding to multicast address for now: Open questions:christos
2014-10-11Make IPV4 mapped addresses able to do IPV4 multicast. Fixes needed:christos
2014-09-09Eliminate IFAREF() and IFAFREE() macros in favour of functions.rmind
2014-09-07in_pcbdetach: move ip_freemoptions() under softnet_lock for now (this willrmind
2014-09-05Don't use C++ keyword as variable.matt
2014-09-05Don't nest structure definitions.matt
2014-09-05Don't use new as a variable name.matt
2014-08-16 http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-2maxv
2014-08-09split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreqrtr
2014-08-08split PRU_RCVD function out of pr_generic() usrreq switches and put intortr
2014-08-05split PRU_SEND function out of pr_generic() usrreq switches and put intortr
2014-08-05revert the removal of struct lwp * parameter from bind, listen and connectrtr
2014-08-03in6_pcbdetach: now that IGMP and multicast groups are MP-safe, we can movermind
2014-07-31Define IFADDR_FOREACH_SAFE for on-the-fly element removal in a loopozaki-r
2014-07-31split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out ofrtr
2014-07-31Define IFNET_EMPTY() and replace !IFNET_FIRST() with itozaki-r
2014-07-30split PRU_CONNECT function out of pr_generic() usrreq switches and putrtr
2014-07-26PR 49036: net.inet6 has not been created when the sysctl constructorjoerg
2014-07-25Use IFADDR_FOREACH for iterating if_addrlist of ifnetozaki-r
2014-07-24split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreqrtr
2014-07-23split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreqrtr
2014-07-09* split PRU_ACCEPT function out of pr_generic() usrreq switches and putrtr
2014-07-09* split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic()rtr
2014-07-07* sprinkle KASSERT(solocked(so)); in all pr_stat() functions.rtr
2014-07-07backout change that made pr_stat return EOPNOTSUPP for protocols thatrtr
2014-07-07* have pr_stat return EOPNOTSUPP consistently for all protocols that dortr
2014-07-06* split PRU_SENSE functionality out of xxx_usrreq() switches and place intortr
2014-07-01On ARM the variable name 'delay' shadows a function here, rename to avoidjustin