| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix correct use of USB header files. | hselasky | 2013-02-10 | 1 | -2/+2 |
* | Fix for hardware checksum offloading in SMSC driver. | hselasky | 2013-02-01 | 1 | -1/+7 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 5 | -5/+5 |
* | Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent the | jhb | 2013-01-28 | 1 | -1/+3 |
* | Add new USB ID. | hselasky | 2013-01-28 | 1 | -0/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 5 | -11/+11 |
* | Look for MAC address in FDT tree nodes that are usb network devices and | gonzo | 2012-11-23 | 1 | -1/+70 |
* | Make the USB ethernet methods constant again in if_udav.c, | hselasky | 2012-11-08 | 1 | -5/+13 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -1/+1 |
* | Add support for iPhone 5 tethering. | eadler | 2012-10-21 | 1 | -0/+3 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Make sure we don't leak a mbuf in a fail case. | hselasky | 2012-09-28 | 1 | -2/+5 |
* | Remove some trailing bytes which are not part of the ethernet packet. | hselasky | 2012-09-28 | 1 | -1/+3 |
* | Apply some more casting. | hselasky | 2012-09-22 | 1 | -5/+5 |
* | Apply correct casting. | hselasky | 2012-09-22 | 1 | -2/+2 |
* | Remove unused variable cd. | kevlo | 2012-09-17 | 1 | -2/+0 |
* | Revert r239178 and implement two new functions, namely | hselasky | 2012-08-15 | 2 | -18/+18 |
* | Merging of projects/armv6, part 5 | gonzo | 2012-08-15 | 2 | -0/+2033 |
* | Take advantage of new UCOM and bus functionality so that | hselasky | 2012-08-10 | 2 | -4/+52 |
* | The JP1082 device doesn't respond to the MII_BMSR command and it turns | rpaulo | 2012-07-15 | 2 | -3/+16 |
* | - Change the module order of these MAC drivers to be last so they are | marius | 2012-05-11 | 1 | -2/+3 |
* | Fix compiler warnings, mostly signed issues, | hselasky | 2012-04-02 | 11 | -28/+30 |
* | Add support for the MCS7832 | kevlo | 2012-02-28 | 2 | -1/+5 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | Another axe(4), found in ASUS zenbook. | kevlo | 2011-12-17 | 1 | -0/+1 |
* | Use DEVMETHOD_END. | marius | 2011-11-23 | 1 | -1/+1 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 5 | -20/+5 |
* | Style change. | hselasky | 2011-11-12 | 2 | -5/+6 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 12 | -12/+13 |
* | Implement TX/RX checksum offloading support for ASIX AX88772B | yongari | 2011-10-25 | 2 | -73/+422 |
* | This change makes it possible to define driver specific attach | yongari | 2011-10-24 | 2 | -37/+82 |
* | Close a race where SIOCGIFMEDIA ioctl get inconsistent link status. | yongari | 2011-10-17 | 5 | -5/+5 |
* | - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY | marius | 2011-10-08 | 2 | -0/+270 |
* | Add new USB ID. | hselasky | 2011-08-20 | 1 | -0/+2 |
* | Only the USB root HUB thread is allowed to attach and detach drivers | hselasky | 2011-07-18 | 5 | -5/+0 |
* | Add initial support for AX88772B USB Fast Ethernet. AX88772B | yongari | 2011-07-14 | 2 | -25/+124 |
* | Remove reviewed line from copyright header. | hselasky | 2011-07-09 | 1 | -1/+0 |
* | Add new USB 3G driver. | hselasky | 2011-07-08 | 2 | -0/+1843 |
* | Tag mbufs of all incoming frames or packets with the interface's FIB | bz | 2011-07-03 | 1 | -0/+1 |
* | - Move all USB device ID arrays into so-called sections, | hselasky | 2011-06-24 | 10 | -11/+17 |
* | Add new USB ID to UDAV driver. | hselasky | 2011-06-19 | 1 | -0/+1 |
* | Poke correct GPIO pins for newer axe(4) controllers with Marvell | yongari | 2011-06-01 | 1 | -3/+18 |
* | - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP | marius | 2011-05-03 | 4 | -24/+12 |
* | Trim some additional unnecessary <linker_set.h> includes. | jhb | 2011-04-28 | 1 | -1/+0 |
* | The maximum NCM frame size must be so that it | hselasky | 2011-04-26 | 1 | -1/+1 |
* | Add more udav device ID's. | hselasky | 2011-02-19 | 1 | -0/+4 |
* | - Fix build of manual page and inclusion of mos driver into kernel config file. | hselasky | 2011-02-17 | 1 | -3/+7 |
* | Fix build breakage in if_mos.c when USB_DEBUG option is set. | hselasky | 2011-02-16 | 1 | -1/+1 |
* | Add support for new USB to ethernet controller: | hselasky | 2011-02-16 | 2 | -0/+1199 |