Age | Commit message (Expand) | Author |
2002-06-15 | Check the correct variable when freeing the RX/TX lists. | Aaron Campbell |
2002-06-15 | Don't advertise hostap as an allowed media type for firmware < 0.80 | Todd C. Miller |
2002-06-15 | Move ATA SMART defines to atactl. | Grigoriy Orlov |
2002-06-15 | bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanks | Aaron Campbell |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-14 | don't allow users to set the IBSS/HostAP SSID to the empty string | Todd C. Miller |
2002-06-12 | Previously, SIOCG80211NWID would return the "desired" netname if | Todd C. Miller |
2002-06-11 | Fix tab. | Aaron Campbell |
2002-06-11 | kill __FUNCTION__ | Marc Espie |
2002-06-11 | com.c is not a block device, no bdev_decl() for it. | Miod Vallat |
2002-06-11 | Checkpoint my work. Register with bio, implement part of | Niklas Hallqvist |
2002-06-09 | make gem compile, arpcom is sc_arpcom. | Dale Rahn |
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries |
2002-06-09 | replace epsetfilter() / epsetmedia() with epinit() and only if the | Federico G. Schwindt |
2002-06-09 | fix the use of "cuz" in the tree; these are all in comments | Jason Peel |
2002-06-09 | Handle out of memory gracefully. ok miod@ | Thomas Nordin |
2002-06-09 | Handle out of memory gracefully. ok jason@ | Thomas Nordin |
2002-06-08 | Add hardware TCP/IP checksum offloading support for receive and transmit for | Aaron Campbell |
2002-06-08 | kill __P | Todd C. Miller |
2002-06-08 | Check result from malloc(9) when using M_NOWAIT. ok niklas@ | Thomas Nordin |
2002-06-08 | Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD. | Aaron Campbell |
2002-06-07 | Multicast fixes, Gig-E support, mostly from netbsd. ok jason@ | Dale Rahn |
2002-06-07 | Don't try to send a packet we don't have if rl_encap fails. | Artur Grabowski |
2002-06-07 | fix indent | Jun-ichiro itojun Hagino |
2002-06-05 | fix dma map handling logic in hme_newbuf(); from jason@. | Federico G. Schwindt |
2002-06-03 | o when checking the message type, mask with WI_RXSTAT_MSG_TYPE instead | Todd C. Miller |
2002-06-03 | spell transceiver correctly | Theo de Raadt |
2002-06-03 | compatiblity -> compatibility | Theo de Raadt |
2002-06-02 | withough -> without | Theo de Raadt |
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 |