summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net/if_axe.c
Commit message (Expand)AuthorAgeFilesLines
* Add suppoort for the Sitecom LN-031kp2015-12-311-0/+1
* Create a USB_PNP_INFO and use it to export the existing PNPimp2015-12-111-0/+1
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canhselasky2015-01-051-1/+1
* Mechanically convert to if_inc_counter().glebius2014-09-181-6/+6
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Add Lenovo USB 2.0 Ethernet adapter.yongari2013-06-251-0/+1
* When RX checksum offloading is active, AX88772B will prepend ayongari2013-06-241-6/+5
* Remove unused variable sc_tx_bufsz.kevlo2013-06-131-4/+0
* Add new USB ID.hselasky2013-01-281-0/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-1/+1
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-2/+2
* Another axe(4), found in ASUS zenbook.kevlo2011-12-171-0/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-4/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Implement TX/RX checksum offloading support for ASIX AX88772Byongari2011-10-251-73/+328
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-171-1/+1
* Only the USB root HUB thread is allowed to attach and detach drivershselasky2011-07-181-1/+0
* Add initial support for AX88772B USB Fast Ethernet. AX88772Byongari2011-07-141-24/+96
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-1/+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-031-6/+3
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* r184610 changed the way how TX frames are handled on AX88178 andyongari2010-12-081-42/+31
* Add initial AX88772A support.yongari2010-11-281-4/+56
* Introduce new macro AXE_IS_178_FAMILY and AXE_IS_772. Includeyongari2010-11-281-12/+15
* 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
* Do not setup interrupt endpoint for axe(4).yongari2010-10-111-33/+0
* Don't count input error twice. uether_rxbuf() already updated thatyongari2010-10-041-4/+3
* Make upper stack know driver's output status. This change increasedyongari2010-10-041-3/+8
* Move updating TX packet counter to the inside of send loop. axe(4)yongari2010-10-041-1/+11
* Add new device ids.sanpei2010-09-211-0/+2
* Add GPIO programming for more PHY hardware.thompsa2010-09-021-29/+78
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-0/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-1/+1
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makethompsa2009-12-261-26/+28
* Add new device ids.thompsa2009-12-091-0/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-1/+1
* Allow setting of MAC address for AXE based ethernet adapters.thompsa2009-09-281-4/+5
* Increase the rx buffer size to 16384 bytes, this increases RX performance fromthompsa2009-09-281-29/+26
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-43/+61
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-56/+56
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-12/+12
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-20/+20
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
OpenPOWER on IntegriCloud