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