summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Ensure that tkip_mixing_phase1() is called after a rekeying event whenbschmidt2010-02-081-0/+1
* Revert unwanted changes in revision 203422.rpaulo2010-02-061-3/+3
* Avoid a null pointer deref when parsing the meshid.rpaulo2010-02-031-3/+4
* When taking the AMPDU reorder fastpath, need_tap wasn't beingrpaulo2010-02-035-11/+7
* Call ieee80211_radiotap_rx, not ieee80211_radiotap_tx on sta_input()rpaulo2010-01-251-1/+1
* While flushing the multicast filter of an interface, do not zero the relevantsyrinx2010-01-241-2/+5
* Use the iflladdr_event event to keep the mac address on the vap in sync withthompsa2010-01-193-1/+40
* Fix bugs introduced in previous commit: off-by-one in add_meshconf() andrpaulo2010-01-141-2/+4
* Update mesh code to to D4.0.rpaulo2010-01-122-5/+8
* Fix #ifdefs so that GCC 4.4 doesn't complain about it.trasz2010-01-081-3/+3
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Fix typo in commentrpaulo2009-12-081-1/+1
* Remove trailing ";" in struct ieee80211_beacon_offsets declarationantoine2009-11-111-1/+1
* Fix off by one in ieee80211_send_action_registerantoine2009-11-111-1/+1
* The isr_intval in ieee80211req_scan_result structure should be 16 bit.rpaulo2009-11-091-1/+1
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-1/+0
* Update the route's sequence number upon receiving a RANN.rpaulo2009-10-291-9/+12
* The draft spec doesn't say beacon frames need to have a wildcard BSSID,rpaulo2009-10-231-7/+1
* Initialize rann_flags properly.rpaulo2009-10-221-0/+1
* Don't call the newstate callback as that's dangerous. Rely no ENETRESETrpaulo2009-10-211-4/+0
* Fix a bug in composing PERR frames introduced by latest draft update.rpaulo2009-10-191-1/+2
* Implement the missing support for updating the mesh conf number ofrpaulo2009-10-194-1/+31
* HWMP fixes, namely:rpaulo2009-10-191-31/+32
* Properly initialize the mesh conf capabilities byte.rpaulo2009-10-131-0/+1
* Fix a wrong initialization that snuck in the latest commit.rpaulo2009-10-121-1/+1
* Another 3.03 draft bit that I missed in the previous 802.11s stackrpaulo2009-10-123-85/+48
* Update 802.11s mesh support to draft 3.03. This includes a revised framerpaulo2009-09-224-199/+125
* Revert previous commit and add myself to the list of people who shouldphk2009-09-082-2/+2
* Add necessary include.phk2009-09-082-2/+2
* correct timeout for doing NOL processing; need a ticks-relative valuesam2009-09-031-1/+1
* on transition to SLEEP state mark the station in power save, not awakesam2009-09-031-1/+1
* Fix a typo in ifdef mesh support. This would make mesh unworkable ifrpaulo2009-08-171-1/+1
* Drain link state event changes posted during vap destroy. This is asam2009-08-121-1/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-012-2/+1
* fix misplaced #endif that caused tdma handling to be merged with ESS handlingsam2009-07-311-1/+1
* Filter setting IFF_PROMISC on tdma vaps; we don't want the underyling devicesam2009-07-311-1/+2
* Mesh fixes, namely:rpaulo2009-07-274-80/+141
* revert OACTIVE part of r195845; instead fix the comment so it does not refersam2009-07-241-1/+13
* correct handling of IFF_PROMISC; this should not be pushed to the parentsam2009-07-241-1/+2
* monitor mode vaps are meant to be read-only so they can operate on anysam2009-07-241-5/+18
* o kill old code no longer needed after r193312sam2009-07-241-14/+3
* store mesh timers as ticks and sysctls for changing the defaultssam2009-07-213-39/+43
* Correct handling of keys that already have a hardware/device key index:sam2009-07-212-6/+8
* More mesh bits, namely:rpaulo2009-07-206-137/+453
* Move code that does payload realigment to a new routine, ieee80211_realign,sam2009-07-184-48/+44
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+0
* Fix inline function declaration and prototype.rpaulo2009-07-131-5/+4
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-1121-123/+5191
* mark struct ieee80211req_maclist packed so sizeof works as intended on arm;sam2009-07-101-1/+1
* correctly set the tailq ptr when removing the last item in the qsam2009-07-101-1/+2
OpenPOWER on IntegriCloud