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
/
usb_ethersubr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Rx/Tx lists management routines into central location.
sobomax
2005-03-25
1
-5
/
+88
*
Move xxx_newbuf() function, which was the same in all drivers into central
sobomax
2005-03-25
1
-0
/
+17
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Remove duplicate
johan
2003-11-14
1
-3
/
+0
*
o add a flags parameter to netisr_register that is used to specify
sam
2003-11-08
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
1
-7
/
+3
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-3
/
+3
*
network interface driver changes:
sam
2002-11-14
1
-4
/
+1
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-2
/
+2
*
Remove __P.
alfred
2002-03-20
1
-1
/
+1
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-12
/
+2
*
Convert the USB ethernet drivers to use mutexes. Also convert
wpaul
2000-10-24
1
-11
/
+18
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-18
/
+0
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
OpenBSD has a broken debugger that does not grok static. Use a
n_hibma
2000-04-03
1
-5
/
+5
*
Pull my head out of my ass and actually make the tx netisr stuff work right.
wpaul
2000-01-14
1
-39
/
+17
*
Bunch of updates:
wpaul
2000-01-13
1
-1
/
+26
*
Apply the same netisr mechanism to transmissions as well. In order to
wpaul
2000-01-12
1
-2
/
+54
*
Attempt to fix a problem with receiving packets on USB ethernet interfaces.
wpaul
2000-01-10
1
-0
/
+118