| Commit message (Expand) | Author | Age | Files | Lines |
* | Note the Belkin F5U111 Adapter is covered by NETMATE entry. | imp | 2007-06-23 | 1 | -0/+1 |
* | Use device_foo_t to declare kobj methods | imp | 2007-06-18 | 1 | -6/+6 |
* | Remove USBGETSOFTC, USB_ATTACH_START, USB_DETACH_START and | imp | 2007-06-17 | 1 | -1/+2 |
* | Expand USB_MATCH_START | imp | 2007-06-17 | 1 | -1/+1 |
* | Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functional | imp | 2007-06-13 | 1 | -2/+4 |
* | Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from | imp | 2007-06-12 | 1 | -4/+4 |
* | Prefer device_printf to printf where sane. | imp | 2007-06-11 | 1 | -32/+29 |
* | The devinfo stuff has been moved up into the parent bus. There's no | imp | 2007-06-09 | 1 | -6/+0 |
* | Remove compat ifdefs for FreeBSD versions < 500014, makes the code | brueffer | 2007-05-12 | 1 | -25/+0 |
* | More removing compatibility macros. | imp | 2006-09-07 | 1 | -2/+2 |
* | s/Static/static/g | imp | 2006-09-06 | 1 | -53/+53 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -1/+1 |
* | Add missing mtx_destroy() when if_alloc() fails. | ru | 2005-09-16 | 1 | -1/+5 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -13/+13 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+2 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -12/+16 |
* | 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 | -124/+48 |
* | Move xxx_newbuf() function, which was the same in all drivers into central | sobomax | 2005-03-25 | 1 | -39/+5 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | 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 | -9/+1 |
* | 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 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -5/+0 |
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | obrien | 2003-12-08 | 1 | -3/+3 |
* | Remove duplicate | johan | 2003-11-14 | 1 | -3/+0 |
* | Despam the const poisoning | imp | 2003-11-14 | 1 | -5/+5 |
* | Try to create some sort of consistency in how the routings to find the | obrien | 2003-11-13 | 1 | -6/+8 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Const poison the crc calcuation routines so const data can be sent to | imp | 2003-10-23 | 1 | -3/+3 |
* | Make it easier to run this code on RELENG_4. | joe | 2003-10-04 | 1 | -1/+25 |
* | 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 |
* | WARNING: white space diff | jmg | 2003-07-04 | 1 | -2/+2 |
* | Fix indentation. | phk | 2003-05-31 | 1 | -2/+2 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -2/+3 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 1 | -7/+3 |
* | - Use if_broadcastaddr from struct ifnet rather than relying on | mdodd | 2003-03-21 | 1 | -1/+1 |
* | 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 |
* | We not long need to use USBD_NO_TSLEEP. | joe | 2002-04-07 | 1 | -15/+7 |
* | MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10), | joe | 2002-04-07 | 1 | -2/+3 |
* | Use the UE_GET_XFERTYPE macro. | joe | 2002-04-06 | 1 | -3/+3 |
* | Rename csr_{read,write}_* to cue_csr_{read,write}_*. | joe | 2002-04-06 | 1 | -21/+21 |
* | Rename foo_gone to foo_dying, in keeping with the rest of the usb code. | joe | 2002-04-06 | 1 | -9/+9 |
* | Replace device_t with device_ptr_t. | joe | 2002-04-06 | 1 | -6/+6 |