Age | Commit message (Expand) | Author |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-12-03 | #if 0 out atw_hw_decrypted() as it is currently an unused function as the | Brad Smith |
2013-11-26 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2011-04-05 | - use nitems() no binary change on amd64 | Jasper Lievisse Adriaanse |
2010-11-11 | Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@ | Miod Vallat |
2010-09-20 | After the gcc4 switch the stack protector triggers in atw | Jonathan Gray |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2010-08-29 | Massage the powerhook functions into activate functions, and then call | Theo de Raadt |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2009-08-16 | remove use of BITS and BIT macros. | Jonathan Gray |
2009-08-16 | start getting rid of some of these horrific bit macros, remove | Jonathan Gray |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2009-06-03 | put the values direct in the array, otherwise the nested macros are longer | Theo de Raadt |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-03 | Remove a few small ifdef/ifndef OpenBSD sections which contained some | Brad Smith |
2008-08-29 | the atw(4) man page says: | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-13 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2008-03-13 | Do not increment the input packet counter in these drivers as | Brad Smith |
2007-09-30 | s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change. | Mark Kettenis |
2007-07-18 | convert code under #if 0 to the new ieee80211_key structure. | Damien Bergamini |
2007-06-07 | move ieee80211_compute_duration() and ieee80211_compute_duration1() | Damien Bergamini |
2007-02-14 | put debug string tables under ATW_DEBUG | Jonathan Gray |
2007-02-14 | remove no longer used rate related variable/defines | Jonathan Gray |
2007-01-03 | M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags. | Claudio Jeker |
2006-11-26 | Make use of ieee80211_std_rateset | Jonathan Gray |
2006-08-30 | Return from channel tuning code if we get IEEE80211_CHAN_ANY | Jonathan Gray |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-05-22 | Attach routines can fail before calling *hook_establish(), and they | Kenneth R Westerback |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-22 | incorrect check for end of array; ok jsg | Theo de Raadt |
2006-02-28 | Switch to software WEP in a way mostly similiar to what David Young | Jonathan Gray |
2006-02-17 | Use ieee80211_compute_duration() instead of homerolled function. | Jonathan Gray |
2005-10-11 | Eliminate use of M_HASFCS. | Brad Smith |
2005-09-24 | The ADM8211B seems to stall after some time of constant | Jonathan Gray |
2005-09-24 | Make use of ieee80211_ibss_merge() from net80211. | Jonathan Gray |
2005-09-23 | Handle SI4126 operations differently on ADM8211B. This | Jonathan Gray |
2005-09-22 | Print MAC name and version and use "address" instead of | Jonathan Gray |
2005-09-08 | Remove the last of the FreeBSD compatiblity goop. | Jonathan Gray |
2005-08-27 | move some debug messages to use the debug macros so they dont appear | Anil Madhavapeddy |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. | Brad Smith |
2005-06-21 | remove duplicate function prototypes. ok deraadt | Kevin Lo |
2005-05-27 | make sure to enable socket on resume. | Robert Nagy |