summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_iface.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some memory leaksjulian2001-01-101-8/+25
* Part 2 of the netgraph rewrite.julian2001-01-081-8/+8
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-29/+14
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-2/+1
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-4/+2
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
* Allocate all memory (including within node constructors) with M_NOWAITarchie2000-09-211-3/+3
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-2/+3
* Call bpfdetach() before going away.archie2000-03-211-0/+1
* Updates to the ng_iface(8) netgraph node type:archie2000-03-131-176/+210
* Remove a bunch of un-needed includes.julian1999-12-071-6/+0
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-8/+6
* Rename 'struct private' to 'struct ng_xxx_private' to allow gdbarchie1999-11-191-2/+2
* Add support for the IFF_MULTICAST flag. There's notarchie1999-11-081-1/+3
* Add typedefs for node methodsjulian1999-11-011-8/+7
* Bring ng_iface up-to-date with what has happenned to the bpf code.julian1999-10-251-30/+17
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+778
OpenPOWER on IntegriCloud