index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
uipc_mbuf2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
m_tag fixups in preparation for heavier use:
sam
2004-01-02
1
-51
/
+13
*
Introduce the notion of "persistent mbuf tags"; these are tags that stay
sam
2003-10-29
1
-0
/
+17
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,
rwatson
2003-04-14
1
-1
/
+22
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
preserve the order of tags copied by m_tag_copy_chain
sam
2003-01-21
1
-3
/
+2
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
1
-6
/
+8
*
correct function names in KASSERT's for 2 m_tag routines
sam
2002-11-26
1
-2
/
+2
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-75
/
+127
*
In m_aux_delete, no need to chase beyond victim.
ume
2002-05-23
1
-0
/
+1
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-1
/
+1
*
Sync with recent KAME.
ume
2001-06-11
1
-42
/
+104
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+2
*
Long awaited style fixup in mbuf code. Get rid of K&R style prototyping
bmilekic
2001-02-11
1
-13
/
+4
*
* Have m_pulldown() use the new M_WRITABLE() macro in order to determine
bmilekic
2000-11-11
1
-14
/
+31
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Replace the mbuf external reference counting code with something
dwmalone
2000-08-19
1
-1
/
+1
*
remove m_pulldown statistics, which is highly experimental and does not
itojun
2000-07-12
1
-87
/
+0
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-0
/
+419