plan9fox/sys
cinap_lenrek 52fc6d50d4 nusb/ether: fix wrong size check causing odd sized packets to be discarded (thanks mischief!)
ethernet packets with sizes that where not multiples of 4 where
discarded because the check uses the smsc frame size instead of
the payload size. when a usb read returns just one packet, theres
no next frame header and the calculated frame size is bigger than
the usb read which caused the whole packet to be discarded as invalid.

thanks to mischief for testing and debugging!
2013-10-16 16:42:40 +02:00
..
doc
games/lib fortunes: I think we're done here. 2013-10-02 18:02:49 -04:00
include reverting semaphore lock changes from sources (r41ccd6d221da, rb28756e5ba29) 2013-09-26 22:24:31 +02:00
lib rootstub: create directories for mips 2013-09-21 21:21:18 +02:00
man add sdp(3) from sources 2013-10-04 13:52:22 +02:00
src nusb/ether: fix wrong size check causing odd sized packets to be discarded (thanks mischief!) 2013-10-16 16:42:40 +02:00