summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: treat bad WMM parameters more gracefullyJohannes Berg2015-11-031-94/+48
* mac80211: fixup AIFSN instead of disabling WMMEmmanuel Grumbach2015-11-031-7/+7
* mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Johannes Berg2015-11-035-16/+11
* cfg80211/mac80211: clarify RSSI CQM reporting requirementsJohannes Berg2015-11-032-1/+7
* mac80211: fix crash on mesh local link ID generation with VIFsMatthias Schiffer2015-11-031-0/+3
* mac80211: TDLS: add proper HT-oper IEArik Nemtsov2015-11-035-7/+18
* mac80211: don't reconfigure sched scan in case of wowlanEliad Peller2015-11-035-35/+45
* mac80211: call drv_stop only if driver is startedEliad Peller2015-11-033-31/+48
* mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smpsAndrei Otcheretianski2015-11-031-1/+7
* mac80211: use freezable workqueue for restart workEliad Peller2015-11-032-1/+12
* mac80211: Fix local deauth while associatingAndrei Otcheretianski2015-11-031-0/+19
* mac80211: allow null chandef in tracingArik Nemtsov2015-11-031-5/+5
* nl80211: Fix potential memory leak from parse_acl_dataOla Olsson2015-11-031-6/+6
* mac80211: fix divide by zero when NOA updateJanusz.Dziedzic@tieto.com2015-11-031-0/+7
* Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...David S. Miller2015-10-2241-659/+910
|\
| * mac80211: move station statistics into sub-structsJohannes Berg2015-10-2111-185/+178
| * mac80211: move beacon_loss_count into ifmgdJohannes Berg2015-10-215-14/+12
| * mac80211: remove sta->last_ack_signalJohannes Berg2015-10-213-7/+0
| * cfg80211: reg: fix reg_ignore_cell_hint return typeJohannes Berg2015-10-161-1/+2
| * cfg80211: reg: reduce chan_reg_rule_print_dbg() ifdefJohannes Berg2015-10-161-9/+2
| * cfg80211: reg: fix antenna gain in chan_reg_rule_print_dbg()Johannes Berg2015-10-161-2/+2
| * cfg80211: reg: centralize freeing ignored requestsJohannes Berg2015-10-161-29/+35
| * cfg80211: reg: clarify 'treatment' handling in reg_process_hint()Johannes Berg2015-10-161-7/+9
| * cfg80211: reg: rename reg_regdb_query() to reg_query_builtin()Johannes Berg2015-10-161-3/+3
| * cfg80211: reg: make CRDA support optionalJohannes Berg2015-10-163-73/+114
| * cfg80211: reg: remove useless reg_timeout schedulingJohannes Berg2015-10-151-8/+2
| * cfg80211: reg: search built-in database directlyJohannes Berg2015-10-151-44/+58
| * cfg80211: reg: rename reg_call_crda to reg_query_databaseJohannes Berg2015-10-151-5/+5
| * cfg80211: reg: fix reg_call_crda() return value bugJohannes Berg2015-10-151-31/+30
| * cfg80211: reg: remove useless non-NULL checkJohannes Berg2015-10-151-3/+0
| * cfg80211: fix gHz to GHzJohannes Berg2015-10-152-2/+2
| * mac80211: remove event.cJohannes Berg2015-10-144-34/+6
| * mac80211: remove cfg.hJohannes Berg2015-10-144-11/+2
| * mac80211: move sta_set_rate_info_rx() and make it staticJohannes Berg2015-10-143-41/+39
| * mac80211: clean up ieee80211_rx_h_check_dup codeJohannes Berg2015-10-141-10/+10
| * mac80211: remove PM-QoS listenerJohannes Berg2015-10-1410-87/+21
| * mac80211: use new cfg80211_inform_bss_frame_data() APIJohannes Berg2015-10-132-15/+15
| * mac80211: Do not restart scheduled scan if multiple scan plans are setAvraham Stern2015-10-131-2/+6
| * cfg80211: Add multiple scan plans for scheduled scanAvraham Stern2015-10-1310-25/+262
| * wireless: add WNM action frame categoriesJohannes Berg2015-10-131-0/+3
| * wireless: update robust action frame listJohannes Berg2015-10-131-0/+2
| * nl80211: allow BSS data to include CLOCK_BOOTTIME timestampDmitry Shmidt2015-10-137-60/+130
| * Revert "mac80211: remove exposing 'mfp' to drivers"Tamizh chelvam2015-10-133-1/+8
| * Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2015-10-139728-249779/+529550
| |\
| * | mac80211: add missing struct ieee80211_txq tid field initializationFelix Fietkau2015-10-081-0/+2
* | | net: hisilicon: deals with the sub ctrl by sysconyankejian2015-10-221-10/+11
* | | Merge branch 'cxgb4-trivial-fixes'David S. Miller2015-10-223-92/+108
|\ \ \
| * | | cxgb4: Update ethtool get_drvinfo to get regdump lenHariprasad Shenai2015-10-221-1/+4
| * | | cxgb4: Use vmalloc, if kmalloc failsHariprasad Shenai2015-10-221-4/+4
| * | | cxgb4: Return error if setup_rss is called before probeHariprasad Shenai2015-10-221-4/+8