summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net
Commit message (Expand)AuthorAgeFilesLines
* Merging of projects/armv6, part 5gonzo2012-08-152-0/+2033
* Take advantage of new UCOM and bus functionality so thathselasky2012-08-102-4/+52
* The JP1082 device doesn't respond to the MII_BMSR command and it turnsrpaulo2012-07-152-3/+16
* - Change the module order of these MAC drivers to be last so they aremarius2012-05-111-2/+3
* Fix compiler warnings, mostly signed issues,hselasky2012-04-0211-28/+30
* Add support for the MCS7832kevlo2012-02-282-1/+5
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Another axe(4), found in ASUS zenbook.kevlo2011-12-171-0/+1
* Use DEVMETHOD_END.marius2011-11-231-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-225-20/+5
* Style change.hselasky2011-11-122-5/+6
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-0712-12/+13
* Implement TX/RX checksum offloading support for ASIX AX88772Byongari2011-10-252-73/+422
* This change makes it possible to define driver specific attachyongari2011-10-242-37/+82
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-175-5/+5
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYmarius2011-10-082-0/+270
* Add new USB ID.hselasky2011-08-201-0/+2
* Only the USB root HUB thread is allowed to attach and detach drivershselasky2011-07-185-5/+0
* Add initial support for AX88772B USB Fast Ethernet. AX88772Byongari2011-07-142-25/+124
* Remove reviewed line from copyright header.hselasky2011-07-091-1/+0
* Add new USB 3G driver.hselasky2011-07-082-0/+1843
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+1
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-2410-11/+17
* Add new USB ID to UDAV driver.hselasky2011-06-191-0/+1
* Poke correct GPIO pins for newer axe(4) controllers with Marvellyongari2011-06-011-3/+18
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-034-24/+12
* Trim some additional unnecessary <linker_set.h> includes.jhb2011-04-281-1/+0
* The maximum NCM frame size must be so that ithselasky2011-04-261-1/+1
* Add more udav device ID's.hselasky2011-02-191-0/+4
* - Fix build of manual page and inclusion of mos driver into kernel config file.hselasky2011-02-171-3/+7
* Fix build breakage in if_mos.c when USB_DEBUG option is set.hselasky2011-02-161-1/+1
* Add support for new USB to ethernet controller:hselasky2011-02-162-0/+1199
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-119-9/+0
* r184610 changed the way how TX frames are handled on AX88178 andyongari2010-12-081-42/+31
* Add initial AX88772A support.yongari2010-11-282-4/+75
* Introduce new macro AXE_IS_178_FAMILY and AXE_IS_772. Includeyongari2010-11-282-13/+26
* Do full controller initialization in axe_reset() for controllersyongari2010-11-281-0/+6
* Make sure to change to currently selected media.yongari2010-11-281-0/+2
* Do not reinitialize controller if it's already running.yongari2010-11-281-0/+3
* Move axe_reset() to axe_init().yongari2010-11-281-2/+2
* Apply GPIO configuration for all CICADA PHYs.yongari2010-11-281-2/+5
* Remove unused struct rue_typekevlo2010-11-151-5/+0
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numbern_hibma2010-11-051-0/+2
* - Simplify the way unit/subunit allocation is done in ucom.n_hibma2010-11-031-14/+13
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-3/+4
* USB network (NCM driver):hselasky2010-10-132-25/+125
* USB Network:hselasky2010-10-132-0/+612
* USB network (UHSO):hselasky2010-10-131-1/+1
* Do not setup interrupt endpoint for axe(4).yongari2010-10-112-34/+0
OpenPOWER on IntegriCloud