summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/atm
Commit message (Collapse)AuthorAgeFilesLines
* The layer 3 (signalling) of NgATM netgraph node: ng_uni. This nodeharti2003-11-072-1/+19
| | | | handles user and network side signaling and partly PNNI.
* Put the address handling, traffic descripto handling and theharti2003-11-031-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.harti2003-10-244-1/+47
|
* Add ng_atmpif: a HARP physical interface emulation. This allows oneharti2003-08-112-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 theharti2003-06-253-0/+21
hatm(4) and fatm(4) drivers, en(4) will follow soon.
OpenPOWER on IntegriCloud