summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_smsc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix misplaced parenthesis inside an if-clause. already fixed in FreeBSD in revmestre2018-08-251-2/+2
* Device trees for the Rasperry Pi are still in flux. Catch up with thekettenis2017-07-291-6/+22
* The videocore portion of the raspberry pi which boots the arm cores andjsg2017-02-121-1/+29
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+1
* Use m_devget(9).kettenis2016-07-311-27/+3
* G/C IFQ_SET_READY().mpi2016-04-131-3/+1
* remove an unused ifp variablejsg2016-01-201-3/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-7/+8
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* No need for "vlan.h" if you don't check for "#if NVLAN > 0".mpi2015-11-241-2/+1
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-3/+4
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Only match devices with a valid configuration.mpi2015-06-181-15/+6
* unlock MII on smsc_miibus_writereg errorjsg2015-03-231-1/+2
* Convert to if_input(), tested by jsg@, thanks!mpi2015-03-231-11/+6
* unlock MII on smsc_miibus_readreg errorjsg2015-03-191-3/+3
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-5/+1
* No need for <netinet/in_systm.h> here.mpi2014-07-131-3/+1
* Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were tompi2014-07-121-20/+2
* Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'smpi2014-03-071-6/+3
* Clean-up usbd_abort_pipe() usage.pirofti2013-11-151-16/+4
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Rearrange the inequalities.brad2013-07-021-2/+2
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-6/+6
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+1
* Rewrite the receive filter handling code and cleanup the ioctl bits.brad2012-11-101-47/+31
* Use a smaller buffer size when not attached to a high speed/usb2jsg2012-09-271-6/+11
* make smsc work on big endian archsjsg2012-09-271-3/+1
* match some more LAN95xx device idsjsg2012-09-191-2/+19
* SMSC LAN95xx 10/100 USB Ethernet driver, ported from FreeBSD.jsg2012-09-191-0/+1454