summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_bridge.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.jhb2002-11-081-2/+2
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-9/+9
* Typo.archie2001-12-151-1/+1
* Don't free a structure containing a 'struct callout' structure while thatarchie2001-12-151-8/+17
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-10/+10
* Fix some memory leaksjulian2001-01-101-12/+18
* Part 2 of the netgraph rewrite.julian2001-01-081-23/+24
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-51/+96
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-2/+1
* Fix another callout_init() that I missed.jlemon2000-11-261-1/+1
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-8/+4
* Fix typo in NETGRAPH_INIT() macro.archie2000-10-091-1/+1
* Use m_dup() instead of m_copypacket() for the time being. Not allarchie2000-09-231-1/+1
* New netgraph node type for Ethernet bridging.archie2000-09-011-0/+1014
OpenPOWER on IntegriCloud