Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move the if input handler list to an SRP list. | 2015-09-10 | 1 | -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_get | 2015-09-09 | 1 | -4/+11 | ||
| | | | | ok claudio@ | |||||
* | Added OpenBSD CVS tag. | 2015-07-21 | 1 | -0/+2 | ||
| | ||||||
* | Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS. | 2015-07-20 | 1 | -0/+568 | ||
ok mpi@, claudio@. |