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
/
usb
/
if_rue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-14
/
+20
*
Comment out rue_miibus_statchg() function. Using trial-and-error approach I
sobomax
2005-03-25
1
-0
/
+12
*
Fix breakage in the previous commit caused by the last-minute change.
sobomax
2005-03-25
1
-3
/
+2
*
Move Rx/Tx lists management routines into central location.
sobomax
2005-03-25
1
-124
/
+48
*
Move xxx_newbuf() function, which was the same in all drivers into central
sobomax
2005-03-25
1
-40
/
+5
*
Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB framework
rwatson
2004-08-11
1
-1
/
+2
*
MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.
imp
2004-06-27
1
-1
/
+1
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
1
-29
/
+2
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Replace the static "qdat" structure with a per-instance softc field
iedowse
2004-05-23
1
-5
/
+3
*
Use the correct flag for mbuf allocations (M_DONTWAIT, not M_NOWAIT).
iedowse
2004-04-06
1
-2
/
+2
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-3
/
+0
*
Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.
obrien
2003-12-08
1
-6
/
+6
*
Try to create some sort of consistency in how the routings to find the
obrien
2003-11-13
1
-12
/
+10
*
It is obivous this started out as a copy of a Bill Paul driver so he has
obrien
2003-11-13
1
-0
/
+30
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Make it easier to run this code on RELENG_4.
joe
2003-10-04
1
-1
/
+23
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
add missing machine/bus.h headers that are now necessary because of the
jmg
2003-07-16
1
-0
/
+1
*
Add RealTek RTL8150 USB to fast Ethernet controller driver.
akiyama
2003-05-03
1
-0
/
+1477