Age | Commit message (Expand) | Author | Files | Lines |
2016-07-06 | mac80211: Add support for beacon report radio measurement | Avraham Stern | 1 | -0/+1 |
2016-06-09 | mac80211: implement codel on fair queuing flows | Michal Kazior | 1 | -0/+5 |
2016-06-09 | mac80211: implement fair queueing per txq | Michal Kazior | 1 | -5/+19 |
2016-06-09 | mac80211: skip netdev queue control with software queuing | Michal Kazior | 1 | -1/+1 |
2016-04-12 | cfg80211: remove enum ieee80211_band | Johannes Berg | 1 | -17/+17 |
2016-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2016-04-06 | mac80211: add A-MSDU tx support | Felix Fietkau | 1 | -0/+1 |
2016-04-06 | mac80211: add fast-rx path | Johannes Berg | 1 | -0/+5 |
2016-04-05 | mac80211: mesh: convert path table to rhashtable | Bob Copeland | 1 | -9/+2 |
2016-04-05 | mac80211: mesh: move path tables into if_mesh | Bob Copeland | 1 | -0/+12 |
2016-04-05 | mac80211: TDLS: change BW calculation for WIDER_BW peers | Arik Nemtsov | 1 | -0/+4 |
2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2016-03-01 | mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs | Johannes Berg | 1 | -1/+1 |
2016-02-24 | mac80211: move MU_MIMO_OWNER flag to ieee80211_vif | Sara Sharon | 1 | -2/+0 |
2016-02-24 | mac80211: change ieee80211_rx_reorder_ready() arguments | Johannes Berg | 1 | -14/+0 |
2016-02-24 | mac80211: expose txq queue depth and size to drivers | Michal Kazior | 1 | -0/+1 |
2016-02-24 | mac80211: add RX_FLAG_MACTIME_PLCP_START | Johannes Berg | 1 | -1/+7 |
2016-02-24 | mac80211: refactor HT/VHT to chandef code | Johannes Berg | 1 | -6/+4 |
2016-01-14 | mac80211: process and save VHT MU-MIMO group frame | Sara Sharon | 1 | -0/+2 |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2015-12-15 | mac80211: handle width changes from opmode notification IE in beacon | Eyal Shapira | 1 | -2/+2 |
2015-12-04 | mac80211: rewrite remain-on-channel logic | Johannes Berg | 1 | -5/+2 |
2015-12-04 | mac80211: simplify ack_skb handling | Johannes Berg | 1 | -3/+2 |
2015-12-04 | mac80211: move off-channel/mgmt-tx code to offchannel.c | Johannes Berg | 1 | -4/+15 |
2015-11-03 | mac80211: make enable_qos parameter to ieee80211_set_wmm_default() | Johannes Berg | 1 | -1/+1 |
2015-11-03 | mac80211: TDLS: add proper HT-oper IE | Arik Nemtsov | 1 | -1/+1 |
2015-11-03 | mac80211: don't reconfigure sched scan in case of wowlan | Eliad Peller | 1 | -1/+1 |
2015-10-21 | mac80211: move beacon_loss_count into ifmgd | Johannes Berg | 1 | -0/+3 |
2015-10-14 | mac80211: remove event.c | Johannes Berg | 1 | -3/+0 |
2015-10-14 | mac80211: remove cfg.h | Johannes Berg | 1 | -0/+2 |
2015-10-14 | mac80211: remove PM-QoS listener | Johannes Berg | 1 | -4/+1 |
2015-09-29 | mac80211: use bool argument to ieee80211_send_nullfunc | Johannes Berg | 1 | -1/+1 |
2015-09-22 | mac80211: Split sending tx'ed frames to monitor interfaces into its own function | Helmut Schaa | 1 | -0/+3 |
2015-09-22 | mac80211: use DECLARE_EWMA for ave_beacon_signal | Johannes Berg | 1 | -7/+3 |
2015-09-22 | mac80211: remove last_beacon/ave_beacon debugfs files | Johannes Berg | 1 | -3/+0 |
2015-09-22 | mac80211: debugfs: add file to disallow TDLS wider-bw | Arik Nemtsov | 1 | -0/+1 |
2015-08-14 | mac80211: add rate mask logic for vht rates | Lorenzo Bianconi | 1 | -0/+5 |
2015-07-17 | mac80211: TDLS: handle chan-switch in RTNL locked work | Arik Nemtsov | 1 | -3/+5 |
2015-07-17 | mac80211: Add support for declaring MU-MIMO capability | Sara Sharon | 1 | -0/+2 |
2015-07-17 | mac80211: shrink struct ieee80211_fragment_entry | Johannes Berg | 1 | -6/+6 |
2015-07-17 | mac80211: TDLS: correctly configure SMPS state | Arik Nemtsov | 1 | -0/+1 |
2015-07-17 | mac80211: upgrade BW of TDLS peers when possible | Arik Nemtsov | 1 | -0/+3 |
2015-07-17 | mac80211: remove IEEE80211_RX_FRAGMENTED | Johannes Berg | 1 | -2/+0 |
2015-07-17 | mac80211: don't store napi struct | Johannes Berg | 1 | -5/+1 |
2015-07-17 | mac80211: move ieee80211_get_bssid into RX file | Johannes Berg | 1 | -2/+0 |
2015-07-17 | mac80211: remove short frame test and counter | Johannes Berg | 1 | -1/+0 |
2015-06-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+3 |
2015-05-20 | mac80211: don't split remain-on-channel for coalescing | Johannes Berg | 1 | -6/+0 |
2015-05-19 | mac80211: don't use napi_gro_receive() outside NAPI context | Johannes Berg | 1 | -0/+3 |
2015-05-11 | mac80211: fix throughput LED trigger | Johannes Berg | 1 | -1/+0 |