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
/
dev
/
en
/
midway.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
1
-1
/
+1
*
network interface driver changes:
sam
2002-11-14
1
-1
/
+0
*
Rename "struct device" to "struct midway_device" to avoid clashing
phk
2002-09-28
1
-1
/
+1
*
Don't include "bpf.h" when compiling on FreeBSD. We always compile in
brooks
2002-09-06
1
-0
/
+4
*
Remove __P.
alfred
2002-03-20
1
-29
/
+27
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-13
/
+13
*
Change check for existence of mbuf->m_ext.ext_free to check of new ext_type
bmilekic
2000-11-11
1
-1
/
+1
*
restore the freebsd local type-cast fixes that I mistakenly removed
kjc
2000-11-08
1
-14
/
+15
*
newbusify the en atm driver.
kjc
2000-11-07
1
-67
/
+88
*
Enabled the used include of <machine/bus.h> -- don't depend on evil
bde
2000-11-04
1
-1
/
+1
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Replace the mbuf external reference counting code with something
dwmalone
2000-08-19
1
-1
/
+1
*
Remove #if NEN > 0 in the name of FreeBSD - it's not required as config
peter
2000-01-29
1
-5
/
+1
*
remove unused #include, add $FreeBSD$
phk
1999-10-11
1
-1
/
+2
*
Rename bpfilter to bpf.
des
1999-07-06
1
-7
/
+7
*
clean up en atm driver
kjc
1999-05-08
1
-319
/
+54
*
Undo excess staticization - these two are meant to be callable from
peter
1999-05-06
1
-2
/
+4
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
Staticize.
eivind
1999-04-11
1
-3
/
+3
*
Fix warnings preparing for -Wall -Wcast-qual
dillon
1999-01-27
1
-1
/
+1
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-4
/
+4
*
fix a bug which could lock up a transmitter.
kjc
1998-10-09
1
-1
/
+5
*
FIxed printf format errors. Most of them were exposed by our ntohl()
bde
1998-08-17
1
-25
/
+31
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
1
-13
/
+14
*
update ATM driver. (base version: midway.c 1.67 --> 1.68)
kjc
1998-07-29
1
-141
/
+639
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-1
/
+1
*
Staticize.
eivind
1998-02-09
1
-1
/
+1
*
Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.
eivind
1998-01-31
1
-0
/
+1
*
Make INET a proper option.
eivind
1998-01-08
1
-0
/
+1
*
Removed unused #includes.
bde
1997-06-14
1
-7
/
+0
*
import Chuck Cranor's ATM driver
kjc
1997-05-09
1
-0
/
+3208