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
/
net
/
if_bridge.c
Age
Commit message (
Expand
)
Author
2003-12-09
Fix spelling mistake in a comment.
augustss
2003-10-28
Mark this initializer in the canonical way so it can be found later.
mycroft
2003-10-25
Fix uninitialized variable warnings
christos
2003-09-16
Add a flag parameter to bridge_enqueue() to tell it whether to run the
jdc
2003-08-11
rm extra blank line
itojun
2003-07-13
Include opt_inet.h to get INET6 definition.
jdc
2003-06-23
Make sure to include opt_foo.h if a defflag option FOO is used.
martin
2003-05-24
Make sure splx() is called for all bridge_ioctl() error cases.
kristerw
2003-05-16
use strlcpy
itojun
2003-05-14
use arc4random
itojun
2003-03-19
Fix 2 bugs:
bouyer
2003-02-27
Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
perseant
2003-02-15
Add ipf packet-filtering option to if_bridge. The option is controlled at
perseant
2002-08-24
Add a function to lookup bridge members by struct ifnet * and use
martin
2002-06-08
reject "add" request if if_mtu is different.
itojun
2002-05-23
use IFT_BRIDGE
itojun
2002-03-24
Fix a memory leak in bridge_ioctl_add() when the called for non-ethernet
jdolecek
2002-03-08
Pool deals fairly well with physical memory shortage, but it doesn't
thorpej
2001-11-12
add RCSIDs
lukem
2001-08-17
Only report expire time for DYNAMIC forwarding table entries.
thorpej
2001-08-17
Add support for building Ethernet bridges, based on Jason Wright's
thorpej