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
/
ep
/
if_ep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Commit part of the patch that I have for card eject problems with the
imp
2001-06-05
1
-0
/
+5
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Remove 7 unnecessary includes frmo phk's script
imp
2000-09-20
1
-5
/
+0
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-5
/
+2
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-33
/
+3
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Fix a problem that caused TCP fragments to be lost (among other things.)
mdodd
2000-03-24
1
-1
/
+1
*
Copy how everyone else is doing packet transmission. (NetBSD mostly)
mdodd
2000-03-13
1
-6
/
+8
*
Follow the docs a bit more in epstop() with respect to delays.
mdodd
2000-03-13
1
-0
/
+5
*
Get rid of table lookup in favor of just subtracting. Everyone else
mdodd
2000-03-13
1
-3
/
+1
*
Call epstop() in ep_attach(). While this shouldn't be necessary we'll
mdodd
2000-03-13
1
-0
/
+2
*
Fix driver to restore function on 3c574 adapters. The panic on
mdodd
2000-01-15
1
-9
/
+16
*
Remove a stray splx(s) call. This fixes the compiler warning.
mdodd
2000-01-12
1
-1
/
+0
*
Speedup if_start routine a little. TX threshold logic needs some more
mdodd
2000-01-12
1
-10
/
+17
*
Fix the performance problems I caused by setting ifq_maxlen to 8.
mdodd
2000-01-12
1
-1
/
+1
*
HEADS UP! All 3c5x9 users!
mdodd
1999-10-27
1
-225
/
+309
*
Add newbus attachment for pccard driver. Heavily tested by me, and
imp
1999-10-25
1
-0
/
+5
*
- Split out the ISA and PCCARD specific code.
mdodd
1999-09-26
1
-528
/
+28
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-9
/
+0
*
Switch the order of a two tests so that the error actually has to occur
obrien
1999-09-24
1
-1
/
+1
*
This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.
obrien
1999-09-19
1
-19
/
+54
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Set ifp->if_init to the right function.
mdodd
1999-08-20
1
-4
/
+6
*
Make these actually compile. I got a little delete happy pruning includes
mdodd
1999-08-18
1
-3
/
+6
*
SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in
mdodd
1999-08-18
1
-88
/
+5
*
3C574TX 16bit FastEtherlink PC-card support.
hosokawa
1999-07-25
1
-5
/
+31
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
Move the "fetch serial data" delay so that it is an inter-bit delay.
dufault
1999-01-31
1
-5
/
+13
*
Update the pccard hooks to use a module style declaration instead.
peter
1999-01-19
1
-11
/
+3
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+4
*
Removed unused includes.
bde
1998-06-21
1
-2
/
+1
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Removed unused #includes.
bde
1998-03-28
1
-6
/
+1
*
Fix some style nits and remove an unused header.
msmith
1998-02-27
1
-2
/
+1
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+7
*
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
eivind
1997-12-15
1
-1
/
+2
*
Recognize 3C569 network interface when `PC98' is defined.
kato
1997-11-27
1
-2
/
+7
*
- Renamed <pccard/card.h> -> <pccard/cardinfo.h>.
nate
1997-11-20
1
-2
/
+2
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-5
/
+1
*
Fix a comment about multicast; since the Etherlink III has no
fenner
1997-10-27
1
-4
/
+7
*
- Instead of relying on a functional call to register PCARD-capable drivers,
nate
1997-10-26
1
-5
/
+4
*
- Functional changes to PCCARD support.
nate
1997-10-26
1
-29
/
+7
*
- Do a bunch of gratuitous changes intended to make the code easier to
nate
1997-10-26
1
-54
/
+49
*
if_ep.c clarification/simplification.
itojun
1997-10-14
1
-257
/
+89
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-1
/
+2
*
Removed unused #includes.
bde
1997-07-20
1
-11
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-2
/
+2
[next]