| Commit message (Expand) | Author | Age | Files | Lines |
* | the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it. |  dlg | 2015-10-12 | 1 | -2/+2 |
* | Add macros for A-MPDU and MCS data, both found in HT capabilities element. |  stsp | 2015-10-10 | 1 | -1/+24 |
* | Revert if_oqdrops accounting changes done in kernel, per request from mpi@. |  uebayasi | 2015-10-05 | 1 | -3/+2 |
* | Count IFQ_ENQUEUE() failure as output drop. |  uebayasi | 2015-10-05 | 1 | -2/+3 |
* | Add ieee80211_channel_init(), factored out from ieee80211_ifattach(). |  stsp | 2015-09-27 | 2 | -15/+24 |
* | Make code in ieee80211_send_4way_msg3() more readable and make sure a local |  stsp | 2015-09-16 | 1 | -9/+11 |
* | Make room for media types of the future. Extend the ifmedia word to 64 bits. |  stsp | 2015-09-11 | 2 | -13/+15 |
* | m_freem() can handle NULL, do not check for this condition beforehands. |  deraadt | 2015-07-15 | 8 | -34/+21 |
* | In ieee80211.h update references to standard sections to 802.11-2012. |  stsp | 2015-07-14 | 1 | -46/+200 |
* | Rename if_output() into if_enqueue() to avoid confusion with comments |  mpi | 2015-06-30 | 2 | -4/+4 |
* | Increment if_ipackets in if_input(). |  mpi | 2015-06-24 | 1 | -2/+2 |
* | Use if_output() instead of rerolling it. |  mpi | 2015-05-26 | 2 | -39/+6 |
* | add a #define for IEEE80211_ELEMID_CSA, 802.11h-2003 Channel Switch Announcement |  sthen | 2015-04-08 | 1 | -1/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 8 | -25/+8 |
* | tweak the new if_input function so it takes an mbuf_list instead |  dlg | 2015-02-09 | 1 | -3/+6 |
* | Convert wirless devices to if_input(), tested with iwn(4) and urtwn(4). |  mpi | 2015-02-08 | 1 | -11/+11 |
* | remove the second void * argument on tasks. |  dlg | 2015-01-27 | 1 | -4/+4 |
* | In IBSS mode, stop calling the driver's newassoc() each time a probe |  stsp | 2015-01-13 | 1 | -12/+3 |
* | Change rssi passed to ifconfig(8) to a signed value to fix printing signal |  sthen | 2015-01-09 | 1 | -3/+3 |
* | unifdef some more INET. v4 4life. |  tedu | 2014-12-23 | 16 | -52/+16 |
* | move arc4random prototype to systm.h. more appropriate for most code |  tedu | 2014-11-18 | 5 | -13/+5 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 9 | -18/+9 |
* | Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodes |  sthen | 2014-09-12 | 3 | -4/+22 |
* | Fix wrong IEEE 802.11 ioctl's: |  zhuk | 2014-08-24 | 1 | -2/+2 |
* | use nitems() instead of various local constructs |  jasper | 2014-08-08 | 3 | -21/+10 |
* | Fix debug printf, from Nathanael Rensen and chris@. |  mpi | 2014-07-24 | 1 | -2/+3 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 3 | -6/+3 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 8 | -23/+23 |
* | move ieee80211 message printing from workq to taskq |  blambert | 2014-07-11 | 1 | -13/+16 |
* | Return RSN (WPA) information to userland during wireless scan, and |  stsp | 2014-07-10 | 3 | -10/+23 |
* | Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the address |  mpi | 2014-03-20 | 1 | -1/+3 |
* | Stop abusing the rcvif pointer to pass wireless nodes down to the |  mpi | 2014-03-19 | 1 | -12/+11 |
* | #if 0 out the ieee80211_edca_table table to appease the LLVM warning. |  brad | 2013-12-07 | 1 | -1/+3 |
* | Reset txrate array index after changing a node's rate list. |  stsp | 2013-12-01 | 1 | -1/+3 |
* | Remove unneeded include. |  mpi | 2013-11-21 | 7 | -14/+7 |
* | improve maths and conditionals around ticks to cope with wraparound better. |  dlg | 2013-11-14 | 1 | -2/+2 |
* | Replace all ovbcopy with memmove; swap the src and dst arguments too |  deraadt | 2013-06-11 | 1 | -2/+2 |
* | Make ieee80211_set_tim() available from outside of ieee80211_node.c |  claudio | 2013-03-24 | 2 | -3/+3 |
* | Create a printb() suitable string for IEEE80211_FC1 field. Needed to show |  claudio | 2013-01-17 | 1 | -1/+4 |
* | Make the ieee80211_node_incref() macro a static inline function, as its |  stsp | 2012-11-07 | 1 | -9/+14 |
* | Fix DPRINTF() format string treating n->ni_refcnt, which is unsigned, as signed. |  stsp | 2012-11-07 | 1 | -2/+2 |
* | Cleanup false positives for uninitialized uses. |  haesbaert | 2012-10-12 | 1 | -1/+4 |
* | Clear the powersave flag and purge queued packets when a node leaves the AP |  kettenis | 2012-10-10 | 1 | -2/+10 |
* | Point an interface directly to its bridgeport configuration, instead |  camield | 2012-10-05 | 1 | -5/+5 |
* | Nuke M_80211_NODE #define which mapped to M_DEVBUF and use M_DEVBUF directly. |  stsp | 2012-09-20 | 1 | -5/+3 |
* | Set up ni_savedq for the initial BSS node such that it can actually be used |  kettenis | 2012-08-25 | 1 | -1/+4 |
* | Fix possible panic while switching from STA mode into hostap/ibss modes. |  stsp | 2012-08-17 | 1 | -1/+2 |
* | Print messages about nodes purged from the node cache if hostap/ibss modes are |  stsp | 2012-07-18 | 1 | -3/+4 |
* | Move increment of ic_nnodes closer to where the node is actually inserted |  stsp | 2012-07-16 | 1 | -3/+26 |
* | Fix a couple of possible node leaks in ieee80211_input(). |  stsp | 2012-07-16 | 1 | -4/+10 |