opnsense-src/sys/dev/usb/net
Hans Petter Selasky 4da9ba7e7f When setting up VLANs on a Raspberry Pi ethernet port, the MTU drops
from 1500 to 1496 bytes. The MTU should remain at 1500, extending the
frame size as per IEEE 802.3. Adding IFCAP_VLAN_MTU to the
if_capabilities field in the smsc driver solves the problem.  The
datasheet for the LAN9512 chip, section 3.2.3 states that the chip
supports the extended frame.

Submitted by:	rpp@ci.com.au
MFC after:	1 week
PR:		205050
2015-12-07 18:55:33 +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 Remove unused variable sc_tx_bufsz. 2013-06-13 05:46:19 +00:00
if_axge.c Add Lenovo ThinkPad OneLink GigaLAN. 2015-04-07 01:47:36 +00:00
if_axgereg.h Replace the whole license block with the standard one. 2014-07-31 05:12:21 +00:00
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 Fix a typo: s/KLSI/CATC/ 2013-06-13 01:33:01 +00:00
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 Add support for the MCS7832 2012-02-28 15:45:42 +00:00
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 When setting up VLANs on a Raspberry Pi ethernet port, the MTU drops 2015-12-07 18:55:33 +00:00
if_smscreg.h Merging of projects/armv6, part 5 2012-08-15 04:03:55 +00:00
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 The JP1082 device doesn't respond to the MII_BMSR command and it turns 2012-07-15 05:49:02 +00:00
if_ure.c Add initial support for RTL8152 USB Fast Ethernet. RTL8152 supports 2015-12-01 05:12:13 +00:00
if_urereg.h Add initial support for RTL8152 USB Fast Ethernet. RTL8152 supports 2015-12-01 05:12:13 +00:00
if_urndis.c Fix for unaligned IP-header. 2015-11-06 12:54:27 +00:00
if_urndisreg.h Fix kernelbuild when full debugging features are enabled. 2014-02-06 10:38:40 +00:00
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 Add new USB 3G driver. 2011-07-08 10:58:56 +00:00
ruephy.c The MII layer shouldn't care about administrative status of an 2013-10-26 18:40:17 +00:00
ruephyreg.h - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY 2011-10-08 12:33:10 +00:00
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 This change makes it possible to define driver specific attach 2011-10-24 23:38:11 +00:00