summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tpmr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pass the uint64_t dst ethernet address from ether_input to bridges.dlg2021-03-051-12/+4
* tpmr can use the eth64 bits too.dlg2021-02-261-9/+5
* tpmr(4): convert ifunit() to if_unit(9)mvs2021-01-191-11/+7
* call if_enqueue() to send a packet, not a member ports (*ifp->if_enqueue)dlg2020-12-121-2/+2
* Leave default ifq_maxlen handling to ifq_init()kn2020-08-211-2/+1
* Remove SIOCSIFADDRkn2020-07-291-5/+1
* Implement SIOCBRDGIFS, provide SIOCBRDGGRL stubkn2020-07-281-1/+52
* Remove lacpmode and lacptimeout bitskn2020-07-241-16/+1
* Remove trunkdev bitskn2020-07-241-35/+1
* Remove trunkproto bitskn2020-07-241-72/+1
* filter vlan and svlan packets by default.dlg2020-07-221-1/+22
* Change tpmr(4) from ifconfig [-]trunkport to add|del synopsiskn2020-07-221-11/+12
* register tpmr as a bridge port, not an input handler, on member ifaces.dlg2020-07-221-25/+53
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-2/+2
* 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