Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-05-05 | mac80211: make LED triggering depend on activation | Johannes Berg | 1 | -3/+4 |
2015-05-05 | mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS | Johannes Berg | 1 | -8/+8 |
2015-05-05 | mac80211: clean up global debugfs statistics | Johannes Berg | 1 | -3/+1 |
2015-04-24 | mac80211: remove IEEE80211_RX_RA_MATCH | Johannes Berg | 1 | -3/+0 |
2015-04-24 | mac80211: remove support for IFF_PROMISC | Johannes Berg | 1 | -4/+2 |
2015-04-22 | mac80211: add TX fastpath | Johannes Berg | 1 | -0/+5 |
2015-04-07 | cfg80211: move IE split utilities here from mac80211 | Johannes Berg | 1 | -4/+0 |
2015-04-01 | mac80211: add an intermediate software queue implementation | Felix Fietkau | 1 | -0/+21 |
2015-04-01 | mac80211: use rhashtable for station table | Johannes Berg | 1 | -1/+2 |
2015-03-31 | Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc... | David S. Miller | 1 | -29/+10 |
2015-03-30 | mac80211: add VHT support for IBSS | Janusz.Dziedzic@tieto.com | 1 | -0/+3 |
2015-03-30 | mac80211: IBSS fix scan request | Janusz.Dziedzic@tieto.com | 1 | -1/+2 |
2015-03-30 | cfg80211: pass name_assign_type to rdev_add_virtual_intf() | Tom Gundersen | 1 | -0/+1 |
2015-03-20 | mac80211: avoid duplicate TX path station lookup | Johannes Berg | 1 | -1/+2 |
2015-03-20 | mac80211: remove drop_unencrypted code | Johannes Berg | 1 | -3/+0 |
2015-03-16 | mac80211: ignore CSA to same channel | Johannes Berg | 1 | -0/+1 |
2015-03-03 | mac80211: TDLS: support VHT between peers | Arik Nemtsov | 1 | -0/+2 |
2015-03-03 | mac80211: disable u-APSD queues by default | Michal Kazior | 1 | -6/+17 |
2015-02-28 | mac80211: remove TX latency measurement code | Johannes Berg | 1 | -24/+0 |