summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ether.c
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong offset bug in ng_enaddr_unparse().archie2000-09-011-1/+2
* Add three more control messages to complement their opposites:archie2000-08-151-9/+99
* Take advantage of the new unsigned and hex integer types.archie2000-08-101-2/+2
* 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