Age | Commit message (Expand) | Author | Files | Lines |
2015-05-26 | cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnect | Johannes Berg | 16 | -27/+37 |
2015-05-20 | mac80211: disconnect TDLS stations on STA CSA | Arik Nemtsov | 2 | -0/+32 |
2015-05-20 | mac80211: check fast-xmit on station change | Michal Kazior | 1 | -0/+1 |
2015-05-20 | mac80211: add missing drv_priv description for TXQ struct | Johannes Berg | 1 | -0/+1 |
2015-05-20 | cfg80211: Switch to PM ops | Lars-Peter Clausen | 1 | -6/+8 |
2015-05-20 | net: rfkill: Switch to PM ops | Lars-Peter Clausen | 1 | -3/+9 |
2015-05-20 | mac80211: fix memory leak | Johannes Berg | 1 | -1/+3 |
2015-05-11 | mac80211: fix throughput LED trigger | Johannes Berg | 2 | -7/+6 |
2015-05-11 | mac80211: TDLS: use the BSS chandef for HT/VHT operation IEs | Arik Nemtsov | 1 | -19/+8 |
2015-05-11 | mac80211: check fast-xmit if IBSS STA QoS changed | Johannes Berg | 1 | -1/+4 |
2015-05-07 | mac80211: adjust reserved chan_ctx when assigned to vif | Andrei Otcheretianski | 1 | -0/+4 |
2015-05-06 | mac80211: add missing documentation for rate_ctrl_lock | Johannes Berg | 1 | -0/+2 |
2015-05-06 | cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STA | Arik Nemtsov | 6 | -35/+45 |
2015-05-06 | mac80211_hwsim: Fix the supported VHT mcs rates | Ilan Peer | 1 | -5/+5 |
2015-05-06 | mac80211_hwsim: Set VHT capabilities only for the 5.2 GHz band | Ilan Peer | 1 | -25/+25 |
2015-05-06 | cfg80211: Allow GO concurrent relaxation after BSS disconnection | Avraham Stern | 1 | -10/+19 |
2015-05-06 | mac80211: validate cipher scheme PN length better | Johannes Berg | 2 | -5/+10 |
2015-05-06 | mac80211: extend get_key() to return PN for all ciphers | Johannes Berg | 4 | -4/+19 |
2015-05-06 | mac80211: extend get_tkip_seq to all keys | Johannes Berg | 10 | -108/+143 |
2015-05-05 | mac80211: remove useless skb->encapsulation check | Johannes Berg | 1 | -6/+2 |
2015-05-05 | mac80211: make LED triggering depend on activation | Johannes Berg | 4 | -100/+194 |
2015-05-05 | mac80211: make LED trigger names const | Johannes Berg | 5 | -24/+26 |
2015-05-05 | mac80211: clean up station debugfs | Johannes Berg | 1 | -84/+0 |
2015-05-05 | mac80211: remove sta->tx_fragments counter | Johannes Berg | 4 | -7/+1 |
2015-05-05 | mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS | Johannes Berg | 5 | -27/+31 |
2015-05-05 | mac80211: clean up global debugfs statistics | Johannes Berg | 3 | -52/+28 |
2015-04-24 | mac80211: force off channel transmission for public action frames | Matti Gottlieb | 1 | -1/+7 |
2015-04-24 | mac80211: notify the driver on reordering buffer timeout | Emmanuel Grumbach | 2 | -2/+15 |
2015-04-24 | mac80211: notify the driver upon BAR Rx | Emmanuel Grumbach | 2 | -2/+26 |
2015-04-24 | iwlwifi: dvm: don't sleep in event_callback callback | Emmanuel Grumbach | 1 | -3/+1 |
2015-04-24 | mac80211: fix ignored HT/VHT override configs | Chaya Rachel Ivgi | 1 | -21/+36 |
2015-04-24 | cfg80211: allow the plink state blocking for user managed mesh | Chun-Yeow Yeoh | 1 | -1/+2 |
2015-04-24 | mac80211: use per-CPU TX/RX statistics | Johannes Berg | 3 | -12/+70 |
2015-04-24 | mac80211: don't update dev->trans_start | Johannes Berg | 1 | -2/+0 |
2015-04-24 | mac80211: OCB: remove pointless check for broadcast BSSID | Johannes Berg | 1 | -5/+1 |
2015-04-24 | mac80211: clean up/rename prepare_for_handlers() | Johannes Berg | 1 | -44/+36 |
2015-04-24 | mac80211: remove IEEE80211_RX_RA_MATCH | Johannes Berg | 2 | -42/+5 |
2015-04-24 | mac80211: remove support for IFF_PROMISC | Johannes Berg | 43 | -204/+63 |
2015-04-23 | mac80211: make station hash table max_size configurable | Johannes Berg | 2 | -0/+11 |
2015-04-22 | mac80211: allow segmentation offloads | Johannes Berg | 2 | -25/+48 |
2015-04-22 | mac80211: allow drivers to support S/G | Johannes Berg | 3 | -3/+9 |
2015-04-22 | mac80211: allow checksum offload only in fast-xmit | Johannes Berg | 1 | -4/+20 |
2015-04-22 | ath10k: enable IEEE80211_HW_SUPPORT_FAST_XMIT | Johannes Berg | 1 | -1/+2 |
2015-04-22 | wlcore: enable IEEE80211_HW_SUPPORT_FAST_XMIT | Johannes Berg | 1 | -1/+2 |
2015-04-22 | mac80211: extend fast-xmit to cover IBSS | Johannes Berg | 1 | -0/+7 |
2015-04-22 | mac80211: extend fast-xmit for more ciphers | Johannes Berg | 2 | -6/+44 |
2015-04-22 | mac80211: extend fast-xmit to driver fragmentation | Johannes Berg | 1 | -1/+2 |
2015-04-22 | mac80211_hwsim: enable IEEE80211_HW_SUPPORT_FAST_XMIT | Johannes Berg | 1 | -1/+2 |
2015-04-22 | mac80211: add TX fastpath | Johannes Berg | 9 | -3/+480 |
2015-04-20 | mac80211: Fix mac80211.h docbook comments | Jonathan Corbet | 1 | -3/+4 |