Age | Commit message (Expand) | Author |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2015-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-11-11 | Kill useless IFQ_POLL(). | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer needed and almost dead. | Martin Pieuchot |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-04-13 | Now that if_input() set the receiving interface pointer on mbufs for us | Martin Pieuchot |
2015-04-08 | Convert to if_input(). | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-22 | unifdef INET | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-08-11 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-04 | format string fixes for bus_addr_t and bus_size_t | Stefan Fritsch |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2010-08-30 | Convert the pcmcia power hook to an activate function. Then change the | Theo de Raadt |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-07-02 | fix a variety of uninit errors. ok and one correction deraadt | Ted Unangst |
2010-05-20 | Split some copies of two struct members together into two bcopy rather | Nicholas Marriott |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-08-17 | initialize retry to zero; otherwise if firmware sends odd val16 | Martynas Venckus |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2008-10-14 | Change m_devget()'s outdated and unused "offset" argument: It is | Christian Weisgerber |
2008-07-29 | check for m_devget() returning NULL, increment ierror count | Thordur I. Bjornsson |
2008-07-27 | Some devices take longer to load the firmware. Increase the firmware | Marcus Glocker |
2007-10-09 | Ops, forgot debug printf. | Marcus Glocker |
2007-10-09 | Setup channels with OFDM flags. Permit user to set fix rates. | Marcus Glocker |
2007-10-09 | Load the firmware files just one time per device lifecycle (attach time) | Marcus Glocker |
2007-10-08 | Give the device a bit time to finish the reset when stopped. Avoids | Marcus Glocker |
2007-10-08 | Make pcmcia malo(4) work with trunk(4) by: | Marcus Glocker |
2007-08-28 | unify firmware load failure messages; ok mglocker | Theo de Raadt |
2007-08-14 | Indention and comment. | Marcus Glocker |
2007-08-14 | Replace bus_space_write/read_2 loops in cmd req/rsp routines with | Marcus Glocker |
2007-08-11 | Set command context save flag already in attach routine. Avoids double | Marcus Glocker |
2007-08-11 | Remove IBSS capability flag for now. | Marcus Glocker |
2007-08-10 | Fix some letho16() tweaks which made my macppc crash on an | Marcus Glocker |
2007-08-10 | Add missing multicast part to ioctl. | Marcus Glocker |
2007-08-09 | If an association has failed, set the device back to INIT state. | Marcus Glocker |
2007-08-09 | Check all FW commands in the init path. None of them shall timeout, | Marcus Glocker |
2007-08-09 | o Add a mechanism to execute single commands even if are are not context | Marcus Glocker |
2007-08-09 | Correctly acknowledge event interrupts. Got the wrong register value | Marcus Glocker |
2007-08-09 | Comment. Sort some register values. | Marcus Glocker |
2007-08-09 | Add event handler. Events notify us about things like when a | Marcus Glocker |
2007-08-07 | Improve a evil tsleep() loop by using wakeup() in the interrupt handler. | Marcus Glocker |
2007-08-06 | o Replace bus_space_write_2 for-loops in TX/RX with | Marcus Glocker |