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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+3
*
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
2
-7
/
+5
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-1
/
+1
*
Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted
harti
2003-08-06
2
-32
/
+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
3
-37
/
+86
*
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
3
-247
/
+348
*
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
3
-6
/
+86
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+4
*
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
3
-65
/
+84
*
Add module data and version to the atm_subr and reference this info from the
harti
2003-04-29
2
-5
/
+7
*
Convert the midway driver to use busdma. Except for this conversion the
harti
2003-04-25
4
-3381
/
+3191
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+1
*
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
2
-3
/
+3
*
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
3
-40
/
+38
*
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
-144
/
+187
*
newbusify the en atm driver.
kjc
2000-11-07
3
-77
/
+90
*
Added used include of <machine/bus.h> -- don't depend on evil namespace
bde
2000-11-04
1
-1
/
+2
*
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
*
Make LINT compile again.
phk
2000-10-22
2
-2
/
+2
[next]