summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_url.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* a bit more ansi; ok teduderaadt2011-06-231-7/+1
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-6/+1
* * replace per-driver dying and/or other state variables with use ofjakemsr2010-12-061-45/+22
* don't free network related resources if they were not allocatedjakemsr2010-10-271-3/+5
* check that a timeout(9) has been initialized before deleting itjakemsr2010-10-231-2/+3
* create another kthread to run xfer abort tasks. xfer abort tasks cannotjakemsr2010-10-231-3/+5
* Delete comments about these drivers needing powerhook support; they don't.deraadt2010-08-271-2/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-19/+8
* Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowedbrad2008-11-061-1/+3
* Use ether_ioctl().brad2008-10-031-4/+2
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-3/+3
* Sanitize the use of timeouts:mbalmer2007-11-231-6/+2
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-6/+1
* Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andmbalmer2007-06-141-2/+17
* Remove the definition and usage of the IF_INPUT macro which was definedmbalmer2007-06-131-2/+2
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-10/+10
* Remove the definition and usage of the USBGETSOFTC macro, which was reallymbalmer2007-06-111-6/+6
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-73/+73
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-11/+11
* Remove definitions and usage of usb_callout and related macros. These macrosmbalmer2007-06-101-6/+10
* Remove the definition and use of if_deactivate(). It was defined empty andmbalmer2007-06-091-2/+1
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-65/+65
* Last part of FreeBSD/NetBSD sepcific code removal.mbalmer2007-06-041-23/+1
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-11/+13
* Remove logprintf macrojsg2007-05-211-3/+3
* Remove Ether_ifattach macrojsg2007-05-211-2/+2
* More lockmgr -> rwlock low hanging fruit.krw2007-05-061-5/+5
* Remove _KERNEL_OPT leftovers.miod2007-02-111-7/+1
* add ZyXEL USB id, remove useless comments and reorder USB devices.brad2006-07-141-12/+6
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+1
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-4/+3
* Remove last NRND NetBSDisms from tree.krw2006-03-071-11/+1
* typos from alexey dobriyan;jmc2006-02-061-2/+2
* Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inbrad2006-01-291-3/+3
* {TrendNet,Trendware} -> TRENDnet, ok jsg@grunk2005-09-231-2/+2
* Don't keep the devinfo string on the stack, instead use malloc/free.brad2005-08-011-4/+5
* Update for GREENHOUSE2 -> REALTEK USB vid change.jsg2005-07-191-3/+3
* clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.brad2005-07-021-2/+2
* don't call mii_pollstat() right after mii_tick() in foo_tick_task()brad2005-07-021-11/+8
* remove netns crud.henning2005-06-081-21/+1
* ethernet on OQO model 01 device cable. dlg okitojun2005-03-031-2/+4
* - make sure int is in running state before touching the multicast filtersbrad2005-01-031-4/+5
* Three mode devices found in the wild, I thinkderaadt2004-11-171-2/+6
* strncpy->strlcpygrange2004-11-101-2/+2
* Add Longshine LCS-8138TX and Micronet SP128AR found in linux driverjsg2004-10-161-2/+6
* from netbsd: if_url.c 1.8, if_urlreg.h 1.2, urlphy.c 1.9 and urlphyreg.h 1.2dlg2004-09-291-5/+2
* don't need to set ifp->if_mtu or ifp->if_output in each driver,brad2004-09-231-2/+1
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3