summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some memory leaksjulian2001-01-101-7/+15
* Part 2 of the netgraph rewrite.julian2001-01-081-29/+68
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-107/+96
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-8/+9
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-6/+3
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
* Increase the maximum allowable datagram length.archie2000-08-101-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-3/+4
* Remove a bunch of un-needed includes.julian1999-12-071-1/+0
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-1/+2
* oops cut-n-paste errorjulian1999-11-211-1/+1
* It's time to only allow root to manipulate netgraph nodes.julian1999-11-211-0/+2
* Hopefully the last patch from Brian to get server side PPPoE working.julian1999-11-211-4/+2
* Fixes from brian. With some changes from me.julian1999-11-211-22/+38
* Provide an empty name to getsockname() if one hasn't been set up.brian1999-11-111-15/+28
* Move a structure Netstat needs back out to ng_socketvar.h (yech)julian1999-11-061-18/+1
* Add the option for a socket node to shut down when the last hookjulian1999-11-051-2/+55
* Add typedefs for node methodsjulian1999-11-011-7/+6
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+957
OpenPOWER on IntegriCloud