| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -13/+17 |
* | Fix breakage in the previous commit caused by the last-minute change. | sobomax | 2005-03-25 | 1 | -3/+2 |
* | Move Rx/Tx lists management routines into central location. | sobomax | 2005-03-25 | 1 | -126/+50 |
* | Move xxx_newbuf() function, which was the same in all drivers into central | sobomax | 2005-03-25 | 1 | -39/+5 |
* | Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB framework | rwatson | 2004-08-11 | 1 | -1/+2 |
* | MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes. | imp | 2004-06-27 | 1 | -1/+1 |
* | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | naddy | 2004-06-09 | 1 | -21/+2 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 1 | -1/+0 |
* | Replace the static "qdat" structure with a per-instance softc field | iedowse | 2004-05-23 | 1 | -5/+3 |
* | Add support for the ADMtek AN8513 USB Ethernet adapter. | obrien | 2004-04-16 | 1 | -0/+1 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -5/+0 |
* | Add support HP hn210e usb ethernet | sanpei | 2003-12-17 | 1 | -0/+1 |
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | obrien | 2003-12-08 | 1 | -5/+5 |
* | Remove duplicate | johan | 2003-11-14 | 1 | -3/+0 |
* | Try to create some sort of consistency in how the routings to find the | obrien | 2003-11-13 | 1 | -5/+7 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Make it easier to run this code on RELENG_4. | joe | 2003-10-04 | 1 | -1/+23 |
* | Support the Hawking Technology's UF100 Pegasus II 10/100 USB Ethernet. | obrien | 2003-09-18 | 1 | -0/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -0/+3 |
* | add missing machine/bus.h headers that are now necessary because of the | jmg | 2003-07-16 | 1 | -0/+1 |
* | Add support for a bunch of Microsoft networking products: | wpaul | 2003-07-10 | 1 | -0/+1 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -3/+4 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 1 | -7/+3 |
* | Used correct aue_flags in ELECOM LD-USB/T and ELECOM LD-USB/TX. | shiba | 2003-03-05 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -10/+4 |
* | Add support for a couple of network adapters; the 3Com 3C460B and | joe | 2002-07-30 | 1 | -0/+2 |
* | MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II) | joe | 2002-07-09 | 1 | -0/+1 |
* | Add a couple of new aue ethernet adapters from NetBSD: | joe | 2002-05-27 | 1 | -0/+2 |
* | Use aue_lookup for looking up devices. | joe | 2002-05-26 | 1 | -76/+68 |
* | Fix a panic by allocating the iface structure locally in the attach | joe | 2002-05-23 | 1 | -3/+13 |
* | Revert part of revision 1.49 which was supposed to be white space | joe | 2002-04-17 | 1 | -1/+1 |
* | We not long need to use USBD_NO_TSLEEP. | joe | 2002-04-07 | 1 | -8/+4 |
* | MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10), | joe | 2002-04-07 | 1 | -3/+7 |
* | Use the UE_GET_XFERTYPE macro. | joe | 2002-04-06 | 1 | -3/+3 |
* | Another step in merging our if_aue driver with NetBSD's. | joe | 2002-04-06 | 1 | -20/+9 |
* | Rename foo_gone to foo_dying, in keeping with the rest of the usb code. | joe | 2002-04-06 | 1 | -8/+8 |
* | Replace device_t with device_ptr_t. | joe | 2002-04-06 | 1 | -12/+12 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -2/+2 |
* | Reduce differences between NetBSD's version and ours. | joe | 2002-04-02 | 1 | -94/+85 |
* | Use ANSI prototypes and declarations. | joe | 2002-04-02 | 1 | -156/+123 |
* | Add more usb adapters, from NetBSD. | joe | 2002-03-31 | 1 | -14/+45 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -42/+41 |
* | Add a new linksys ethernet adapter: USB_PRODUCT_LINKSYS_USB10TX2. | joe | 2002-01-03 | 1 | -0/+1 |
* | Support MELCO LUA2-TX USB ethernet adaptor. | sumikawa | 2001-11-19 | 1 | -32/+38 |
* | Do not call mii_polltick() immediately after mii_tick(). | jlemon | 2001-09-29 | 1 | -7/+5 |
* | Add support for the Accton USB320-EC Ethernet adapter. | dwhite | 2001-09-09 | 1 | -0/+1 |
* | Make these depend on the usb module so they can use its symbols if they | peter | 2001-08-22 | 1 | -1/+2 |