aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_socket.h
Commit message (Collapse)AuthorAgeFilesLines
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
| | | | | | | | | addresses to be the more usefu @freebsd.org ones so we can keep getting bug-reports. - man pages to follow.. Notes: svn path=/head/; revision=67506
* Fixes from brian. With some changes from me.Julian Elischer1999-11-211-1/+1
| | | | | | | | Allows FreeBSD to run as a PPPOE server One patch still not included. Notes: svn path=/head/; revision=53498
* Add the option for a socket node to shut down when the last hookJulian Elischer1999-11-051-0/+8
| | | | | | | | to an adjoining node is removed. Also move file scope definitions back within the file, and remove un-needed include file. Notes: svn path=/head/; revision=52885
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+62
Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree Notes: svn path=/head/; revision=52419