index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
Age
Commit message (
Expand
)
Author
2014-12-16
Report route additions/changes/deletions for cached neighbours to userland.
roy
2014-12-10
printable version of the scope.
christos
2014-12-10
call vsnprintf instead of snprintf; provide more detail
christos
2014-12-08
Merge some common code in the failed forwarding case, while providing better
christos
2014-12-05
- Fix comment which was no longer accurate after previous change to move
seanb
2014-12-03
more debugging info...
christos
2014-12-02
use the new printing code.
christos
2014-12-02
add routines to print in6_addr and sockaddr_in6 (in6_print, sin6_print)
christos
2014-11-25
CID 977389: Out of bounds access.
christos
2014-11-25
Really make SO_REUSEPORT and SO_REUSEADDR equivalent for multicast
seanb
2014-11-25
Clean up any dangling ifp references in (struct in6pcb *)->in6p_v4moptions
seanb
2014-11-16
Drop impossible check.
joerg
2014-11-14
Do not uselessly include <sys/malloc.h>.
maxv
2014-11-12
Ensure callout isn't running and pending before callout_destroy
ozaki-r
2014-11-03
Clear IN6_IFF_DUPLICATED when link goes down or up.
roy
2014-10-27
print mapped addresses better
christos
2014-10-20
Remove the ability for userland to toggle IN6_IFF_TENTATIVE.
roy
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-10-14
Tests for neighbour now work correctly on bridge(4) and carp(4) interfaces.
roy
2014-10-12
Remove redundant logging.
roy
2014-10-12
document that we depend on the option numbers matching.
christos
2014-10-12
Refactor the multicast membership code so that we can handle v4 mapped
christos
2014-10-11
Succeed binding to multicast address for now: Open questions:
christos
2014-10-11
Make IPV4 mapped addresses able to do IPV4 multicast. Fixes needed:
christos
2014-09-09
Eliminate IFAREF() and IFAFREE() macros in favour of functions.
rmind
2014-09-07
in_pcbdetach: move ip_freemoptions() under softnet_lock for now (this will
rmind
2014-09-05
Don't use C++ keyword as variable.
matt
2014-09-05
Don't nest structure definitions.
matt
2014-09-05
Don't use new as a variable name.
matt
2014-08-16
http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-2
maxv
2014-08-09
split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq
rtr
2014-08-08
split PRU_RCVD function out of pr_generic() usrreq switches and put into
rtr
2014-08-05
split PRU_SEND function out of pr_generic() usrreq switches and put into
rtr
2014-08-05
revert the removal of struct lwp * parameter from bind, listen and connect
rtr
2014-08-03
in6_pcbdetach: now that IGMP and multicast groups are MP-safe, we can move
rmind
2014-07-31
Define IFADDR_FOREACH_SAFE for on-the-fly element removal in a loop
ozaki-r
2014-07-31
split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of
rtr
2014-07-31
Define IFNET_EMPTY() and replace !IFNET_FIRST() with it
ozaki-r
2014-07-30
split PRU_CONNECT function out of pr_generic() usrreq switches and put
rtr
2014-07-26
PR 49036: net.inet6 has not been created when the sysctl constructor
joerg
2014-07-25
Use IFADDR_FOREACH for iterating if_addrlist of ifnet
ozaki-r
2014-07-24
split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq
rtr
2014-07-23
split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq
rtr
2014-07-09
* split PRU_ACCEPT function out of pr_generic() usrreq switches and put
rtr
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-07
backout change that made pr_stat return EOPNOTSUPP for protocols that
rtr
2014-07-07
* have pr_stat return EOPNOTSUPP consistently for all protocols that do
rtr
2014-07-06
* split PRU_SENSE functionality out of xxx_usrreq() switches and place into
rtr
2014-07-01
On ARM the variable name 'delay' shadows a function here, rename to avoid
justin
[next]