summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-12/+2
* Convert the USB ethernet drivers to use mutexes. Also convertBill Paul2000-10-241-11/+18
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-18/+0
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-5/+5
* Pull my head out of my ass and actually make the tx netisr stuff work right.Bill Paul2000-01-141-39/+17
* Bunch of updates:Bill Paul2000-01-131-1/+26
* Apply the same netisr mechanism to transmissions as well. In order toBill Paul2000-01-121-2/+54
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.Bill Paul2000-01-101-0/+118