| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC (by ru) | Xin LI | 2005-10-09 | 1 | -1/+5 |
| * | 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 | -13/+13 |
| * | 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 | -12/+16 |
| * | 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 | -124/+48 |
| * | Move xxx_newbuf() function, which was the same in all drivers into central | Maxim Sobolev | 2005-03-25 | 1 | -39/+5 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | 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 | -9/+1 |
| * | 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 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -5/+0 |
| * | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | David E. O'Brien | 2003-12-08 | 1 | -3/+3 |
| * | Remove duplicate | Johan Karlsson | 2003-11-14 | 1 | -3/+0 |
| * | Despam the const poisoning | Warner Losh | 2003-11-14 | 1 | -5/+5 |
| * | Try to create some sort of consistency in how the routings to find the | David E. O'Brien | 2003-11-13 | 1 | -6/+8 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
| * | Const poison the crc calcuation routines so const data can be sent to | Warner Losh | 2003-10-23 | 1 | -3/+3 |
| * | Make it easier to run this code on RELENG_4. | Josef Karthauser | 2003-10-04 | 1 | -1/+25 |
| * | 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 |
| * | WARNING: white space diff | John-Mark Gurney | 2003-07-04 | 1 | -2/+2 |
| * | Fix indentation. | Poul-Henning Kamp | 2003-05-31 | 1 | -2/+2 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -2/+3 |
| * | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 1 | -7/+3 |
| * | - Use if_broadcastaddr from struct ifnet rather than relying on | Matthew N. Dodd | 2003-03-21 | 1 | -1/+1 |
| * | 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 |
| * | We not long need to use USBD_NO_TSLEEP. | Josef Karthauser | 2002-04-07 | 1 | -15/+7 |
| * | MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10), | Josef Karthauser | 2002-04-07 | 1 | -2/+3 |
| * | Use the UE_GET_XFERTYPE macro. | Josef Karthauser | 2002-04-06 | 1 | -3/+3 |
| * | Rename csr_{read,write}_* to cue_csr_{read,write}_*. | Josef Karthauser | 2002-04-06 | 1 | -21/+21 |
| * | Rename foo_gone to foo_dying, in keeping with the rest of the usb code. | Josef Karthauser | 2002-04-06 | 1 | -9/+9 |
| * | Replace device_t with device_ptr_t. | Josef Karthauser | 2002-04-06 | 1 | -6/+6 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -2/+2 |
| * | Use ANSI prototypes and declarations. | Josef Karthauser | 2002-04-02 | 1 | -99/+77 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -33/+32 |
| * | Make these depend on the usb module so they can use its symbols if they | Peter Wemm | 2001-08-22 | 1 | -1/+1 |
| * | Since -CURRENT requires module dependencies to actually be correct for | Brian Feldman | 2001-03-29 | 1 | -0/+1 |
| * | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | Poul-Henning Kamp | 2001-02-06 | 1 | -1/+1 |
| * | Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of | Poul-Henning Kamp | 2001-02-03 | 1 | -2/+1 |
| * | Implement MTX_RECURSE flag for mtx_init(). | Bosko Milekic | 2001-01-19 | 1 | -1/+2 |
| * | Convert the USB ethernet drivers to use mutexes. Also convert | Bill Paul | 2000-10-24 | 1 | -61/+66 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | Make all Ethernet drivers attach using ether_ifattach() and detach using | Archie Cobbs | 2000-07-13 | 1 | -6/+3 |
| * | Handle watchdog timeouts better. We can't really call the foo_init() | Bill Paul | 2000-06-01 | 1 | -4/+10 |