Age | Commit message (Expand) | Author |
2015-11-08 | Handle additional RSN element group ciphers. | Stefan Sperling |
2015-11-08 | Update section and table numbers inside comments in the RSN code to | Stefan Sperling |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-10-17 | Spell all "unexpected mode %u" panics in lower case, not just one of them. | Stefan Sperling |
2015-10-12 | the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it. | David Gwynne |
2015-10-10 | Add macros for A-MPDU and MCS data, both found in HT capabilities element. | Stefan Sperling |
2015-10-05 | Revert if_oqdrops accounting changes done in kernel, per request from mpi@. | Masao Uebayashi |
2015-10-05 | Count IFQ_ENQUEUE() failure as output drop. | Masao Uebayashi |
2015-09-27 | Add ieee80211_channel_init(), factored out from ieee80211_ifattach(). | Stefan Sperling |
2015-09-16 | Make code in ieee80211_send_4way_msg3() more readable and make sure a local | Stefan Sperling |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-07-14 | In ieee80211.h update references to standard sections to 802.11-2012. | Stefan Sperling |
2015-06-30 | Rename if_output() into if_enqueue() to avoid confusion with comments | Martin Pieuchot |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-05-26 | Use if_output() instead of rerolling it. | Martin Pieuchot |
2015-04-08 | add a #define for IEEE80211_ELEMID_CSA, 802.11h-2003 Channel Switch Announcement | Stuart Henderson |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-09 | tweak the new if_input function so it takes an mbuf_list instead | David Gwynne |
2015-02-08 | Convert wirless devices to if_input(), tested with iwn(4) and urtwn(4). | Martin Pieuchot |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2015-01-13 | In IBSS mode, stop calling the driver's newassoc() each time a probe | Stefan Sperling |
2015-01-09 | Change rssi passed to ifconfig(8) to a signed value to fix printing signal | Stuart Henderson |
2014-12-23 | unifdef some more INET. v4 4life. | Ted Unangst |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-12 | Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodes | Stuart Henderson |
2014-08-24 | Fix wrong IEEE 802.11 ioctl's: | Vadim Zhukov |
2014-08-08 | use nitems() instead of various local constructs | Jasper Lievisse Adriaanse |
2014-07-24 | Fix debug printf, from Nathanael Rensen and chris@. | Martin Pieuchot |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | move ieee80211 message printing from workq to taskq | Bret Lambert |
2014-07-10 | Return RSN (WPA) information to userland during wireless scan, and | Stefan Sperling |
2014-03-20 | Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the address | Martin Pieuchot |
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot |
2013-12-07 | #if 0 out the ieee80211_edca_table table to appease the LLVM warning. | Brad Smith |
2013-12-01 | Reset txrate array index after changing a node's rate list. | Stefan Sperling |
2013-11-21 | Remove unneeded include. | Martin Pieuchot |
2013-11-14 | improve maths and conditionals around ticks to cope with wraparound better. | David Gwynne |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-03-24 | Make ieee80211_set_tim() available from outside of ieee80211_node.c | Claudio Jeker |
2013-01-17 | Create a printb() suitable string for IEEE80211_FC1 field. Needed to show | Claudio Jeker |
2012-11-07 | Make the ieee80211_node_incref() macro a static inline function, as its | Stefan Sperling |
2012-11-07 | Fix DPRINTF() format string treating n->ni_refcnt, which is unsigned, as signed. | Stefan Sperling |
2012-10-12 | Cleanup false positives for uninitialized uses. | Christiano F. Haesbaert |
2012-10-10 | Clear the powersave flag and purge queued packets when a node leaves the AP | Mark Kettenis |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-09-20 | Nuke M_80211_NODE #define which mapped to M_DEVBUF and use M_DEVBUF directly. | Stefan Sperling |
2012-08-25 | Set up ni_savedq for the initial BSS node such that it can actually be used | Mark Kettenis |