| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: Fix missing kernel-doc notation | Jaswinder Singh Rajput | 2009-11-23 | 1 | -1/+1 |
* | mac80211: fix rcu locking | Johannes Berg | 2009-11-23 | 1 | -1/+3 |
* | mac80211: remove dead struct member | Johannes Berg | 2009-11-23 | 1 | -1/+0 |
* | mac80211: fix endianess on mesh_path_error_tx() calls | Rui Paulo | 2009-11-19 | 1 | -2/+2 |
* | mac80211: add per-station HT capability file | Johannes Berg | 2009-11-19 | 1 | -0/+29 |
* | mac80211: avoid spurious deauth frames/messages | Johannes Berg | 2009-11-19 | 2 | -11/+42 |
* | mac80211: request TX status where needed | Johannes Berg | 2009-11-19 | 1 | -2/+2 |
* | cfg80211: disallow bridging managed/adhoc interfaces | Johannes Berg | 2009-11-19 | 4 | -4/+47 |
* | cfg80211: introduce capability for 4addr mode | Johannes Berg | 2009-11-19 | 8 | -30/+71 |
* | cfg80211: convert bools into flags | Johannes Berg | 2009-11-19 | 5 | -18/+18 |
* | mac80211: update cfg80211 scan result code for the updated mesh conf IE | Rui Paulo | 2009-11-18 | 1 | -13/+18 |
* | mac80211: use a structure to hold the mesh config information element | Rui Paulo | 2009-11-18 | 4 | -23/+16 |
* | mac80211: move TX status handling | Johannes Berg | 2009-11-18 | 4 | -337/+351 |
* | mac80211: remove encrypt parameter from ieee80211_tx_skb | Johannes Berg | 2009-11-18 | 12 | -24/+27 |
* | rfkill: Add constant for RFKILL_TYPE_FM radio devices | Marcel Holtmann | 2009-11-18 | 1 | -1/+3 |
* | cfg80211: re-join IBSS when privacy changes | Johannes Berg | 2009-11-18 | 3 | -11/+44 |
* | mac80211: Fix panic in aggregation handling | Sujith | 2009-11-18 | 1 | -0/+2 |
* | cfg80211: Allow reassociation in associated state | Jouni Malinen | 2009-11-18 | 1 | -2/+18 |
* | mac80211: make software rate control optional | Johannes Berg | 2009-11-18 | 5 | -13/+42 |
* | mac80211: use fixed broadcast address | Johannes Berg | 2009-11-18 | 6 | -19/+27 |
* | mac80211: remove dev_hold/put calls | Johannes Berg | 2009-11-18 | 1 | -11/+5 |
* | mac80211: improve rate handling | Johannes Berg | 2009-11-18 | 2 | -18/+18 |
* | mac80211: trim RX data | Johannes Berg | 2009-11-18 | 4 | -54/+61 |
* | mac80211: cleanup reorder buffer handling | Johannes Berg | 2009-11-18 | 1 | -81/+81 |
* | mac80211: push michael MIC report after DA check | Johannes Berg | 2009-11-18 | 1 | -24/+23 |
* | mac80211: convert aggregation to operate on vifs/stas | Johannes Berg | 2009-11-18 | 7 | -72/+58 |
* | mac80211: let sta_info_get_by_idx get sta by sdata | Johannes Berg | 2009-11-18 | 3 | -7/+8 |
* | mac80211: reduce the amount of unnecessary traffic on cooked monitor interfaces | Felix Fietkau | 2009-11-18 | 1 | -0/+5 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-11-18 | 17 | -291/+742 |
|\ |
|
| * | mac80211: Do not queue Probe Request frames for station MLME | Jouni Malinen | 2009-11-16 | 1 | -1/+0 |
| * | nl80211: only allow adding stations to running vlan interfaces | Felix Fietkau | 2009-11-13 | 1 | -1/+3 |
| * | mac80211: fix broadcast frame handling for 4-addr AP VLANs | Felix Fietkau | 2009-11-13 | 1 | -1/+1 |
| * | cfg80211: return channel noise via survey API | Holger Schurig | 2009-11-13 | 1 | -0/+105 |
| * | cfg80211: introduce nl80211_get_ifidx() | Holger Schurig | 2009-11-13 | 1 | -43/+33 |
| * | mac80211: update copyrights to 2009 | Rui Paulo | 2009-11-13 | 5 | -5/+5 |
| * | mac80211: add nl80211/cfg80211 handling of the new mesh root mode option. | Rui Paulo | 2009-11-13 | 5 | -0/+29 |
| * | mac80211: implement a timer to send RANN action frames | Rui Paulo | 2009-11-13 | 4 | -0/+54 |
| * | mac80211: replace "destination" with "target" to follow the spec | Rui Paulo | 2009-11-13 | 7 | -133/+136 |
| * | mac80211: add the DS params to the beacon | Rui Paulo | 2009-11-13 | 1 | -0/+7 |
| * | mac80211: fix BSSID setup for beacon frames | Rui Paulo | 2009-11-13 | 1 | -1/+1 |
| * | mac80211: set the AID field correctly for mesh peer frames | Rui Paulo | 2009-11-13 | 1 | -1/+2 |
| * | mac80211: properly forward the RANN IE | Rui Paulo | 2009-11-13 | 1 | -1/+3 |
| * | mac80211: update PERR frame format | Rui Paulo | 2009-11-13 | 3 | -13/+60 |
| * | mac80211: implement RANN processing and forwarding | Rui Paulo | 2009-11-13 | 3 | -8/+76 |
| * | mac80211: fix max HT rate processing on mac80211 | Luis R. Rodriguez | 2009-11-11 | 1 | -3/+15 |
| * | mac80211: implement support for 4-address frames for AP and client mode | Felix Fietkau | 2009-11-11 | 7 | -12/+99 |
| * | nl80211: add a parameter for using 4-address frames on virtual interfaces | Felix Fietkau | 2009-11-11 | 1 | -0/+11 |
| * | mac80211: improve peer link management debugging | Rui Paulo | 2009-11-11 | 1 | -2/+13 |
| * | mac80211: improve HWMP debugging | Rui Paulo | 2009-11-11 | 1 | -6/+5 |
| * | mac80211: allow processing of more than one HWMP IE | Rui Paulo | 2009-11-11 | 1 | -22/+25 |