Age | Commit message (Expand) | Author | Files | Lines |
2020-01-15 | cfg80211: fix memory leak in nl80211_probe_mesh_link | Felix Fietkau | 1 | -0/+2 |
2020-01-15 | cfg80211: fix deadlocks in autodisconnect work | Markus Theil | 1 | -3/+3 |
2020-01-15 | wireless: wext: avoid gcc -O3 warning | Arnd Bergmann | 1 | -1/+2 |
2020-01-15 | cfg80211: Fix radar event during another phy CAC | Orr Mazor | 3 | -1/+37 |
2020-01-15 | wireless: fix enabling channel 12 for custom regulatory domain | Ganapathi Bhat | 1 | -3/+10 |
2019-12-25 | Merge branch 'core/kprobes' into perf/core, to pick up a completed branch | Ingo Molnar | 1 | -3/+3 |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+1 |
2019-12-13 | cfg80211: fix double-free after changing network namespace | Stefan Bühler | 1 | -0/+1 |
2019-12-12 | netlink: rename nl80211_validate_nested() to nla_validate_nested() | Michal Kubecek | 1 | -2/+1 |
2019-11-27 | ftrace: Rework event_create_dir() | Peter Zijlstra | 1 | -3/+3 |
2019-11-08 | Merge tag 'mac80211-next-for-net-next-2019-11-08' of git://git.kernel.org/pub... | David S. Miller | 1 | -0/+11 |
2019-11-08 | cfg80211: VLAN offload support for set_key and set_sta_vlan | Gurumoorthi Gnanasambandhan | 1 | -0/+11 |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -2/+8 |
2019-10-30 | nl80211: fix validation of mesh path nexthop | Markus Theil | 1 | -1/+1 |
2019-10-30 | nl80211: Disallow setting of HT for channel 14 | Masashi Honma | 2 | -1/+7 |
2019-10-28 | net: Fix various misspellings of "connect" | Geert Uytterhoeven | 1 | -1/+1 |
2019-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 5 | -21/+21 |
2019-10-13 | Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub... | David S. Miller | 1 | -4/+2 |
2019-10-11 | nl80211: trivial: Remove redundant loop | Denis Kenzior | 1 | -4/+2 |
2019-10-07 | mac80211: fix scan when operating on DFS channels in ETSI domains | Aaron Komisar | 2 | -8/+1 |
2019-10-07 | cfg80211: fix a bunch of RCU issues in multi-bssid code | Sara Sharon | 1 | -10/+13 |
2019-10-07 | nl80211: fix memory leak in nl80211_get_ftm_responder_stats | Navid Emamdoost | 1 | -1/+1 |
2019-10-04 | cfg80211: wext: avoid copying malformed SSIDs | Will Deacon | 1 | -2/+6 |
2019-10-01 | nl80211: fix null pointer dereference | Miaoqing Pan | 1 | -0/+3 |
2019-10-01 | cfg80211: initialize on-stack chandefs | Johannes Berg | 3 | -3/+5 |
2019-10-01 | cfg80211: validate SSID/MBSSID element ordering assumption | Johannes Berg | 1 | -1/+6 |
2019-10-01 | nl80211: validate beacon head | Johannes Berg | 1 | -2/+35 |
2019-09-11 | Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/sc... | David S. Miller | 5 | -16/+24 |
2019-09-11 | cfg80211: Purge frame registrations on iftype change | Denis Kenzior | 1 | -0/+1 |
2019-09-11 | nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds | Masashi Honma | 1 | -1/+3 |
2019-09-11 | cfg80211: Do not compare with boolean in nl80211_common_reg_change_event | zhong jiang | 1 | -5/+3 |
2019-09-11 | cfg80211: always shut down on HW rfkill | Johannes Berg | 3 | -9/+11 |
2019-09-11 | cfg80211: fix boundary value in ieee80211_frequency_to_channel() | Arend van Spriel | 1 | -1/+1 |
2019-08-30 | cfg80211: add local BSS receive time to survey information | Felix Fietkau | 1 | -0/+4 |
2019-08-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -10/+15 |
2019-08-22 | nl80211: add NL80211_CMD_UPDATE_FT_IES to supported commands | Matthew Wang | 1 | -0/+1 |
2019-08-21 | nl80211: Add support for EDMG channels | Alexei Avshalom Lazar | 3 | -3/+235 |
2019-08-21 | cfg80211: Support assoc-at timer in sta-info | Ben Greear | 1 | -0/+1 |
2019-08-21 | cfg80211: apply same mandatory rate flags for 5GHz and 6GHz | Arend van Spriel | 1 | -0/+1 |
2019-08-21 | cfg80211: ibss: use 11a mandatory rates for 6GHz band operation | Arend van Spriel | 1 | -5/+11 |
2019-08-21 | cfg80211: use same IR permissive rules for 6GHz band | Arend van Spriel | 1 | -1/+2 |
2019-08-21 | cfg80211: add 6GHz in code handling array with NUM_NL80211_BANDS entries | Arend van Spriel | 2 | -1/+3 |
2019-08-21 | cfg80211: extend ieee80211_operating_class_to_band() for 6GHz | Arend van Spriel | 1 | -0/+3 |
2019-08-21 | cfg80211: util: add 6GHz channel to freq conversion and vice versa | Arend van Spriel | 1 | -1/+9 |
2019-08-21 | cfg80211: add 6GHz UNII band definitions | Arend van Spriel | 1 | -2/+19 |
2019-08-21 | Revert "cfg80211: fix processing world regdomain when non modular" | Hodaszi, Robert | 1 | -1/+1 |
2019-08-21 | cfg80211: Fix Extended Key ID key install checks | Alexander Wetzel | 1 | -9/+14 |
2019-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -9/+28 |
2019-07-31 | nl80211: add strict start type | Johannes Berg | 1 | -0/+1 |
2019-07-31 | cfg80211: add support for parsing OBBS_PD attributes | John Crispin | 1 | -0/+45 |