summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-04No m_copyback for ICMP and "other" protocols on rdr/binat.Marco Pfatschbacher
2007-07-04Revert r1.42 of if_bnx.c, "Enable IPv4 transmit TCP/UDP checksumKenneth R Westerback
2007-07-03join ahci attach code back together into one function.David Gwynne
2007-07-03jmb pretends to be pci now, so i dont need to let it see ahci_softc so itDavid Gwynne
2007-07-03Mark ukbd(4) as console keyboard when appropriate.Mark Kettenis
2007-07-03maintain the traffic-indication (TIM) virtual bitmap by definingDamien Bergamini
2007-07-03add a function that builds an RSN IE (ieee80211_add_rsn).Damien Bergamini
2007-07-03Correct the '-i' parameters in the examples. The '64' in the -c stringsKenneth R Westerback
2007-07-03fix kernel builds with IEEE80211_DEBUG enabled.Damien Bergamini
2007-07-03move construction of IEs into individual functions so that we don'tDamien Bergamini
2007-07-03don't set the IEEE80211_CAPINFO_ESS bit in the Capability InformationDamien Bergamini
2007-07-03no TIM in probe reponses.Damien Bergamini
2007-07-03In ieee80211_getmbuf(), if we need to allocate a mbuf cluster becauseDamien Bergamini
2007-07-03fix SSID IE in the case where HIDENWID is used.Damien Bergamini
2007-07-03Backout part of 1.20 because IEEE80211_AUTH_ALGORITHM() and friends are usedClaudio Jeker
2007-07-03Readd IEEE80211_REASON_RSN_REQUIRED and IEEE80211_REASON_RSN_INCONSISTENTClaudio Jeker
2007-07-03from Nicholas Marriott:Jason McIntyre
2007-07-03Rework the way opencvs works in relation to files in the Attic/:Joris Vink
2007-07-03On the server side, in a remote setup, do not display timestamp.Xavier Santolaria
2007-07-03from ginsbach@netbsd, -r1.18:Jason McIntyre
2007-07-03both 'proto 50' and 'proto esp' must work in flow specificationsMarkus Friedl
2007-07-03allow proto esp/ah in flow specification (especially useful for bypass flows)Markus Friedl
2007-07-03fix a memory leak that was introduced in r1.20 on 2007-06-24T05Z; ok dlgConstantine A. Murenin
2007-07-03do not blindly configure everything to sit on function 0. jmicron tell meDavid Gwynne
2007-07-03Rename rcs_diffreg() to diffreg().Ray Lai
2007-07-02JMB362 is ahci onlyDavid Gwynne
2007-07-02the jmb362 should work fineDavid Gwynne
2007-07-02regenDavid Gwynne
2007-07-02oops, i copied too much, fix jmb362 idDavid Gwynne
2007-07-02regenDavid Gwynne
2007-07-02jmicron have a 2 port sata chip called teh jmb362David Gwynne
2007-07-02Display payload for DS to DS and NO DS traffic.Can Erkin Acar
2007-07-02remove more unused stuff.Damien Bergamini
2007-07-02syncDamien Bergamini
2007-07-02new 4965agn product Id.Damien Bergamini
2007-07-02add new ieee80211_eapol_key structure (used by the various 802.11iDamien Bergamini
2007-07-02split ieee80211_parse_rsn() so the same function can be usedDamien Bergamini
2007-07-02fix REASON codes.Damien Bergamini
2007-07-02add IEEE80211_FC1_PROTECTED flag.Damien Bergamini
2007-07-02replace two lockmgr lock with rwlocks.Thordur I. Bjornsson
2007-07-02initial bits for proper TIM support.Damien Bergamini
2007-07-02remove a lot of unused #defineDamien Bergamini
2007-07-02replace some letoh16(*(u_int16_t *)frm) by LE_READ_2(frm)Damien Bergamini
2007-07-02split ieee80211_send_mgmt() like I did for ieee80211_recv_mgmt()Damien Bergamini
2007-07-02we support lots of jmicron chips now.David Gwynne
2007-07-02allow pciide to attach to jmb as well as ahciDavid Gwynne
2007-07-02pciide can attach to jmb nowDavid Gwynne
2007-07-02only attach ahci or pciide if the chip can actually support them. deal withDavid Gwynne
2007-07-02kettenis suggested that i can use pci_intr_map twice on the same deviceDavid Gwynne
2007-07-02wording tweak; ok dlgJason McIntyre