summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ether.c
Commit message (Expand)AuthorAgeFilesLines
* Add three new control messages to the ng_ether(4) netgraph node type:archie2000-08-071-4/+80
* Remove node's name reference when the interface is detached;archie2000-07-191-0/+1
* Set NG_INVALID flag when destroying node.archie2000-07-141-0/+1
* Fix race condition caused by using NG_SEND_DATAQ() where we meantarchie2000-07-121-3/+1
* Don't forget to set our MAC address into packets we wre sending out viajulian2000-07-061-0/+6
* Make the ng_ether(4) node type dynamically loadable like the rest.archie2000-06-261-0/+633
OpenPOWER on IntegriCloud