Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-01 | sync | Theo de Raadt | |
2000-09-01 | a comment | Theo de Raadt | |
2000-09-01 | re | Michael Shalayeff | |
2000-09-01 | 3ware escalade | Michael Shalayeff | |
2000-09-01 | sync | Theo de Raadt | |
2000-09-01 | newish stuff, based on various trawling | Theo de Raadt | |
2000-08-30 | regen. | Federico G. Schwindt | |
2000-08-30 | Remove entry added during the ne break. Should work fine now. | Federico G. Schwindt | |
2000-08-30 | - Finally fix the problem introduced after the ax88190 support; the MAC | Federico G. Schwindt | |
should be read correctly in all cards. - Disable support for AX88190 till I get some card for testing. Thanks to palante@subterrain.net for testing. | |||
2000-08-29 | From FreeBSD: split out the support for XMAC-II phys and other phys | Jason Wright | |
add xmphy & brgphy to GENERIC | |||
2000-08-29 | openbsdisms | Jason Wright | |
2000-08-28 | add xmphy | Jason Wright | |
2000-08-28 | driver for the XAQTI XMACII phy from FreeBSD | Jason Wright | |
2000-08-28 | sync | Jason Wright | |
2000-08-28 | missed xxXAQTI | Jason Wright | |
2000-08-28 | hush | Jason Wright | |
2000-08-28 | driver for broadcom 5400 from FreeBSD. | Jason Wright | |
2000-08-28 | sync | Jason Wright | |
2000-08-28 | From FreeBSD: | Jason Wright | |
add broadcom 5400 and XaQti PHY definitions | |||
2000-08-26 | Add support for detach of xe and aue. | Nathan Binkert | |
2000-08-26 | sync mii code with netbsd | Nathan Binkert | |
adds detach functionality for phys some code cleanup Nobody really had time to test all of this out, but theo said commit anyway | |||
2000-08-26 | Typo. Ok deraadt@ | Kevin Lo | |
2000-08-26 | Revert a minor FreeBSD tweak that tends to freeze my machine solid after | Aaron Campbell | |
large amounts of data transfer (ASIX 88141 card). | |||
2000-08-25 | Sync with FreeBSD. Summary of changes: | Aaron Campbell | |
- Modify to poll link state and positively set MAC's duplex as needed. - Program some DP83815 registers that are recommended for optimum performance. - Select the TX DMA burst size correctly for 10 and 100Mbps modes, especially improving the performance of the DP83815 at 10Mbps. | |||
2000-08-25 | Match Promise Ultra/100 as PDC20262 instead of PDC20246 | Chris Cappuccio | |
(netbsd) | |||
2000-08-25 | regen | Niklas Hallqvist | |
2000-08-25 | Remove a blank line that confused the awk script enough | Niklas Hallqvist | |
to remove the following copyright statement from the generated files. Noticed by Chris Demetriou <cgd@netbsd.org> | |||
2000-08-21 | fix indentation from 1.41 addition | Jason Wright | |
2000-08-19 | - introduce new function ubsec_mcopy() which copies the header and trailer | Jason Wright | |
of one mbuf into another since ubsec doesn't copy data through - get all of the offsets right for the !nicealign case - style fixes Authentication/Encryption on the same packet now appears to work reliably | |||
2000-08-19 | MALLOC/FREE -> malloc/free ok art@ | Nathan Binkert | |
2000-08-18 | wb needs mii_phy for mii_phy_reset() | Michael Shalayeff | |
2000-08-17 | use destination lengths when trimming the output packet (cut and pasto) | Jason Wright | |
2000-08-17 | replace if_awi w/ semi-current netbsd driver; still has problems | Michael Shalayeff | |
2000-08-17 | - auth+enc sorta works: fixup all of the offsets for encryption/authentication | Jason Wright | |
- also check for cases that ubsec cannot handle (and should not happen anyway) - actually use the destination length to trim the packet in the output descriptor - don't copy the IV into the packet unless it doesn't already have one (old debugging code...) - style fixes | |||
2000-08-16 | Fix AK4531 data sheet link. Ok'd by deraadt@ | Kevin Lo | |
2000-08-15 | use pci_mapreg_map, deallocate resources on failure in attachment; jason@ ok | Michael Shalayeff | |
2000-08-15 | Put the bcopy back in place for the decryption CRD_F_EXPLICIT_IV case (missed | Jason Wright | |
this yesterday when fixing the encryption side of this case). Only used for old IPSec xforms anyway. | |||
2000-08-15 | don't forget the initial swizzling with IPAD for inner state (fixes | Jason Wright | |
auth-only mode which was broken with new session code). | |||
2000-08-15 | - deallocate all resources grabbed during hifn_attach() when an error occurs. | Jason Wright | |
- temporary workaround for netsec hifn7751 rev A: half the amount of memory because two of the address lines were left floating (better memory check coming soon). | |||
2000-08-15 | - Can't avoid one of those bcopy's so easily (only happens with old ESP | Jason Wright | |
transforms... those with CRD_F_IV_EXPLICIT, so we can take the function call overhead there). - >> instead of << for coffset (auth+enc still isn't working, but this was an obvious bug). - #ifdef UBSEC_DEBUG out the auth-only debugging code | |||
2000-08-13 | do iv copying by hand, to avoid bcopy overhead | Theo de Raadt | |
2000-08-13 | fix session code | Theo de Raadt | |
2000-08-13 | not completely working session code from jason | Theo de Raadt | |
2000-08-13 | indent | Theo de Raadt | |
2000-08-13 | indent | Theo de Raadt | |
2000-08-12 | mcr aggregation now works, best i have seen yet is 5 (huh?) | Theo de Raadt | |
2000-08-11 | move mcr out of q; and write prelim mcr aggregation code, which does not yet | Theo de Raadt | |
work for some reason or another, so it is currently disabled. | |||
2000-08-11 | sync | Theo de Raadt | |
2000-08-11 | itexpress | Theo de Raadt | |
2000-08-11 | silence chatty messages | Theo de Raadt | |