summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_axen.c
AgeCommit message (Expand)Author
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-07-16add USB3.0 related codeYojiro Uo
2015-07-16ignore 4 byte trailing padding of each recv packet, when copying to upperYojiro Uo
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-12Only match devices with a valid configuration.Martin Pieuchot
2015-03-20Convert to if_input(), tested by Fabian Raetz, thanks!Martin Pieuchot
2015-01-22Use correct error type and remove unused interface pointer.Martin Pieuchot
2015-01-12Fix axen(4) build with AXEN_DEBUG defined. From Fabien Raetz.Stefan Sperling
2014-12-22unifdef INETTed Unangst
2014-07-13No need for <netinet/in_systm.h> here.Martin Pieuchot
2014-07-12Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were toMartin Pieuchot
2014-03-16Add Sitecom LN-032 from/tested by Fabian Raetz.Jonathan Gray
2013-11-20in_var.h is not needed.Martin Pieuchot
2013-11-15Clean-up usbd_abort_pipe() usage.Paul Irofti
2013-10-21- trivial and/or obvious bug fixYojiro Uo
2013-10-07remove some debug printf.Yojiro Uo
2013-10-07add device driver for ASIX AX88178a and AX88179 Ethernet interface.Yojiro Uo