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
/
netinet
/
igmp_var.h
Age
Commit message (
Expand
)
Author
2021-02-17
- pass the alignment instead of the mask (as Roy asked and to match the
christos
2021-02-14
- centralize header align and pullup into a single inline function
christos
2018-09-14
Use non-variadic function pointer in protosw::pr_input.
maxv
2014-05-29
Make IGMP and multicast group management code MP-safe. Use a read-write
rmind
2008-04-15
Make IGMP stats per-cpu.
thorpej
2005-12-10
Multiple inclusion protection, as suggested by christos@ on tech-kern@
elad
2004-04-25
Initialise (most) pools from a link set instead of explicit calls
simonb
2004-04-21
no space between function name and paren: foo (blah) -> foo(blah)
itojun
2004-04-18
De __P()
matt
2003-10-07
There is also no reason to use arc4random() here.
mycroft
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-26
purge rti structure (in igmp.c) for removed ifp on if_detach().
itojun
2003-06-15
Change the way multicasts are kept. They now use a hash table in the same
matt
2002-06-30
Changes to allow the IPv4 and IPv6 layers to align headers themseves,
thorpej
2002-05-29
use arc4random
itojun
2002-05-12
Eliminate commons.
matt
1999-11-19
Update protocoles and interfaces stats counters to 64bit.
bouyer
1998-02-10
add/cleanup multiple inclusion protection.
perry
1996-02-13
netinet prototypes
christos
1995-05-31
Implement IGMP v2. Based on the Multicast 3.5 distribution.
mycroft
1995-03-26
KERNEL -> _KERNEL
jtc
1994-06-29
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
cgd
1994-05-13
Update to 4.4-Lite networking code, with a few local changes.
mycroft
1994-01-10
Change the counters to be all the same type -- u_long.
mycroft
1994-01-09
Prototype the rest.
mycroft
1994-01-08
Fix some inconsistent spacing; spaces at the end of lines, etc.
mycroft
1993-12-06
multicast support.
hpeyerl