index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_smsc.c
Age
Commit message (
Expand
)
Author
2016-07-31
Use m_devget(9).
Mark Kettenis
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-01-20
remove an unused ifp variable
Jonathan Gray
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
No need for "vlan.h" if you don't check for "#if NVLAN > 0".
Martin Pieuchot
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-06-18
Only match devices with a valid configuration.
Martin Pieuchot
2015-03-23
unlock MII on smsc_miibus_writereg error
Jonathan Gray
2015-03-23
Convert to if_input(), tested by jsg@, thanks!
Martin Pieuchot
2015-03-19
unlock MII on smsc_miibus_readreg error
Jonathan Gray
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-07-13
No need for <netinet/in_systm.h> here.
Martin Pieuchot
2014-07-12
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
Martin Pieuchot
2014-03-07
Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's
Martin Pieuchot
2013-11-15
Clean-up usbd_abort_pipe() usage.
Paul Irofti
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-07-02
Rearrange the inequalities.
Brad Smith
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-03-28
proc.h is way too much header for usb to handle.
Ted Unangst
2012-11-10
Rewrite the receive filter handling code and cleanup the ioctl bits.
Brad Smith
2012-09-27
Use a smaller buffer size when not attached to a high speed/usb2
Jonathan Gray
2012-09-27
make smsc work on big endian archs
Jonathan Gray
2012-09-19
match some more LAN95xx device ids
Jonathan Gray
2012-09-19
SMSC LAN95xx 10/100 USB Ethernet driver, ported from FreeBSD.
Jonathan Gray