Age | Commit message (Expand) | Author |
2017-10-26 | Move common code to add/remove multicast filters to ieee80211_ioctl(9). | Martin Pieuchot |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-04-04 | add a free() size near microcode loading | Theo de Raadt |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-16 | Check for space on the ring before dequeuing packets. | Martin Pieuchot |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-09-09 | sizes for free(); ok sthen | Theo de Raadt |
2015-07-06 | Make malo(4) compile with MALO_DEBUG. Problem found by Walter Daugherity. | Stefan Sperling |
2015-02-10 | Wireless drivers call if_input() via ieee80211_input() which set `rcvif' | Martin Pieuchot |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot |
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 |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-09-04 | The powerlevel is an unsigned int, there is no need to check for negative | Claudio Jeker |
2011-07-03 | avoid void * pointer arithmetic. | David Hill |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-08 | activate function for suspend/restore; from mglocker | Theo de Raadt |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2009-07-12 | In a error case in malo_init (e.g. can't load the firmware), | Marcus Glocker |
2009-07-10 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-08-14 | in ieee80211_input(), call if_start() after enqueuing frames in if_snd | Damien Bergamini |
2008-07-27 | fix a typo in a comment. | Marc Balmer |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2007-11-10 | - Fix command timeouts in certain scenarios (like under X11) | Marcus Glocker |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. | Kenneth R Westerback |
2007-08-28 | unify firmware load failure messages; ok mglocker | Theo de Raadt |
2007-08-28 | Unify DPRINTF's and use the device name argument for all outputs. | Marcus Glocker |
2007-08-27 | Process all FW command responses, and therefore make them visible in debug | Marcus Glocker |
2007-08-26 | Fix XXX comment. There is nothing wrong with the following statement. | Marcus Glocker |
2007-08-25 | Remove FW command for WEP, it doesn't work with this FW version | Marcus Glocker |
2007-08-25 | Fix typo in debug line. | Marcus Glocker |
2007-08-25 | Fix debug output for some FW commands. | Marcus Glocker |
2007-07-18 | replace the ieee80211_wepkey structure with a more generic ieee80211_key | Damien Bergamini |
2007-05-29 | Beef up malo_hexdump() to emulate hexdump -C output. Helps to see hidden | Claudio Jeker |
2007-05-25 | Bump firmware package version; Better naming of the malo firmware files. | Marcus Glocker |
2007-05-09 | Remove an obsolete comment which guesses about a register write an never | Marcus Glocker |
2007-05-05 | malo_hexdump() is only used by code under MALO_DEBUG, so ifdef it | Jonathan Gray |
2007-05-03 | Enable fast channel switching in monitor mode, which makes apps like | Marcus Glocker |