Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The layer 3 (signalling) of NgATM netgraph node: ng_uni. This node | harti | 2003-11-07 | 2 | -1/+19 |
| | | | | handles user and network side signaling and partly PNNI. | ||||
* | Put the address handling, traffic descripto handling and the | harti | 2003-11-03 | 1 | -1/+3 |
| | | | | | | message encoding and decoding stuff into the base module. All of this is accessed by several of the NgATM modules and putting this into atmbase reduceds the memory footprint. | ||||
* | Module build infrastructure for the NgATM SAA layer. | harti | 2003-10-24 | 4 | -1/+47 |
| | |||||
* | Add ng_atmpif: a HARP physical interface emulation. This allows one | harti | 2003-08-11 | 2 | -2/+13 |
| | | | | | | to run the HARP ATM stack without real hardware. Submitted by: Vincent Jardin <vjardin@wanadoo.fr> | ||||
* | This is a netgraph node to access ATM interfaces. It works with the | harti | 2003-06-25 | 3 | -0/+21 |
hatm(4) and fatm(4) drivers, en(4) will follow soon. |