summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: fix compilation warning for cfg80211_leave_all()Arend van Spriel2013-06-241-1/+1
* wireless: check for dangling wdev->current_bss pointerBen Greear2013-06-241-0/+6
* wireless: add comments about bss refcountingBen Greear2013-06-242-0/+7
* wireless: Make sure __cfg80211_connect_result always puts bssBen Greear2013-06-241-1/+4
* cfg80211: hold BSS over association processJohannes Berg2013-06-192-5/+14
* cfg80211: require passing BSS struct back to cfg80211_assoc_timeoutJohannes Berg2013-06-192-11/+12
* nl80211: use small state buffer for wiphy_dumpJohannes Berg2013-06-191-94/+116
* Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg2013-06-197-21/+122
|\
| * nl80211: fix attrbuf access race by allocating a separate oneJohannes Berg2013-06-191-2/+9
| * mac80211: Fix rate control mask matching callSimon Wunderlich2013-06-121-1/+1
| * mac80211: abort CAC in stop_ap()Simon Wunderlich2013-06-121-0/+6
| * mac80211: work around broken APs not including HT infoJohannes Berg2013-06-123-11/+85
| * mac80211: Allow single vif mac address change with addr_maskHelmut Schaa2013-05-271-6/+20
| * mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg2013-05-271-0/+9
| * mac80211: assign AP_VLAN hw queues correctlyJohannes Berg2013-05-271-0/+3
* | Revert "mac80211: in IBSS use the Auth frame to trigger STA reinsertion"Antonio Quartulli2013-06-183-46/+7
* | mac80211: change IBSS channel state to chandefSimon Wunderlich2013-06-182-13/+12
* | mac80211: fix various components for the new 5 and 10 MHz widthsSimon Wunderlich2013-06-185-3/+31
* | nl80211/cfg80211: add 5 and 10 MHz defines and wiphy flagSimon Wunderlich2013-06-182-12/+66
* | mac80211: update mesh beacon on workqueueThomas Pedersen2013-06-183-12/+44
* | nl80211: use attributes to parse beaconsSimon Wunderlich2013-06-181-28/+25
* | mac80211: Fix VHT bandwidth change eventIlan Peer2013-06-131-1/+1
* | mac80211: track AP's beacon rate and give it to the driverAlexander Bondar2013-06-133-1/+17
* | mac80211: Ensure tid_start_tx is protected by sta->lockBen Greear2013-06-132-1/+4
* | mac80211: fix TX aggregation TID struct leakJohannes Berg2013-06-131-0/+1
* | cfg80211: fix rtnl leak in wiphy dump error casesJohannes Berg2013-06-111-1/+4
* | nl80211: allow sending CMD_FRAME without specifying any frequencyAntonio Quartulli2013-06-111-4/+15
* | mac80211: make mgmt_tx accept a NULL channelAntonio Quartulli2013-06-111-3/+14
* | cfg80211: fix VHT TDLS peer AID verificationJouni Malinen2013-06-111-5/+7
* | {nl,mac,cfg}80211: Allow user to configure basic rates for meshAshok Nagarajan2013-06-114-4/+28
* | mac80211: expire mesh peers based on mesh configurationColleen Twitty2013-06-113-2/+3
* | {nl,cfg}80211: make peer link expiration time configurableColleen Twitty2013-06-112-1/+9
* | mac80211: fix mesh deadlockThomas Pedersen2013-06-112-18/+18
* | wireless: fix kernel-docJohannes Berg2013-06-051-0/+3
* | mac80211: Use suitable semantics for beacon availability indicationAlexander Bondar2013-06-053-12/+16
* | mac80211: fix powersave bug and clean up ieee80211_rx_bss_infoAlexander Bondar2013-06-051-21/+9
* | cfg80211: make wiphy index start at 0 againJohannes Berg2013-06-041-0/+3
* | cfg80211: fix potential deadlock regressionJohannes Berg2013-06-041-15/+8
* | regulatory: use proper enum return valueJohannes Berg2013-06-041-1/+1
* | cfg80211: separate internal SME implementationJohannes Berg2013-06-047-448/+335
* | cfg80211/mac80211: clean up cfg80211 SME APIsJohannes Berg2013-06-045-98/+134
* | mac80211: set IEEE80211_TX_CTL_REQ_TX_STATUS on nullframesPontus Fuchs2013-06-041-0/+4
* | nl80211: remove bogus genlmsg_end() error checkingJohannes Berg2013-06-041-33/+7
* | mac80211: add a tx control flag to indicate PS-Poll/uAPSD responseFelix Fietkau2013-06-041-1/+3
* | cfg80211: take WoWLAN support information out of wiphy structJohannes Berg2013-06-033-39/+40
* | mac80211: set mesh formation field properlyJacob Minshall2013-06-032-4/+3
* | mac80211: don't check local mesh TTL on TXThomas Pedersen2013-06-031-6/+0
* | mac80211: fix sdata locking around __ieee80211_request_smpsJohannes Berg2013-06-031-0/+2
* | mac80211: always send multicast on CAB queueJohannes Berg2013-05-291-2/+3
* | mac80211: support active monitor interfacesFelix Fietkau2013-05-294-11/+38