Age | Commit message (Expand) | Author |
2001-06-06 | Don't forget to make it compile. | Angelos D. Keromytis |
2001-06-05 | Don't forget to init b_dep. | Artur Grabowski |
2001-06-05 | memset/memcpy -> bzero/bcopy. Some KNF. | Hakan Olsson |
2001-06-05 | updated firmware from 3com (Thanks!); contains support for 3cr990B cards. | Jason Wright |
2001-06-04 | Some further work. No crypto yet. | Hakan Olsson |
2001-06-04 | Don't print these messages unless debugging. mickey@ ok | Hakan Olsson |
2001-06-04 | Linksys PCM100 support; from Matt Behrens <matt@zigg.com>. | Federico G. Schwindt |
2001-06-03 | ICS_1892 support; Henning Brauer | Theo de Raadt |
2001-06-01 | support BCM5221 | Theo de Raadt |
2001-06-01 | sync | Theo de Raadt |
2001-06-01 | BCM5221 | Theo de Raadt |
2001-05-30 | sync | Theo de Raadt |
2001-05-30 | ICS1892; Henning Brauer, hostmaster@bsws.de | Theo de Raadt |
2001-05-30 | seeq 84220 support; Henning Brauer, hostmaster@bsws.de | Theo de Raadt |
2001-05-30 | - gather statistics (ipackets, ierrors, collisions, etc) from txp itself | Jason Wright |
2001-05-30 | define txp_command() in terms of txp_command2(). | Jason Wright |
2001-05-30 | expand txp_command2 to handle extension desciptors for long commands | Jason Wright |
2001-05-30 | - better handling for capabilities: check the card to make sure it supports | Jason Wright |
2001-05-30 | Un-bus_dma(9) mcr1 context and mcr operations (causes problems under load). | Jason Wright |
2001-05-29 | Set, don't OR the capabilities. | Angelos D. Keromytis |
2001-05-28 | sync | Theo de Raadt |
2001-05-28 | oops | Theo de Raadt |
2001-05-28 | sync | Artur Grabowski |
2001-05-28 | Back out part of last broken, untested change. | Artur Grabowski |
2001-05-28 | Set the IFCAP_IPSEC capability. | Angelos D. Keromytis |
2001-05-28 | sync | Theo de Raadt |
2001-05-28 | new | Theo de Raadt |
2001-05-28 | Remove FA410TX from the invalid list; it's confusing and should be matched | Federico G. Schwindt |
2001-05-28 | regen. | Federico G. Schwindt |
2001-05-28 | Remove FA410TX CIS, this should be matched as linksys etherfast; aaron@ ok. | Federico G. Schwindt |
2001-05-27 | Netgear FA410TXC; thanks to Loic Tortay <loict@bougon.net>. | Federico G. Schwindt |
2001-05-27 | regen. | Federico G. Schwindt |
2001-05-27 | Netgear FA410TXC; from Loic Tortay <loict@bougon.net>. | Federico G. Schwindt |
2001-05-27 | Cleanup of defines | Constantine Sapuntzakis |
2001-05-27 | Put back the fix for the possible leak and fix another bug | Artur Grabowski |
2001-05-26 | remove code which was obviously not tested. begone, sloppy code monkeys | Theo de Raadt |
2001-05-26 | Use m_tag_init() to initialize new mbuf m_pkthdr fields, rather than | Angelos D. Keromytis |
2001-05-25 | sync | Theo de Raadt |
2001-05-25 | we just *love it* when official people at major vendors send us | Theo de Raadt |
2001-05-25 | Wisecom T210CT; from Daniel Lucq <dlucq@ieee.org>. | Federico G. Schwindt |
2001-05-25 | regen. | Federico G. Schwindt |
2001-05-25 | Wisecom T210CT; from Daniel Lucq <dlucq@ieee.org>. | Federico G. Schwindt |
2001-05-24 | Sync with NetBSD: | Aaron Campbell |
2001-05-24 | Angelos' Fuji camera is an 8070i device and it only accepts 12 byte CDBs. | Constantine Sapuntzakis |
2001-05-24 | When releasing the tx buffers, walk through all of them, don't abort when | Artur Grabowski |
2001-05-24 | Check malloc() return value, from tedu@heorot.stanford.edu | Angelos D. Keromytis |
2001-05-24 | Check malloc() returns, from tedu@heorot.stanford.edu, ok aaron@ | Angelos D. Keromytis |
2001-05-24 | typo | Artur Grabowski |
2001-05-23 | - relax alignment constraints | Jason Wright |
2001-05-23 | bus_dmaify mcr handling (just leaves buffer lists and mac buffer to go...) | Jason Wright |