freebsd-nq/sys/dev/usb/net
Hans Petter Selasky a51f980180 Fix for unaligned IP-header.
The mbuf length fields must be set before m_adj() is called else
m_adj() will not always adjust the mbuf and an unaligned read
exception can trigger inside the network stack. This can happen on
platforms where unaligned reads are not supported. Adjust a length
check to include the 2-byte ethernet alignment while at it.

MFC after:	3 days
2015-11-06 12:54:27 +00:00
..
if_aue.c Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can 2015-01-05 15:04:17 +00:00
if_auereg.h
if_axe.c Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can 2015-01-05 15:04:17 +00:00
if_axereg.h
if_axge.c Add Lenovo ThinkPad OneLink GigaLAN. 2015-04-07 01:47:36 +00:00
if_axgereg.h
if_cdce.c Fix for unaligned IP-header. 2015-11-06 12:54:27 +00:00
if_cdcereg.h o Notify USB host about connection when operating in device mode. 2015-01-17 12:31:26 +00:00
if_cue.c Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can 2015-01-05 15:04:17 +00:00
if_cuereg.h
if_ipheth.c Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can 2015-01-05 15:04:17 +00:00
if_iphethvar.h
if_kue.c Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can 2015-01-05 15:04:17 +00:00
if_kuefw.h
if_kuereg.h
if_mos.c Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can 2015-01-05 15:04:17 +00:00
if_mosreg.h
if_rue.c Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can 2015-01-05 15:04:17 +00:00
if_ruereg.h
if_smsc.c Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can 2015-01-05 15:04:17 +00:00
if_smscreg.h
if_udav.c Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can 2015-01-05 15:04:17 +00:00
if_udavreg.h
if_urndis.c Fix for unaligned IP-header. 2015-11-06 12:54:27 +00:00
if_urndisreg.h
if_usie.c Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can 2015-01-05 15:04:17 +00:00
if_usievar.h
ruephy.c
ruephyreg.h
uhso.c Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can 2015-01-05 15:04:17 +00:00
usb_ethernet.c Use SYSCTL_OUT_STR() to return strings. 2015-03-14 21:40:33 +00:00
usb_ethernet.h