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
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-10
/
+10
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-51
/
+52
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-2
/
+1
*
* Add a "how" argument to uma_zone constructors and initialization functions
green
2004-08-02
1
-21
/
+12
*
Update for the KDB framework:
marcel
2004-07-10
1
-3
/
+2
*
All three of these drivers abused cv_waitq_empty in the same way by spinning
scottl
2004-02-29
1
-4
/
+1
*
Move the locking of the softc up to before the allocation of the
harti
2003-12-17
1
-4
/
+6
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-3
/
+2
*
Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted
harti
2003-08-06
1
-31
/
+6
*
Honor the new ATMIO_FLAG_ASYNC that requests asynchronuous open/close
harti
2003-08-06
1
-1
/
+1
*
When sending check that the channel is really open. Get the information
harti
2003-08-06
1
-7
/
+9
*
Print an array index that is computed as ptrdiff_t with %tu.
harti
2003-08-06
1
-2
/
+2
*
Change the format type to unbreak LINT on 64-bit platforms.
obrien
2003-08-06
1
-2
/
+2
*
Implement per-VC statistics.
harti
2003-08-05
1
-1
/
+8
*
Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was the
harti
2003-08-05
1
-37
/
+82
*
Use the generic getvccs function from net/if_atmsubr.c and remove
harti
2003-08-05
1
-54
/
+4
*
Arrghhh. Remove debugging printf's that slipped in in the pre-previous
harti
2003-08-05
1
-11
/
+1
*
Use __FBSDID() as per style(9).
harti
2003-08-05
1
-2
/
+2
*
Make the en(4) driver more like the other ATM drivers. This is the
harti
2003-08-05
1
-233
/
+323
*
Move the clearing of the IFF_RUNNING flag into the reset routine.
harti
2003-08-05
1
-1
/
+2
*
Be careful to call bus_dmamap_load with BUS_DMA_NOWAIT so that the
harti
2003-07-15
1
-7
/
+7
*
Delete a superfluous semi-colon.
harti
2003-07-04
1
-1
/
+1
*
Mega busdma API commit.
scottl
2003-07-01
1
-2
/
+4
*
Implement the ioctl that returns a list of currently open VCCs.
harti
2003-06-13
1
-0
/
+70
*
Make the midway driver use the new ATM phy driver. This allows one to
harti
2003-06-13
1
-6
/
+79
*
Make the internal statistics sysctl an array of integers rather than a string.
harti
2003-06-04
1
-33
/
+10
*
Fix off-by-one error in range check of VC index.
phk
2003-05-31
1
-1
/
+1
*
Define a link layer MIB for ATM. Most fields of this MIB are needed by
harti
2003-05-05
1
-44
/
+67
*
Add module data and version to the atm_subr and reference this info from the
harti
2003-04-29
1
-3
/
+2
*
Convert the midway driver to use busdma. Except for this conversion the
harti
2003-04-25
1
-2898
/
+2707
*
clean up the en driver since it will survice for a while by
kjc
2003-03-12
1
-96
/
+0
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-0
/
+2
*
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 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
[next]