aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mbuf.h
Commit message (Expand)AuthorAgeFilesLines
* For the M_PREPEND macro, remove an initial mbuf NULL check I added. ItBrian Feldman2000-04-301-5/+0
* Don't panic in M_PREPEND() if m_prepend() fails and frees the mbuf chain.Peter Wemm2000-04-191-1/+1
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichJonathan Lemon2000-03-271-0/+21
* Have MGETHDR() always initialize m->m_pkthdr.rcvif to NULL.Archie Cobbs2000-03-141-2/+1
* Reference machine/param.h rather than the nonexistentMike Smith2000-01-191-2/+2
* Add a comment to hopefully prevent more bugs like kern/8596.Archie Cobbs2000-01-101-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* I've been style(9)izing mbuf.h and making the macros more resilientBrian Feldman1999-12-191-79/+116
* I've been Bruceified! As penance, I've fixed my error (improper ordering,Brian Feldman1999-12-181-219/+227
* Bug fix:Brian Feldman1999-12-141-42/+36
* This is Bosko Milekic's mbuf allocation waiting code. Basically, thisBrian Feldman1999-12-121-12/+76
* The functions m_copym() and m_copypacket() return read-only copies,Archie Cobbs1999-12-011-0/+1
* fix up a whitespace screwup I made.Julian Elischer1999-11-181-2/+2
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-3/+7
* New function:Poul-Henning Kamp1999-11-011-0/+1
* Abstract out some functionality into some more Macro's and eliminateJulian Elischer1999-10-251-17/+28
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Get rid of MT_RTABLE; multicast routing no longer uses it.Bill Fenner1999-01-181-2/+2
* Implemented zero-copy TCP/IP extensions via sendfile(2) - send aDavid Greenman1998-11-051-1/+2
* Re-implement tcp and ip fragment reassembly to not store pointers in theDoug Rabson1998-08-241-1/+5
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-7/+7
* Cast pointers to [u]intptr_t instead of to [unsigned] long.Bruce Evans1998-07-151-4/+5
* Unspammed nested include of <sys/malloc.h>. <sys/mbuf.h> hasn'tBruce Evans1997-12-281-8/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-23/+2
* Remove a bunch of unused malloc types.Poul-Henning Kamp1997-10-101-3/+3
* Make malloc more extensible. The malloc type is now a pointer toPoul-Henning Kamp1997-10-101-3/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-16/+13
* Add new kern.ipc MIB branch constants and mbuf stats.Garrett Wollman1997-02-241-1/+8
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add a protocol-specific mbuf flag.Garrett Wollman1996-08-191-2/+3
* fix handling of external objects referenced by mbufsJulian Elischer1996-08-191-25/+11
* Allocate mbufs from a separate submap so that NMBCLUSTERS works asGarrett Wollman1996-05-101-1/+2
* Our new-old mbugf allocator. This is actually something of a blast fromGarrett Wollman1996-05-081-28/+64
* Merge in Lite2: clean up casts for architectures where the size of addressesJeffrey Hsu1996-03-111-24/+23
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-2/+1
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-2/+2
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-11/+11
* Declare a complete prototype for the function pointer *ext_free and theBruce Evans1994-11-141-5/+6
* Backed out mbuf performance improvement. mbufs are allocated with variousDavid Greenman1994-11-041-32/+4
* Add back and correct declaration of m_copyback()David Greenman1994-10-021-1/+2
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-021-11/+18
* Another typo by mePaul Richards1994-08-211-3/+3
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Implemented "fast" mbuf macros. a small number of mbufs are cached inDavid Greenman1994-08-061-4/+32
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+402