summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_axe.c
AgeCommit message (Expand)Author
2010-01-09Explicitly turn on mii/gmii/rgmii for the 178/gigabit devicesJonathan Gray
2009-11-22add a bunch of devices found in linux driversJonathan Gray
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-09-20Support the AX88772A model (found while shopping today); tested by mtuTheo de Raadt
2009-05-13Support setting a different MAC address from the one in EEPROMJonathan Gray
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-06Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowedBrad Smith
2008-11-02Remove duplicate call to ether_ifdetach() in axe_detach()Jonathan Gray
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-21Add missing splnet to the ioctl handler.Brad Smith
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-05-14Remove the duplicate Billionton id.Brad Smith
2008-05-11Add the Buffalo (MELCO) LUA-U2-GT id.Brad Smith
2008-05-06Add support for the Apple USB Ethernet adapter.Marco Pfatschbacher
2008-02-22Simon Dick in FreeBSD PR 96714Jonathan Gray
2007-11-23Sanitize the use of timeouts:Marc Balmer
2007-10-27Deal with usb string printing changes.Jonathan Gray
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-13Remove the definition and usage of the IF_INPUT macro which was definedMarc Balmer
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-11Remove the definition and usage of the USBGETSOFTC macro, which was reallyMarc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-10Remove definitions and usage of usb_callout and related macros. These macrosMarc Balmer
2007-06-09Remove the definition and use of if_deactivate(). It was defined empty andMarc Balmer
2007-06-05Remove the "Static" declaration of many functions. It was defined to be emptyMarc Balmer
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2007-05-21Remove logprintf macroJonathan Gray
2007-05-21Remove Ether_ifattach macroJonathan Gray
2007-05-14Convert from lockmgr to rwlock.Jonathan Gray
2007-05-05Remove axe_rxstart() which is an uneeded leftover from the FreeBSD version.Jonathan Gray
2007-04-26USB device lists do not need a terminating sentinel, so don't provide any;Miod Vallat
2007-04-09Assert my copyright for the AX88178/AX88772 bits over the last few years.Jonathan Gray
2007-04-09Remove any possibility of of an underflow happening whenJonathan Gray
2007-04-09Add missing letoh16() for eeprom value.Jonathan Gray
2007-02-17Add some additional device ids found in Linux driver.Jonathan Gray
2007-01-18Add a bunch of as yet untested AX88178 devices.Jonathan Gray
2007-01-18Add support for AX88772 devices with external PHY.Jonathan Gray
2006-12-07some cleanup for axe(4):Reyk Floeter
2006-12-04avoid unnecessary copies (memcpy(x, x, n)) in the TX path.Damien Bergamini
2006-10-03don't use IF_PREPEND() on altq's.Damien Bergamini
2006-07-09get rid of some ifdef __otherbsd__ goo. no binary changeDavid Gwynne
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-06-01Pass the value of IPG2 to the AX88178 in the index register.Christopher Pascoe
2006-06-01KNF.Christopher Pascoe
2006-06-01Whitespace cleanup.Christopher Pascoe
2006-04-23Remove superfluous use of usb_callout_init() (== timeout_set()).Kenneth R Westerback
2006-04-13free mem if attach fails; netbsd coverity cid 2329Jolan Luff
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller