summaryrefslogtreecommitdiffstats
path: root/sys/net/if_etherbridge.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-101-3/+3
* only store the current time on address table entries if it changes.dlg2021-02-261-3/+6
* use a uint64_t for the ethernet address in the etherbridge table.dlg2021-02-261-25/+42
* whitespace tweaks, no functional change.dlg2021-02-241-4/+4
* add support for adding and deleting address table entries.dlg2021-02-241-1/+96
* add etherbridge, the guts of a learning bridge that can be reused.dlg2021-02-211-0/+586