summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tpmr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* take NET_LOCK in tpmr_clone_destroy() before calling tpmr_p_dtor()dlg2020-04-121-1/+3
* log() lines need \n too.dlg2020-04-111-2/+2
* whitespace tweaks, no functional change.dlg2019-11-101-8/+8
* move the port destructor calls in clone destroy back out of NET_LOCK.dlg2019-11-071-4/+4
* turn the linkstate hooks into a task list, like the detach hooks.dlg2019-11-071-5/+6
* replace the hooks used with if_detachhooks with a task list.dlg2019-11-061-8/+8
* pf_test can return PF_PASS, but set the mbuf to NULL.dlg2019-09-121-1/+3
* run pf against ip packets coming in and out of the two ports.dlg2019-08-051-4/+63
* pay some lip service to TPMR compliance according to 802.1Q-2018dlg2019-08-051-1/+34
* add tpmr(4), a quick and dirty 802.1Q Two-Port MAC Relay implementationdlg2019-08-011-0/+717