Age | Commit message (Expand) | Author |
2002-06-02 | BSD air-tools 0.2 patches from dachb0den labs; h1kari@dachb0den.com | Todd C. Miller |
2002-06-02 | Fix ordering and typo problem | Constantine Sapuntzakis |
2002-05-31 | Allow IBSS creation on Symbol cards with station firmware >= 2.5 | Todd C. Miller |
2002-05-24 | protect biodone with splbio (this is the first time the splbio is | Artur Grabowski |
2002-05-24 | Replace a home-grown splassert-like thing with the real stuff. | Artur Grabowski |
2002-05-21 | Move enum definitions to global scope. Local scope is meaningless, and | Marc Espie |
2002-05-17 | Roll core version. | mjacob |
2002-05-17 | Put in definitions pertinent for f/w crash dumps. | mjacob |
2002-05-17 | Add new definitions for RIO operation, many new SNS commands, and structures | mjacob |
2002-05-17 | keep up with the jones' (sync up with external source) | mjacob |
2002-05-17 | Accomodate changes to fabric stuff as well as other core code changes. | mjacob |
2002-05-17 | Acoommodate changes to fabric evaluation. | mjacob |
2002-05-17 | Various new inlines for RIO entries as well as various FC-GS-2 related | mjacob |
2002-05-17 | Switch to new fabric search mechanism (leave the old one in place). Switch | mjacob |
2002-05-13 | When collecting the completed tx descriptors, dmasync all of them | Artur Grabowski |
2002-05-13 | Don't leak memory when bus_dmamap_load_mbuf fails. | Artur Grabowski |
2002-05-10 | Zap an unsued define. | Artur Grabowski |
2002-05-10 | What we store on all archs just before the rfa is a pointer | Artur Grabowski |
2002-05-09 | an_ltv_caps has some more fluff at the tail (exatly 16bit more fluff); report... | Michael Shalayeff |
2002-05-07 | Simplify multicast handling based on powerpc's gm.c and remove ether_cmp() | Jason Wright |
2002-05-07 | move ether_crc32_le to if_ethersubr.c. Add ether_crc32_be | Nathan Binkert |
2002-05-03 | LBA48 support. | Grigoriy Orlov |
2002-05-01 | Change WI_PORTTYPE_IBSS to 4. This change got lost in the big ibss | Todd C. Miller |
2002-04-30 | crc32_tab can be const | Michael Shalayeff |
2002-04-30 | media table could be const | Michael Shalayeff |
2002-04-30 | Correctly handle old controllers with a relaxed aux port behaviour. | Miod Vallat |
2002-04-29 | wierd -> weird | Peter Valchev |
2002-04-26 | Implement shared key support for hostap mode; from Thomas Skibo | Todd C. Miller |
2002-04-26 | Add some bounds checking of wi_len on copyin(). From NetBSD via FreeBSD. | Todd C. Miller |
2002-04-26 | Don't set WI_RID_OWN_SSID based on wi_net_name if wi_net_name is | Todd C. Miller |
2002-04-26 | We use wi_authtype, not wi_authmode to store the auth type (open system | Todd C. Miller |
2002-04-26 | Add missing unlock. Ok mickey | Nathan Binkert |
2002-04-25 | soundforte radio driver, from Vladimir Popov <jumbo@narod.ru> | Michael Shalayeff |
2002-04-23 | Clear flags indicating whether or not wi or hostap is active as | Todd C. Miller |
2002-04-21 | Symbol version string need not start with 'V'; from NetBSD (onoe) | Todd C. Miller |
2002-04-20 | Correct the value for WI_RID_SYMBOL_PREAMBLE and add | Todd C. Miller |
2002-04-18 | add support for Conexant LANfinity RS7112; based on patch from Maurice Nonnek... | Jason Wright |
2002-04-16 | move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ... | Jason Wright |
2002-04-16 | From NetBSD: | Todd C. Miller |
2002-04-15 | Remove bogus casts to int in printf that causes a warning on 64bit arches. | Todd C. Miller |
2002-04-11 | o Check supported speeds before examing capabilties | Todd C. Miller |
2002-04-11 | Fix Lucent <-> Prism2 WEP interop bug. We only want to set the | Todd C. Miller |
2002-04-11 | o Set feature flags based on firmware type and version. | Todd C. Miller |
2002-04-10 | o Add ibss and ibss-master mediaopt for ifconfig | Todd C. Miller |
2002-04-09 | Don't enable interrupts until an open() is done. Until then the driver | Per Fogelstrom |
2002-04-08 | two missing splx()s | Michael Shalayeff |
2002-04-08 | restore what was a default inactivity timeout, two minutes | Michael Shalayeff |
2002-04-08 | make hostap work on other-endian machines; tested by drahn@ | Michael Shalayeff |
2002-04-08 | add flag to swap channels. from netbsd. | Mike Frantzen |
2002-04-07 | Don't reset COR in wi_reset(), break it out into its own function and | Todd C. Miller |