index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
bridgectl.c
Age
Commit message (
Expand
)
Author
2019-04-28
Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.
Martin Pieuchot
2019-03-08
Move the tag mechanism outside of net/if_bridge.c.
Martin Pieuchot
2019-02-20
Protect the hash table with a mutex.
Martin Pieuchot
2019-02-17
Make bridge_rtupdate() return an error value instead of a pointer.
Martin Pieuchot
2019-02-14
Use timeout_barrier() when bringing the bridge(4) down and only execute
Martin Pieuchot
2018-12-12
Various cleanups:
Martin Pieuchot
2018-11-14
Batch copyout(9)s in preparation for finer locking.
Martin Pieuchot
2018-10-26
Make it clear that `if_bridgeport' is dereferenced in the ioctl path
Martin Pieuchot
2018-10-22
Rename 'bridge_iflist' variables for coherency, missed in previous.
Martin Pieuchot
2018-09-27
Coherently name "struct bridge_iflist" variables `bif'.
Martin Pieuchot
2018-02-05
bcmp -> memcmp; kinda req'd / not-just-kinda ok'd by claudio
Henning Brauer
2018-02-05
implement an arp filter
Henning Brauer
2017-05-04
Introduce sstosa() for converting sockaddr_storage with a type safe
Alexander Bluhm
2017-01-11
No need for a splsoftnet()/splx() dance when the KERNEL_LOCK() is what
Martin Pieuchot
2016-09-29
Rename brtag_src/brtag_dst to brtag_peer/brtag_local to avoid
Reyk Floeter
2016-09-03
Add support for a multipoint-to-multipoint mode in vxlan(4). In this
Reyk Floeter
2015-12-02
Include cleanup.
Martin Pieuchot
2015-12-01
Split functions in if_bridge.c into if_bridge.c bridgectl.c .
Kazuya Goda