| Commit message (Expand) | Author | Age | Files | Lines |
| * | Port de driver to alpha. | Doug Rabson | 1998-09-16 | 1 | -3/+37 |
| * | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 1 | -2/+2 |
| * | Merge changes from vendor branch. | Peter Wemm | 1998-07-08 | 1 | -2/+11 |
| * | Merge changes from vendor branch; | Peter Wemm | 1998-06-13 | 3 | -26/+49 |
| * | Fixed pedantic semantics errors (bitfields not of type int, signed int | Bruce Evans | 1998-06-08 | 1 | -2/+2 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
| * | merge benfor branch changes onto mainline. | Peter Wemm | 1998-03-08 | 3 | -60/+498 |
| * | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | Julian Elischer | 1998-03-08 | 1 | -1/+3 |
| * | Removed unused #includes. | Bruce Evans | 1998-02-20 | 1 | -3/+1 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -2/+1 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+2 |
| * | Make INET a proper option. | Eivind Eklund | 1998-01-08 | 1 | -2/+5 |
| * | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. | Eivind Eklund | 1997-12-15 | 1 | -1/+3 |
| * | Ifdefed a conditionally used #include. | Bruce Evans | 1997-11-22 | 1 | -2/+4 |
| * | Merge 971020 stuff.. Check 21142? SROM CRC. | Peter Wemm | 1997-11-08 | 2 | -7/+13 |
| * | Recognize even more of the Znyx 314 cards. | Poul-Henning Kamp | 1997-10-25 | 1 | -2/+2 |
| * | Add an $Id$ | Peter Wemm | 1997-10-18 | 1 | -0/+1 |
| * | Merge in changes from Matt. Accton EN12xx support, bugfixes. There is | Peter Wemm | 1997-10-18 | 2 | -43/+192 |
| * | Import Matt's current de driver... He appears to be maintaining it in | Peter Wemm | 1997-10-18 | 1 | -7/+27 |
| * | Attempt to support IPX. | Peter Wemm | 1997-10-12 | 1 | -1/+22 |
| * | ``oops''. I cut/pasted the original free()'s based on mark's suggestion | Peter Wemm | 1997-09-20 | 1 | -4/+4 |
| * | Missed a place where the extra descriptor buffers would need to be | Peter Wemm | 1997-09-18 | 1 | -1/+3 |
| * | malloc() the rx and tx descriptors seperately rather than as part of the | Peter Wemm | 1997-09-11 | 2 | -2/+17 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-02 | 1 | -16/+1 |
| * | Merge Matt's if_de.c changes in. | Peter Wemm | 1997-08-03 | 1 | -286/+546 |
| * | Import Matt's if_de driver 970703 release. This (apparently) supports | Peter Wemm | 1997-08-03 | 2 | -8/+88 |
| * | Initial set of patches to get it to compile on >= 3.0. Most of the | Peter Wemm | 1997-06-22 | 1 | -2409/+2968 |
| * | Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. The | Peter Wemm | 1997-06-22 | 2 | -0/+1564 |
| * | Recognize ZNYX 314 cards that have a MAC address with the low bit set. | Poul-Henning Kamp | 1997-04-05 | 1 | -2/+2 |
| * | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | Bruce Evans | 1997-03-24 | 1 | -2/+2 |
| * | Added Accton EN1207-TX support. | KATO Takenori | 1997-03-23 | 1 | -1/+4 |
| * | Added Allied Telesis CenterCOM LA100-PCI support. Currently, full | KATO Takenori | 1997-03-20 | 1 | -1/+5 |
| * | Add support for the SMC9332BDT that's using the DE21140A chip. This | Joerg Wunsch | 1997-02-23 | 1 | -1/+15 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Use the new if_multiaddrs list for multicast addresses rather than the | Garrett Wollman | 1997-01-13 | 1 | -58/+52 |
| * | Cosmetic code cleanup from Matt's latest driver. | Rodney W. Grimes | 1996-12-01 | 1 | -279/+313 |
| * | Put the packet error printf inside #ifdef DIAGNOSTIC. | David Greenman | 1996-11-10 | 1 | -1/+3 |
| * | Updated #includes to 4.4lite style. | Bruce Evans | 1996-10-15 | 1 | -2/+2 |
| * | Implement the 802.3 MIB in a way that uses the generic interface | Garrett Wollman | 1996-10-10 | 1 | -3/+17 |
| * | Add back shutdown support, this time using the at_shutdown() mechanism. | David Greenman | 1996-09-20 | 1 | -14/+11 |
| * | Updated driver to a newer version from Matt Thomas, preserving our local | David Greenman | 1996-09-18 | 1 | -476/+667 |
| * | Remove devconf, it never grew up to be of any use. | Poul-Henning Kamp | 1996-09-06 | 1 | -11/+7 |
| * | Use ether_ioctl() to do a lot of grunt work. | Poul-Henning Kamp | 1996-08-06 | 1 | -47/+6 |
| * | Updated this driver to a newer version from Matt. This should fix several | David Greenman | 1996-06-14 | 1 | -662/+2350 |
| * | Let the user know what errors are experienced on received packets. | Garrett Wollman | 1996-05-21 | 1 | -2/+13 |
| * | Another sweep over the pmap/vm macros, this time with more focus on | Poul-Henning Kamp | 1996-05-03 | 1 | -2/+2 |
| * | removed: | Poul-Henning Kamp | 1996-05-02 | 1 | -3/+3 |
| * | Eliminate reference to ac_ipaddr in FreeBSD case. | Bill Fenner | 1996-03-23 | 1 | -2/+2 |
| * | Clean up Ethernet drivers: | Garrett Wollman | 1996-02-06 | 1 | -8/+7 |