summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-283/+0
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-041-1/+6
* Add the following functions to abstract away the creation of task threadsalfred2007-01-081-0/+30
* defer all processing to a full fledged thread.alfred2006-12-111-4/+8
* s/Static/static/gimp2006-09-061-5/+5
* Move Rx/Tx lists management routines into central location.sobomax2005-03-251-5/+88
* Move xxx_newbuf() function, which was the same in all drivers into centralsobomax2005-03-251-0/+17
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Remove duplicatejohan2003-11-141-3/+0
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-1/+1
* Use __FBSDID().obrien2003-08-241-0/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-031-7/+3
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-3/+3
* network interface driver changes:sam2002-11-141-4/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* Remove __P.alfred2002-03-201-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-12/+2
* Convert the USB ethernet drivers to use mutexes. Also convertwpaul2000-10-241-11/+18
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-18/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-5/+5
* Pull my head out of my ass and actually make the tx netisr stuff work right.wpaul2000-01-141-39/+17
* Bunch of updates:wpaul2000-01-131-1/+26
* Apply the same netisr mechanism to transmissions as well. In order towpaul2000-01-121-2/+54
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.wpaul2000-01-101-0/+118
OpenPOWER on IntegriCloud