Age | Commit message (Expand) | Author |
2022-04-21 | Use memset() to initialize struct ieee80211_rxinfo properly. | Stefan Sperling |
2022-01-09 | spelling | Jonathan Gray |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2019-09-12 | Make wireless drivers call if_input() only once per interrupt. | Stefan Sperling |
2017-09-22 | Use ieee80211_has_addr4() inline function where possible. | Kevin Lo |
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 |
2016-03-15 | 'accomodate' -> 'accommodate' in comments. | Kenneth R Westerback |
2015-12-08 | No trailers has been the default and only option for 20 years, yet some | Ted Unangst |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
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-06 | srom size is tracked, pass to free() | Theo de Raadt |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
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-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
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-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 |