aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ether.h
Commit message (Expand)AuthorAgeFilesLines
* Add new netgraph control message NGM_ETHER_DETACH, which actuallyGleb Smirnoff2005-02-141-0/+1
* Restore previous cookie. Old programs will work with new node OK,Gleb Smirnoff2005-02-121-1/+1
* Add two new netgraph messages NGM_ETHER_ADD_MULTI and NGM_ETHER_DEL_MULTI,Gleb Smirnoff2005-02-121-2/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
* Backout previous change, it breaks build and it is not neededPawel Jakub Dawidek2004-02-201-12/+0
* Export private structure owned by ng_ether(4) module outside.Pawel Jakub Dawidek2004-02-191-0/+12
* Made the Ethernet address parse type standard.Ruslan Ermilov2003-12-171-5/+0
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
* Export ng_ether_enaddr_type for other nodes that want to use it.Archie Cobbs2000-08-301-0/+5
* Add three more control messages to complement their opposites:Archie Cobbs2000-08-151-1/+4
* Add three new control messages to the ng_ether(4) netgraph node type:Archie Cobbs2000-08-071-0/+3
* Make the ng_ether(4) node type dynamically loadable like the rest.Archie Cobbs2000-06-261-8/+8
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-1/+9
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+55