summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_kue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Convert remaining USB Ethernet adapter to if_input().mpi2015-04-101-16/+6
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Kill annoying comments about ether_input()mpi2015-02-041-7/+1
* KUE_MCFILTCNT() is non-constant, so use mallocarray()deraadt2015-01-111-2/+2
* unifdef INETtedu2014-12-221-3/+1
* No need for <netinet/in_systm.h> here.mpi2014-07-131-5/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-6/+6
* Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were tompi2014-07-121-31/+11
* Clean-up usbd_abort_pipe() usage.pirofti2013-11-151-16/+4
* Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().pirofti2013-11-111-7/+7
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-11-051-6/+5
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-8/+8
* Instead of refetching the descriptor from the device, just use the copympi2013-04-101-4/+4
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+1
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-4/+1
* - use usb_lookup() instead of handrolled macro.jasper2010-12-171-4/+3
* don't free network related resources if they were not allocatedjakemsr2010-10-271-4/+5
* remove dying flag in detach() function.yuo2010-09-241-7/+5
* 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-25/+8
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-4/+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-2/+2
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-62/+62
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-2/+2
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-38/+38
* Last part of FreeBSD/NetBSD sepcific code removal.mbalmer2007-06-041-32/+1
* Fix dmesg output. -mojmaja2007-05-311-2/+2
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-18/+19
* Remove logprintf macrojsg2007-05-211-3/+3
* Remove Ether_ifattach macrojsg2007-05-211-2/+2
* Remove _KERNEL_OPT leftovers.miod2007-02-111-8/+1
* network byte order firmware, so that firmware files are the same onderaadt2007-01-091-5/+5
* 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-3/+3
* Remove last NRND NetBSDisms from tree.krw2006-03-071-14/+1
* Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inbrad2006-01-291-3/+3
* Don't keep the devinfo string on the stack, instead use malloc/free.brad2005-08-011-4/+5
* clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.brad2005-07-021-3/+2
* remove netns crud.henning2005-06-081-21/+1
* Add id for Psion Dacom Gold Port Ethernet found in Linux driver.jsg2005-01-151-1/+2
* - make sure int is in running state before touching the multicast filtersbrad2005-01-031-2/+4
* fix protoderaadt2004-12-121-2/+2
* kue(4) uses loadfirmware(9), but usb threaded probing starts beforederaadt2004-11-281-26/+41
* relax warmboot detection, required for some models. ok deraadt@dhartmei2004-11-221-2/+2