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
/
netatm
/
atm_cm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence a gcc-warning. Do this by inlining the macro-call. This is
harti
2003-07-26
1
-2
/
+1
*
Hand the packet to bpf not only in the LLC/SNAP case, but for all
harti
2003-07-25
1
-11
/
+12
*
Add BPF support to HARP network interfaces. This allows one to see
harti
2003-07-24
1
-0
/
+12
*
Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. All
harti
2003-07-23
1
-5
/
+10
*
Remove the zone limits for all the zones used in the ATM code.
harti
2003-07-22
1
-2
/
+4
*
Use __FBSDID().
obrien
2003-06-11
1
-10
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-7
/
+7
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-7
/
+7
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
- Change the ATM stack functions to use intptr_t instead of int for opaque
jhb
2002-11-08
1
-17
/
+17
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-1
/
+1
*
- Turn a DIAGNOSTIC check into a KASSERT(9) macro.
arr
2002-06-17
1
-6
/
+2
*
- Explicitly pass M_WAITOK in a few calls to uma_zalloc(9).
arr
2002-06-17
1
-7
/
+7
*
- Change the atm_cm_init function to take no argument.
arr
2002-05-07
1
-1
/
+1
*
- Replaced the Atm_connection storage pool with an uma_zone of
arr
2002-05-02
1
-29
/
+27
*
- Take advantage of the M_ZERO flag that can now be passed to uma_zalloc.
arr
2002-04-30
1
-1
/
+1
*
- Remove atm_attributes_pool and the relating atm_allocate() and atm_free()
arr
2002-04-24
1
-3
/
+3
*
- Revert previous change of atm storage pools -> uma_zones until a solution
arr
2002-04-22
1
-1
/
+1
*
- Change the atm_attributes_pool and atm_stackq_pool to be uma_zone's
arr
2002-04-22
1
-1
/
+1
*
- Change KM_ macro calls to the appropriate function call.
arr
2002-04-19
1
-8
/
+8
*
Remove __P.
alfred
2002-03-20
1
-13
/
+13
*
Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>
phk
2000-10-30
1
-0
/
+1
*
Remove more unused #includes.
phk
2000-10-27
1
-2
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Remove the #include kitchensink <netatm/kern_include.h> and add
phk
2000-10-12
1
-1
/
+22
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-2
/
+2
*
Fix if (a = b) conditional that should have been if (a == b)
dillon
1999-01-27
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-5
/
+5
*
Trivial stylish changes, mostly to silence gcc.
phk
1998-10-31
1
-4
/
+4
*
Two patches from the HARP people:
phk
1998-09-17
1
-8
/
+8
*
Add new files for HARP3
phk
1998-09-15
1
-0
/
+3464