| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
| * | a bit more ansi; ok tedu |  deraadt | 2011-06-23 | 1 | -7/+1 |
| * | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -6/+1 |
| * | * replace per-driver dying and/or other state variables with use of |  jakemsr | 2010-12-06 | 1 | -45/+22 |
| * | don't free network related resources if they were not allocated |  jakemsr | 2010-10-27 | 1 | -3/+5 |
| * | check that a timeout(9) has been initialized before deleting it |  jakemsr | 2010-10-23 | 1 | -2/+3 |
| * | create another kthread to run xfer abort tasks. xfer abort tasks cannot |  jakemsr | 2010-10-23 | 1 | -3/+5 |
| * | Delete comments about these drivers needing powerhook support; they don't. |  deraadt | 2010-08-27 | 1 | -2/+1 |
| * | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
| * | Eliminate the redundant bits of code for MTU and multicast handling |  brad | 2008-11-28 | 1 | -19/+8 |
| * | Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowed |  brad | 2008-11-06 | 1 | -1/+3 |
| * | Use ether_ioctl(). |  brad | 2008-10-03 | 1 | -4/+2 |
| * | Convert timeout_add() calls using multiples of hz to timeout_add_sec() |  blambert | 2008-09-10 | 1 | -3/+3 |
| * | Sanitize the use of timeouts: |  mbalmer | 2007-11-23 | 1 | -6/+2 |
| * | treat usb vendor/product names as a locator, and have usbd_print handle it, |  deraadt | 2007-10-11 | 1 | -6/+1 |
| * | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and |  mbalmer | 2007-06-14 | 1 | -2/+17 |
| * | Remove the definition and usage of the IF_INPUT macro which was defined |  mbalmer | 2007-06-13 | 1 | -2/+2 |
| * | Remove the definition and use of the device_ptr_t which was a struct device *. |  mbalmer | 2007-06-12 | 1 | -10/+10 |
| * | Remove the definition and usage of the USBGETSOFTC macro, which was really |  mbalmer | 2007-06-11 | 1 | -6/+6 |
| * | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -73/+73 |
| * | Remove the definition and use of the USBDEV macro. It only created confusion |  mbalmer | 2007-06-10 | 1 | -11/+11 |
| * | Remove definitions and usage of usb_callout and related macros. These macros |  mbalmer | 2007-06-10 | 1 | -6/+10 |
| * | Remove the definition and use of if_deactivate(). It was defined empty and |  mbalmer | 2007-06-09 | 1 | -2/+1 |
| * | Remove the "Static" declaration of many functions. It was defined to be empty |  mbalmer | 2007-06-05 | 1 | -65/+65 |
| * | Last part of FreeBSD/NetBSD sepcific code removal. |  mbalmer | 2007-06-04 | 1 | -23/+1 |
| * | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -11/+13 |
| * | Remove logprintf macro |  jsg | 2007-05-21 | 1 | -3/+3 |
| * | Remove Ether_ifattach macro |  jsg | 2007-05-21 | 1 | -2/+2 |
| * | More lockmgr -> rwlock low hanging fruit. |  krw | 2007-05-06 | 1 | -5/+5 |
| * | Remove _KERNEL_OPT leftovers. |  miod | 2007-02-11 | 1 | -7/+1 |
| * | add ZyXEL USB id, remove useless comments and reorder USB devices. |  brad | 2006-07-14 | 1 | -12/+6 |
| * | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does |  miod | 2006-06-23 | 1 | -2/+1 |
| * | allow bpf(4) to ignore packets based on their direction (inbound or |  djm | 2006-03-25 | 1 | -4/+3 |
| * | Remove last NRND NetBSDisms from tree. |  krw | 2006-03-07 | 1 | -11/+1 |
| * | typos from alexey dobriyan; |  jmc | 2006-02-06 | 1 | -2/+2 |
| * | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in |  brad | 2006-01-29 | 1 | -3/+3 |
| * | {TrendNet,Trendware} -> TRENDnet, ok jsg@ |  grunk | 2005-09-23 | 1 | -2/+2 |
| * | Don't keep the devinfo string on the stack, instead use malloc/free. |  brad | 2005-08-01 | 1 | -4/+5 |
| * | Update for GREENHOUSE2 -> REALTEK USB vid change. |  jsg | 2005-07-19 | 1 | -3/+3 |
| * | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. |  brad | 2005-07-02 | 1 | -2/+2 |
| * | don't call mii_pollstat() right after mii_tick() in foo_tick_task() |  brad | 2005-07-02 | 1 | -11/+8 |
| * | remove netns crud. |  henning | 2005-06-08 | 1 | -21/+1 |
| * | ethernet on OQO model 01 device cable. dlg ok |  itojun | 2005-03-03 | 1 | -2/+4 |
| * | - make sure int is in running state before touching the multicast filters |  brad | 2005-01-03 | 1 | -4/+5 |
| * | Three mode devices found in the wild, I think |  deraadt | 2004-11-17 | 1 | -2/+6 |
| * | strncpy->strlcpy |  grange | 2004-11-10 | 1 | -2/+2 |
| * | Add Longshine LCS-8138TX and Micronet SP128AR found in linux driver |  jsg | 2004-10-16 | 1 | -2/+6 |
| * | from netbsd: if_url.c 1.8, if_urlreg.h 1.2, urlphy.c 1.9 and urlphyreg.h 1.2 |  dlg | 2004-09-29 | 1 | -5/+2 |
| * | don't need to set ifp->if_mtu or ifp->if_output in each driver, |  brad | 2004-09-23 | 1 | -2/+1 |
| * | put "do { } while (0)" wrappers on all the debug maroc functions |  deraadt | 2004-07-08 | 1 | -3/+3 |