| Commit message (Expand) | Author | Age | Files | Lines |
* | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the |  patrick | 2020-07-10 | 1 | -2/+2 |
* | Make wireless drivers call if_input() only once per interrupt. |  stsp | 2019-09-12 | 1 | -2/+4 |
* | Use ieee80211_has_addr4() inline function where possible. |  kevlo | 2017-09-22 | 1 | -2/+2 |
* | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 1 | -3/+1 |
* | G/C IFQ_SET_READY(). |  mpi | 2016-04-13 | 1 | -2/+1 |
* | 'accomodate' -> 'accommodate' in comments. |  krw | 2016-03-15 | 1 | -2/+2 |
* | No trailers has been the default and only option for 20 years, yet some |  tedu | 2015-12-08 | 1 | -3/+2 |
* | replace IFF_OACTIVE manipulation with mpsafe operations. |  dlg | 2015-11-25 | 1 | -8/+10 |
* | replace the ifqueues in net80211 with mbuf_queues. |  dlg | 2015-11-04 | 1 | -2/+2 |
* | arp_ifinit() is no longer needed. |  mpi | 2015-10-25 | 1 | -6/+1 |
* | srom size is tracked, pass to free() |  deraadt | 2015-09-06 | 1 | -3/+3 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | 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 | -3/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | 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 | -3/+2 |
* | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 2013-12-06 | 1 | -7/+4 |
* | #if 0 out atw_hw_decrypted() as it is currently an unused function as the |  brad | 2013-12-03 | 1 | -1/+3 |
* | Instead of comparing the lower and higher addresses of all the multicast |  mpi | 2013-11-26 | 1 | -7/+6 |
* | replace workqs with tasks for handling resume |  dlg | 2013-11-14 | 1 | -3/+4 |
* | - use nitems() no binary change on amd64 |  jasper | 2011-04-05 | 1 | -3/+3 |
* | Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@ |  miod | 2010-11-11 | 1 | -4/+4 |
* | After the gcc4 switch the stack protector triggers in atw |  jsg | 2010-09-20 | 1 | -7/+12 |
* | remove the powerhook code. All architectures now use the ca_activate tree |  deraadt | 2010-09-07 | 1 | -19/+1 |
* | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} |  deraadt | 2010-09-06 | 1 | -3/+3 |
* | Massage the powerhook functions into activate functions, and then call |  deraadt | 2010-08-29 | 1 | -23/+30 |
* | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber |  deraadt | 2010-08-27 | 1 | -4/+1 |
* | remove use of BITS and BIT macros. |  jsg | 2009-08-16 | 1 | -2/+2 |
* | start getting rid of some of these horrific bit macros, remove |  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 | -20/+1 |
* | put the values direct in the array, otherwise the nested macros are longer |  deraadt | 2009-06-03 | 1 | -3/+15 |
* | 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 | -8/+4 |
* | Remove a few small ifdef/ifndef OpenBSD sections which contained some |  brad | 2008-10-03 | 1 | -54/+1 |
* | the atw(4) man page says: |  damien | 2008-08-29 | 1 | -15/+5 |
* | introduce new IEEE80211_STA_ONLY kernel option that can be set to |  damien | 2008-08-27 | 1 | -9/+32 |
* | instead of passing rx tstamp and rssi to the ieee80211_input function, |  damien | 2008-07-21 | 1 | -6/+12 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Remove commented out NetBSD __KERNEL_RCSID macro usage. |  brad | 2008-05-13 | 1 | -6/+1 |
* | Kernel implementation of the 4-way handshake and group-key |  damien | 2008-04-16 | 1 | -3/+7 |
* | Do not increment the input packet counter in these drivers as |  brad | 2008-03-13 | 1 | -2/+1 |
* | s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change. |  kettenis | 2007-09-30 | 1 | -2/+2 |
* | convert code under #if 0 to the new ieee80211_key structure. |  damien | 2007-07-18 | 1 | -6/+6 |
* | move ieee80211_compute_duration() and ieee80211_compute_duration1() |  damien | 2007-06-07 | 1 | -2/+170 |
* | put debug string tables under ATW_DEBUG |  jsg | 2007-02-14 | 1 | -1/+6 |
* | remove no longer used rate related variable/defines |  jsg | 2007-02-14 | 1 | -5/+1 |
* | 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 | -8/+3 |