| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvs | Ken Smith | 2008-11-26 | 1 | -1/+1 |
| * | MFC: | Max Laier | 2007-02-10 | 1 | -5/+7 |
| * | MFC: | Florent Thoumie | 2006-11-14 | 1 | -0/+1 |
| * | MFC r1.97 | Andrew Thompson | 2006-07-25 | 1 | -5/+6 |
| * | MFC: | Gleb Smirnoff | 2006-03-17 | 1 | -1/+0 |
| * | MFC (by ru) | Xin LI | 2005-10-09 | 1 | -1/+6 |
| * | Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 | Robert Watson | 2005-08-25 | 1 | -14/+14 |
| * | Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255 | Robert Watson | 2005-08-24 | 1 | -0/+2 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -13/+17 |
| * | Fix breakage in the previous commit caused by the last-minute change. | Maxim Sobolev | 2005-03-25 | 1 | -3/+2 |
| * | Move Rx/Tx lists management routines into central location. | Maxim Sobolev | 2005-03-25 | 1 | -126/+50 |
| * | Move xxx_newbuf() function, which was the same in all drivers into central | Maxim Sobolev | 2005-03-25 | 1 | -39/+5 |
| * | Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB framework | Robert Watson | 2004-08-11 | 1 | -1/+2 |
| * | MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes. | Warner Losh | 2004-06-27 | 1 | -1/+1 |
| * | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber | 2004-06-09 | 1 | -21/+2 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | Replace the static "qdat" structure with a per-instance softc field | Ian Dowse | 2004-05-23 | 1 | -5/+3 |
| * | Add support for the ADMtek AN8513 USB Ethernet adapter. | David E. O'Brien | 2004-04-16 | 1 | -0/+1 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -5/+0 |
| * | Add support HP hn210e usb ethernet | MIHIRA Sanpei Yoshiro | 2003-12-17 | 1 | -0/+1 |
| * | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | David E. O'Brien | 2003-12-08 | 1 | -5/+5 |
| * | Remove duplicate | Johan Karlsson | 2003-11-14 | 1 | -3/+0 |
| * | Try to create some sort of consistency in how the routings to find the | David E. O'Brien | 2003-11-13 | 1 | -5/+7 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
| * | Make it easier to run this code on RELENG_4. | Josef Karthauser | 2003-10-04 | 1 | -1/+23 |
| * | Support the Hawking Technology's UF100 Pegasus II 10/100 USB Ethernet. | David E. O'Brien | 2003-09-18 | 1 | -0/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -0/+3 |
| * | add missing machine/bus.h headers that are now necessary because of the | John-Mark Gurney | 2003-07-16 | 1 | -0/+1 |
| * | Add support for a bunch of Microsoft networking products: | Bill Paul | 2003-07-10 | 1 | -0/+1 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -3/+4 |
| * | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 1 | -7/+3 |
| * | Used correct aue_flags in ELECOM LD-USB/T and ELECOM LD-USB/TX. | Takeshi Shibagaki | 2003-03-05 | 1 | -2/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -10/+4 |
| * | Add support for a couple of network adapters; the 3Com 3C460B and | Josef Karthauser | 2002-07-30 | 1 | -0/+2 |
| * | MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II) | Josef Karthauser | 2002-07-09 | 1 | -0/+1 |
| * | Add a couple of new aue ethernet adapters from NetBSD: | Josef Karthauser | 2002-05-27 | 1 | -0/+2 |
| * | Use aue_lookup for looking up devices. | Josef Karthauser | 2002-05-26 | 1 | -76/+68 |
| * | Fix a panic by allocating the iface structure locally in the attach | Josef Karthauser | 2002-05-23 | 1 | -3/+13 |
| * | Revert part of revision 1.49 which was supposed to be white space | Josef Karthauser | 2002-04-17 | 1 | -1/+1 |
| * | We not long need to use USBD_NO_TSLEEP. | Josef Karthauser | 2002-04-07 | 1 | -8/+4 |
| * | MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10), | Josef Karthauser | 2002-04-07 | 1 | -3/+7 |
| * | Use the UE_GET_XFERTYPE macro. | Josef Karthauser | 2002-04-06 | 1 | -3/+3 |
| * | Another step in merging our if_aue driver with NetBSD's. | Josef Karthauser | 2002-04-06 | 1 | -20/+9 |
| * | Rename foo_gone to foo_dying, in keeping with the rest of the usb code. | Josef Karthauser | 2002-04-06 | 1 | -8/+8 |
| * | Replace device_t with device_ptr_t. | Josef Karthauser | 2002-04-06 | 1 | -12/+12 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -2/+2 |
| * | Reduce differences between NetBSD's version and ours. | Josef Karthauser | 2002-04-02 | 1 | -94/+85 |