summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_iface.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix GCC warnings caused by initializing a zero length array.Archie Cobbs2002-07-021-3/+3
* Fix memory leakJulian Elischer2001-01-101-0/+1
* MFC: change Archie's and my email addresses Whistle.com->freebsd.orgJulian Elischer2000-10-241-1/+1
* MFC: allocate all memory with M_NOWAITArchie Cobbs2000-10-011-3/+3
* MFC: Updates to the ng_iface(8) netgraph node typeArchie Cobbs2000-04-191-175/+210
* Remove a bunch of un-needed includes.Julian Elischer1999-12-071-6/+0
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-8/+6
* Rename 'struct private' to 'struct ng_xxx_private' to allow gdbArchie Cobbs1999-11-191-2/+2
* Add support for the IFF_MULTICAST flag. There's notArchie Cobbs1999-11-081-1/+3
* Add typedefs for node methodsJulian Elischer1999-11-011-8/+7
* Bring ng_iface up-to-date with what has happenned to the bpf code.Julian Elischer1999-10-251-30/+17
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+778