summaryrefslogtreecommitdiffstats
path: root/sys/net/if_bpe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use a uint64_t for the ethernet address in the etherbridge table.dlg2021-02-261-3/+3
* add support for adding and deleting address table entries.dlg2021-02-241-1/+52
* cut bpe(4) over to using the common etherbridge code.dlg2021-02-211-290/+125
* bpe(4): convert ifunit() to if_unit(9)mvs2021-01-191-8/+15
* Leave default ifq_maxlen handling to ifq_init()kn2020-08-211-2/+1
* gc some ifmedia stuff that this driver doesnt use.dlg2020-07-221-3/+1
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-2/+2
* kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha2020-06-241-6/+6
* turn the linkstate hooks into a task list, like the detach hooks.dlg2019-11-071-5/+5
* replace the hooks used with if_detachhooks with a task list.dlg2019-11-061-5/+6
* Introduce ETHER_IS_BROADCAST/ANYADDR/EQ() and use them where appropriate.mpi2019-07-171-7/+3
* init sc_rxhprio properly instead of sc_txhprio twice; CID 1480289dlg2019-05-211-2/+2
* don't fall through SIOCSVNETID into SIOCGVNETID; CID 1480290dlg2019-05-211-1/+2
* a first cut at converting some virtual ethernet interfaces to if_vinputdlg2019-04-231-4/+3
* use the factored out txhprio and rxhprio checksdlg2019-04-191-14/+5
* add rxprio supportdlg2019-04-191-1/+33
* include pf.h for #if NPF > 0 testjsg2019-01-161-1/+2
* add bpe(4) or Backbone Provider Edge interfacesdlg2018-12-201-0/+1021