Age | Commit message (Expand) | Author | Files | Lines |
2017-06-01 | mac80211: fix dropped counter in multiqueue RX | Johannes Berg | 1 | -1/+1 |
2017-05-30 | mac80211: fix TX aggregation start/stop callback race | Johannes Berg | 5 | -100/+71 |
2017-05-17 | mac80211: strictly check mesh address extension mode | Rajkumar Manoharan | 1 | -1/+2 |
2017-05-08 | mac80211: fix IBSS presp allocation size | Johannes Berg | 1 | -0/+2 |
2017-05-08 | mac80211: bail out from prep_connection() if a reconfig is ongoing | Luca Coelho | 1 | -0/+4 |
2017-04-28 | cfg80211: add request id to cfg80211_sched_scan_*() api | Arend Van Spriel | 3 | -4/+4 |
2017-04-28 | mac80211: Add support for BSS max idle period element | Avraham Stern | 3 | -1/+23 |
2017-04-28 | mac80211: Fix possible sband related NULL pointer de-reference | Mohammed Shafi Shajakhan | 11 | -70/+139 |
2017-04-28 | mac80211: add ieee80211_tx_status_ext | Felix Fietkau | 1 | -28/+46 |
2017-04-28 | mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_status | Felix Fietkau | 1 | -58/+58 |
2017-04-28 | mac80211: make rate control tx status API more extensible | Felix Fietkau | 5 | -51/+42 |
2017-04-28 | mac80211: use bitfield macros for encoded rate | Johannes Berg | 2 | -30/+50 |
2017-04-28 | mac80211: rename ieee80211_rx_status::vht_nss to just nss | Johannes Berg | 3 | -7/+7 |
2017-04-28 | mac80211: separate encoding/bandwidth from flags | Johannes Berg | 6 | -68/+75 |
2017-04-28 | mac80211: clean up rate encoding bits in RX status | Johannes Berg | 6 | -55/+55 |
2017-04-27 | mac80211: make multicast variable a bool in ieee80211_accept_frame() | Luca Coelho | 1 | -1/+1 |
2017-04-27 | mac80211: disentangle iflist_mtx and chanctx_mtx | Johannes Berg | 3 | -8/+9 |
2017-04-27 | mac80211: don't parse encrypted management frames in ieee80211_frame_acked | Emmanuel Grumbach | 1 | -0/+1 |
2017-04-27 | cfg80211: add request id parameter to .sched_scan_stop() signature | Arend Van Spriel | 1 | -1/+2 |
2017-04-25 | mac80211: rewrite monitor mode delivery logic | Johannes Berg | 1 | -59/+92 |
2017-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -18/+68 |
2017-04-20 | mac80211: reject ToDS broadcast data frames | Johannes Berg | 1 | -0/+21 |
2017-04-20 | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc... | David S. Miller | 19 | -162/+333 |
2017-04-18 | mac80211: ibss: Fix channel type enum in ieee80211_sta_join_ibss() | Matthias Kaehlcke | 1 | -2/+2 |
2017-04-18 | mac80211: keep a separate list of monitor interfaces that are up | Johannes Berg | 4 | -12/+22 |
2017-04-13 | mac80211: fix MU-MIMO follow-MAC mode | Johannes Berg | 1 | -18/+47 |
2017-04-13 | mac80211: use common code for monitor options in add/change | Johannes Berg | 1 | -58/+64 |
2017-04-13 | cfg80211: move add/change interface monitor flags into params | Johannes Berg | 1 | -8/+7 |
2017-04-13 | mac80211: correct MU-MIMO monitor follow functionality | Johannes Berg | 1 | -20/+58 |
2017-04-13 | cfg80211: allow leaving MU-MIMO monitor configuration unchanged | Johannes Berg | 1 | -4/+4 |
2017-04-13 | mac80211: drop frames too short for FCS earlier | Johannes Berg | 1 | -21/+18 |
2017-04-13 | mac80211: Fix clang warning about constant operand in logical operation | Matthias Kaehlcke | 1 | -2/+4 |
2017-03-29 | mac80211: unconditionally start new netdev queues with iTXQ support | Johannes Berg | 1 | -1/+2 |
2017-03-29 | mac80211: mesh: drop new node with weak power | Masashi Honma | 1 | -2/+8 |
2017-03-16 | mac80211: Use setup_timer instead of init_timer for mesh path | Ondřej Lysoněk | 1 | -3/+2 |
2017-03-08 | mac80211: reject/clear user rate mask if not usable | Johannes Berg | 4 | -1/+48 |
2017-03-07 | mac80211: remove ieee80211_tx_rate_control.max_rate_idx | Johannes Berg | 1 | -8/+0 |
2017-03-07 | mac80211: ignore VHT membership selector when parsing rates | Johannes Berg | 1 | -5/+5 |
2017-03-06 | mac80211: Use setup_timer instead of init_timer | Ondřej Lysoněk | 2 | -12/+12 |
2017-03-06 | mac80211: fix mesh fail_avg check | Manoharan, Rajkumar | 1 | -2/+4 |
2017-03-06 | mac80211: encode rate type (legacy, HT, VHT) with fewer bits | Johannes Berg | 2 | -9/+15 |
2017-03-06 | mac80211: remove local pointer from rate_ctrl_ref | Johannes Berg | 2 | -6/+5 |
2017-03-06 | ieee80211: rename CCFS1/CCFS2 to CCFS0/CCFS1 | Johannes Berg | 2 | -13/+13 |
2017-03-06 | mac80211: Print text for disassociation reason | Arkadiusz Miskiewicz | 1 | -2/+3 |
2017-03-06 | mac80211: Add set_cqm_rssi_range_config | Andrew Zaborowski | 2 | -0/+52 |
2017-03-06 | mac80211: use DECLARE_EWMA for mesh_fail_avg | Manoharan, Rajkumar | 3 | -7/+22 |
2017-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 7 | -16/+36 |
2017-03-02 | sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h... | Ingo Molnar | 1 | -0/+2 |
2017-03-02 | average: change to declare precision, not factor | Johannes Berg | 2 | -2/+2 |
2017-03-02 | Merge tag 'mac80211-for-davem-2017-02-28' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 6 | -14/+34 |