aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/netgraph.h
Commit message (Expand)AuthorAgeFilesLines
* A LONG FORGOTTEN MFC.Julian Elischer2002-04-141-0/+6
* MFC the ethertype filter node.Julian Elischer2002-04-091-1/+1
* Add support for Telebrazilia and their 3com pppoe devicesJulian Elischer2001-09-031-0/+6
* MFC some -current compatibility macros.Julian Elischer2001-03-081-5/+62
* MFC: change Archie's and my email addresses Whistle.com->freebsd.orgJulian Elischer2000-10-241-1/+1
* MFC: typename -> type_name; add ng_copy_meta()Archie Cobbs2000-05-051-0/+1
* MFC: minor prototype tweaksArchie Cobbs2000-04-111-5/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Add a new function ng_findhook() for finding a node's hook;Archie Cobbs1999-12-031-0/+1
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-5/+21
* Add typedefs for node methodsJulian Elischer1999-11-011-26/+25
* Start making the contents of the generic framework opaque to the nodes.Julian Elischer1999-11-011-1/+4
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+255