| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: Consolidate mesh path duplicated functions | Javier Cardona | 2011-09-13 | 1 | -42/+28 |
* | mac80211: Consolidate {mesh,mpp}_path_flush into one function | Javier Cardona | 2011-09-13 | 1 | -39/+26 |
* | mac80211: Don't iterate twice over all mpaths when once in sufficient | Javier Cardona | 2011-09-13 | 1 | -27/+37 |
* | mac80211: Remove redundant mesh path expiration checks | Javier Cardona | 2011-09-13 | 1 | -6/+3 |
* | mac80211: Improve mpath state locking | Javier Cardona | 2011-09-13 | 2 | -11/+7 |
* | mac80211: Remove mesh paths when an interface is removed | Javier Cardona | 2011-09-13 | 4 | -3/+47 |
* | mac80211: Fix RCU pointer dereference in mesh_path_discard_frame() | Javier Cardona | 2011-09-13 | 1 | -1/+6 |
* | cfg80211/nl80211: Indicate roaming feature capability to userspace. | Vivek Natarajan | 2011-09-13 | 1 | -0/+4 |
* | mac80211: retry sending failed BAR frames later instead of tearing down aggr | Felix Fietkau | 2011-09-13 | 2 | -1/+41 |
* | mac80211: Defer tranmission of mesh path errors | Javier Cardona | 2011-09-13 | 1 | -2/+30 |
* | mac80211: refactor skb copy to failq in mesh_path_move_to_queue | John W. Linville | 2011-08-29 | 1 | -4/+4 |
* | net/mac80211/debugfs: Convert to kstrou8_from_user | Peter Huewe | 2011-08-29 | 1 | -11/+3 |
* | mac80211: add uapsd_queues and max_sp params fields | Eliad Peller | 2011-08-26 | 1 | -0/+3 |
* | nl80211/cfg80211: add STA WME parameters | Eliad Peller | 2011-08-26 | 1 | -0/+27 |
* | mac80211: allow action frames with unknown BSSID in GO mode | Arik Nemtsov | 2011-08-26 | 1 | -1/+3 |
* | mac80211: fix race condition between assoc_done and first EAP packet | Guy Eilam | 2011-08-26 | 4 | -60/+236 |
* | mac80211: refactor sta_info_insert_rcu to 3 main stages | Guy Eilam | 2011-08-26 | 1 | -53/+95 |
* | mac80211: mesh gate fixes | Thomas Pedersen | 2011-08-26 | 3 | -8/+14 |
* | NFC: Reserve tx head and tail room | Samuel Ortiz | 2011-08-24 | 2 | -8/+11 |
* | {nl,cfg,mac}80211: let userspace make meshif mesh gate | Javier Cardona | 2011-08-24 | 5 | -1/+19 |
* | {nl,cfg,mac}80211: let userspace set RANN interval | Javier Cardona | 2011-08-24 | 7 | -6/+22 |
* | {nl,mac}80211: add missing root mode meshconf entries | Javier Cardona | 2011-08-24 | 2 | -1/+2 |
* | mac80211: mesh gate implementation | Javier Cardona | 2011-08-24 | 5 | -9/+331 |
* | mac80211: fix mesh path flushing | Javier Cardona | 2011-08-24 | 1 | -2/+1 |
* | mac80211: mesh locking fixes | Javier Cardona | 2011-08-24 | 1 | -2/+2 |
* | mac80211: fix mpath timer NULL function | Javier Cardona | 2011-08-24 | 1 | -2/+4 |
* | mac80211: improve mpath debugging | Javier Cardona | 2011-08-24 | 3 | -11/+31 |
* | mac80211: update mesh path selection frame format | Thomas Pedersen | 2011-08-22 | 5 | -45/+61 |
* | mac80211: update mesh peering frame format | Thomas Pedersen | 2011-08-22 | 4 | -46/+77 |
* | mac80211: update mesh peering frame codes | Thomas Pedersen | 2011-08-22 | 1 | -81/+76 |
* | mac80211: fix mesh beacon format | Thomas Pedersen | 2011-08-22 | 4 | -62/+196 |
* | mac80211: Tear down BA session on BAR tx failure | Helmut Schaa | 2011-08-22 | 1 | -0/+18 |
* | wireless: Introduce defines for BAR TID_INFO & MULTI_TID fields | Helmut Schaa | 2011-08-22 | 1 | -1/+1 |
* | nl80211/cfg80211: Add extra IE configuration to AP mode setup | Jouni Malinen | 2011-08-12 | 1 | -1/+27 |
* | nl80211/cfg80211: Add crypto settings into NEW_BEACON | Jouni Malinen | 2011-08-12 | 1 | -0/+21 |
* | nl80211/cfg80211: Allow SSID to be specified in new beacon command | Jouni Malinen | 2011-08-12 | 1 | -0/+29 |
* | cfg80211/mac80211: move information element parsing logic to cfg80211 | Yogesh Ashok Powar | 2011-08-12 | 3 | -230/+168 |
* | nl80211/cfg80211: Make addition of new sinfo fields safer | Jouni Malinen | 2011-08-11 | 2 | -0/+2 |
* | cfg80211: fix a crash in nl80211_send_station | Felix Fietkau | 2011-08-11 | 1 | -1/+1 |
* | mac80211: fix erroneous clearing of MESH_PATH_SN_VALID flag | Javier Cardona | 2011-08-10 | 1 | -1/+0 |
* | mac80211: clear sta.drv_priv on reconfiguration | Eliad Peller | 2011-08-10 | 1 | -0/+1 |
* | cfg80211/nl80211: Send AssocReq IEs to user space in AP mode | Jouni Malinen | 2011-08-10 | 1 | -0/+4 |
* | nl80211: Indicate driver-based offchannel TX on mgmt_tx_cancel_wait | Jouni Malinen | 2011-08-10 | 1 | -2/+1 |
* | mac80211: Don't use EAPOL frames for rate sampling | Helmut Schaa | 2011-08-09 | 1 | -1/+7 |
* | mac80211: Fill in skb->protocol information for injected frames | Helmut Schaa | 2011-08-09 | 1 | -0/+20 |
* | cfg80211: Update REG_DBG_PRINT macro and uses | Joe Perches | 2011-08-09 | 1 | -8/+6 |
* | lib80211: remove exports for functions not called by other modules | Pavel Roskin | 2011-08-09 | 1 | -6/+9 |
* | mac80211/mesh: make the preq queue lock consistent | Baruch Siach | 2011-08-08 | 1 | -3/+3 |
* | mac80211: Don't use a buf_size=0 in ADDBA requests | Helmut Schaa | 2011-08-08 | 1 | -0/+1 |
* | mac80211: Stop TX BA session if buf_size is zero | Helmut Schaa | 2011-08-08 | 1 | -11/+7 |