summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_smsc.c
AgeCommit message (Expand)Author
2016-07-31Use m_devget(9).Mark Kettenis
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-01-20remove an unused ifp variableJonathan Gray
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24No need for "vlan.h" if you don't check for "#if NVLAN > 0".Martin Pieuchot
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-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-18Only match devices with a valid configuration.Martin Pieuchot
2015-03-23unlock MII on smsc_miibus_writereg errorJonathan Gray
2015-03-23Convert to if_input(), tested by jsg@, thanks!Martin Pieuchot
2015-03-19unlock MII on smsc_miibus_readreg errorJonathan Gray
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
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-07Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'sMartin Pieuchot
2013-11-15Clean-up usbd_abort_pipe() usage.Paul Irofti
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-07-02Rearrange the inequalities.Brad Smith
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-03-28proc.h is way too much header for usb to handle.Ted Unangst
2012-11-10Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2012-09-27Use a smaller buffer size when not attached to a high speed/usb2Jonathan Gray
2012-09-27make smsc work on big endian archsJonathan Gray
2012-09-19match some more LAN95xx device idsJonathan Gray
2012-09-19SMSC LAN95xx 10/100 USB Ethernet driver, ported from FreeBSD.Jonathan Gray