| Commit message (Expand) | Author | Age | Files | Lines |
* | Wireless drivers call if_input() via ieee80211_input() which set `rcvif' |  mpi | 2015-02-10 | 1 | -2/+1 |
* | unifdef INET |  tedu | 2014-12-22 | 1 | -5/+1 |
* | Use <sys/endian.h> instead of <machine/endian.h> |  guenther | 2014-12-19 | 1 | -2/+2 |
* | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian |  deraadt | 2014-07-13 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -4/+4 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -3/+1 |
* | Stop abusing the rcvif pointer to pass wireless nodes down to the |  mpi | 2014-03-19 | 1 | -4/+3 |
* | Instead of comparing the lower and higher addresses of all the multicast |  mpi | 2013-11-26 | 1 | -10/+6 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 1 | -2/+1 |
* | remove the powerhook code. All architectures now use the ca_activate tree |  deraadt | 2010-09-07 | 1 | -36/+1 |
* | Massage the powerhook functions into activate functions, and then call |  deraadt | 2010-08-29 | 1 | -18/+21 |
* | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber |  deraadt | 2010-08-27 | 1 | -4/+1 |
* | kill hooks and timeouts before calling complex sleeping code from detach; ok jsg |  deraadt | 2009-11-24 | 1 | -3/+4 |
* | remove use of BITS and BIT macros |  jsg | 2009-08-16 | 1 | -7/+7 |
* | tweak a switch statement to appease lint |  jsg | 2009-08-16 | 1 | -2/+2 |
* | More cases of shutdown hooks not needed after card is already stopped. In |  deraadt | 2009-08-10 | 1 | -21/+1 |
* | timeout_add -> timeout_add_msec |  blambert | 2009-07-28 | 1 | -5/+5 |
* | make various strings ("can't map mem space" and similar) more consistent |  sthen | 2009-03-29 | 1 | -2/+2 |
* | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). |  grange | 2009-01-21 | 1 | -2/+2 |
* | Eliminate the redundant bits of code for MTU and multicast handling |  brad | 2008-11-28 | 1 | -10/+7 |
* | fix IEEE80211_RADIOTAP_F_SHORTPRE |  damien | 2008-08-27 | 1 | -3/+3 |
* | introduce new IEEE80211_STA_ONLY kernel option that can be set to |  damien | 2008-08-27 | 1 | -5/+28 |
* | in ieee80211_input(), call if_start() after enqueuing frames in if_snd |  damien | 2008-08-14 | 1 | -9/+1 |
* | instead of passing rx tstamp and rssi to the ieee80211_input function, |  damien | 2008-07-21 | 1 | -7/+10 |
* | Kernel implementation of the 4-way handshake and group-key |  damien | 2008-04-16 | 1 | -7/+13 |
* | Remove superfluous function declaration |  blambert | 2007-11-21 | 1 | -2/+1 |
* | Unconditionally initialize all channels, regardless of locale. |  blambert | 2007-10-24 | 1 | -49/+7 |
* | s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change. |  kettenis | 2007-09-30 | 1 | -3/+3 |
* | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no |  krw | 2007-09-17 | 1 | -4/+2 |
* | move ieee80211_compute_duration() and ieee80211_compute_duration1() |  damien | 2007-06-07 | 1 | -3/+172 |
* | Correct order of bus_space_barrier() parameters. |  jsg | 2007-04-06 | 1 | -2/+2 |
* | Similar to other drivers call if_start() at the end of the rx interrupt because |  claudio | 2007-04-02 | 1 | -1/+9 |
* | remove some unused goop |  jsg | 2007-02-14 | 1 | -18/+3 |
* | M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags. |  claudio | 2007-01-03 | 1 | -5/+7 |
* | Make use of ieee80211_std_rateset |  jsg | 2006-11-26 | 1 | -10/+3 |
* | Return from channel tuning code if we get IEEE80211_CHAN_ANY |  jsg | 2006-08-30 | 1 | -3/+3 |
* | allow bpf(4) to ignore packets based on their direction (inbound or |  djm | 2006-03-25 | 1 | -5/+6 |
* | Add a fix from David Young to not set the ring indexes to something |  jsg | 2006-02-05 | 1 | -3/+3 |
* | rev 1.59 & 1.60 of rtw.c commited by David Young to NetBSD: |  jsg | 2006-01-05 | 1 | -5/+4 |
* | part of rev 1.58 of rtw.c David Young comitted to NetBSD: |  jsg | 2006-01-05 | 1 | -121/+295 |
* | Add support for GCT GRF5101 RF transceiver based hardware. Magic numbers |  jsg | 2005-11-20 | 1 | -8/+132 |
* | Move displaying rf/pa type to rtw_rf_attach to simplify code. |  jsg | 2005-11-05 | 1 | -48/+38 |
* | remove uneeded debug function. |  jsg | 2005-11-04 | 1 | -27/+3 |
* | Move access to RF tranceiver functions to be via callbacks. |  jsg | 2005-11-04 | 1 | -79/+22 |
* | change read/write callbacks to use a void * instead of struct rtw_regs. |  reyk | 2005-10-24 | 1 | -15/+22 |
* | fix RTW_DEBUG |  reyk | 2005-10-24 | 1 | -2/+2 |
* | change RTW_ANAPARM to RTW_ANAPARM_0 for consistency with the rtl8225 code. |  reyk | 2005-10-24 | 1 | -13/+13 |
* | Move rtw_attach error condition handling out of rtw_detach and into |  jsg | 2005-10-23 | 1 | -93/+55 |
* | use read/write/barrier callbacks, will be used later |  reyk | 2005-10-23 | 1 | -1/+64 |
* | knf |  reyk | 2005-10-23 | 1 | -6/+7 |