summaryrefslogtreecommitdiffstats
path: root/sys/net/if_mpw.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* move the if input handler list to an SRP list.dlg2015-09-101-13/+3
| | | | | | | | | | | | instead of having every driver that manipulates the ifih list understand SRPLs, this moves that processing into if_ih_insert and if_ih_remove functions. we rely on the kernel lock to serialise the modifications to the list. tested by mpi@ ok mpi@ claudio@ mikeb@
* if_put after you if_getdlg2015-09-091-4/+11
| | | | ok claudio@
* Added OpenBSD CVS tag.rzalamena2015-07-211-0/+2
|
* Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS.rzalamena2015-07-201-0/+568
ok mpi@, claudio@.