aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_socket.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Const'ify variables to make it clear we're not writing to the mbuf data.Archie Cobbs2002-07-021-1/+1
* MFC: (rev. 1.29) Fix bug that cheated hook names out of the last 2 bytes.Archie Cobbs2001-10-151-2/+2
* Add support for Telebrazilia and their 3com pppoe devicesJulian Elischer2001-09-031-1/+0
* MFC: Don't dereferrence freed structures.Julian Elischer2001-02-021-1/+1
* MFC: change Archie's and my email addresses Whistle.com->freebsd.orgJulian Elischer2000-10-241-1/+1
* MFC: (rev. 1.15) increase the maximum allowable datagram lengthArchie Cobbs2000-08-221-1/+1
* Remove a bunch of un-needed includes.Julian Elischer1999-12-071-1/+0
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-1/+2
* oops cut-n-paste errorJulian Elischer1999-11-211-1/+1
* It's time to only allow root to manipulate netgraph nodes.Julian Elischer1999-11-211-0/+2
* Hopefully the last patch from Brian to get server side PPPoE working.Julian Elischer1999-11-211-4/+2
* Fixes from brian. With some changes from me.Julian Elischer1999-11-211-21/+37
* Provide an empty name to getsockname() if one hasn't been set up.Brian Somers1999-11-111-15/+28
* Move a structure Netstat needs back out to ng_socketvar.h (yech)Julian Elischer1999-11-061-18/+1
* Add the option for a socket node to shut down when the last hookJulian Elischer1999-11-051-2/+55
* Add typedefs for node methodsJulian Elischer1999-11-011-7/+6
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+957