Age | Commit message (Expand) | Author | Files | Lines |
2023-02-14 | wifi: cfg80211: include puncturing bitmap in channel switch events | Aloka Dixit | 1 | -1/+1 |
2023-02-14 | wifi: cfg80211: Extend cfg80211_update_owe_info_event() for MLD AP | Veerendranath Jakkam | 1 | -0/+1 |
2022-10-12 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
2022-09-02 | wifi: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2 | -2/+2 |
2022-08-25 | wifi: cfg80211: Add link_id parameter to various key operations for MLO | Veerendranath Jakkam | 1 | -5/+7 |
2022-08-09 | wifi: qtnfmac: remove braces around single statement blocks | Sebin Sebastian | 1 | -3/+1 |
2022-07-18 | wifi: qtnfmac: fix repeated words in comments | Jilin Yuan | 1 | -2/+2 |
2022-07-01 | wifi: cfg80211: Increase akm_suites array size in cfg80211_crypto_settings | Veerendranath Jakkam | 1 | -4/+8 |
2022-06-20 | wifi: cfg80211: do some rework towards MLO link APIs | Johannes Berg | 3 | -14/+17 |
2022-05-06 | qtnfmac: switch to netif_napi_add_weight() | Jakub Kicinski | 2 | -4/+4 |
2021-10-20 | wireless: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 1 | -1/+1 |
2021-10-20 | wireless: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+1 |
2021-10-13 | wireless: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET | 2 | -4/+0 |
2021-08-23 | qtnfmac: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 2 | -28/+28 |
2021-04-22 | qtnfmac: Fix possible buffer overflow in qtnf_event_handle_external_auth | Lee Gibson | 1 | -2/+4 |
2021-04-17 | qtnfmac: remove meaningless goto statement and labels | wengjianfeng | 1 | -67/+0 |
2021-04-17 | qtnfmac: remove meaningless labels | wengjianfeng | 1 | -21/+6 |
2021-02-06 | Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/... | Jakub Kicinski | 1 | -12/+1 |
2021-01-26 | cfg80211: avoid holding the RTNL when calling the driver | Johannes Berg | 1 | -1/+2 |
2021-01-22 | cfg80211: change netdev registration/unregistration semantics | Johannes Berg | 2 | -3/+3 |
2021-01-14 | qtnfmac_pcie: Use module_pci_driver | Amey Narkhede | 1 | -12/+1 |
2020-12-04 | Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/... | Jakub Kicinski | 1 | -3/+3 |
2020-11-24 | qtnfmac: fix error return code in qtnf_pcie_probe() | Wang Hai | 1 | -3/+3 |
2020-11-13 | qtnfmac: switch to core handling of rx/tx byte/packet counters | Heiner Kallweit | 4 | -70/+20 |
2020-10-14 | qtnfmac: use new function dev_fetch_sw_netstats | Heiner Kallweit | 1 | -22/+1 |
2020-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+7 |
2020-09-29 | qtnfmac: fix resource leaks on unsupported iftype error return path | Colin Ian King | 1 | -0/+2 |
2020-09-29 | net: core: introduce struct netdev_nested_priv for nested interface infrastru... | Taehee Yoo | 1 | -3/+7 |
2020-09-16 | qtnfmac: Remove unused macro QTNF_DMP_MAX_LEN | YueHaibing | 1 | -1/+0 |
2020-08-27 | qtnfmac: convert tasklets to use new tasklet_setup() API | Allen Pais | 2 | -8/+6 |
2020-08-02 | qtnfmac: Missing platform_device_unregister() on error in qtnf_core_mac_alloc() | Wang Hai | 1 | -1/+4 |
2020-05-27 | Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub... | David S. Miller | 1 | -40/+43 |
2020-05-12 | qtnfmac: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2 | -28/+28 |
2020-04-24 | cfg80211: change internal management frame registration API | Johannes Berg | 1 | -40/+43 |
2020-04-14 | qtnfmac: Simplify code in _attach functions | Christophe JAILLET | 2 | -2/+2 |
2020-03-12 | qtnfmac: add interface combination check for repeater mode | Dmitry Lebed | 1 | -0/+15 |
2020-03-12 | qtnfmac: assign each wiphy to its own virtual platform device | Sergey Matyukevich | 3 | -7/+24 |
2020-03-12 | qtnfmac: set valid edmg in cfg80211_chan_def | Sergey Matyukevich | 1 | -0/+2 |
2020-03-12 | qtnfmac: support WPA3 OWE in AP mode | Sergey Matyukevich | 5 | -1/+137 |
2020-03-12 | qtnfmac: support WPA3 SAE in AP mode | Sergey Matyukevich | 4 | -10/+9 |
2020-02-12 | qtnfmac: fix potential Spectre vulnerabilities | Sergey Matyukevich | 3 | -5/+10 |
2020-02-12 | qtnfmac: drop unnecessary TLVs from scan command | Igor Mitsyanko | 3 | -93/+96 |
2020-02-12 | qtnfmac: update channel switch command to support 6GHz band | Igor Mitsyanko | 2 | -14/+28 |
2020-02-12 | qtnfmac: cleanup alignment in firmware communication protocol | Igor Mitsyanko | 4 | -161/+103 |
2020-02-12 | qtnfmac: pass max scan SSIDs limit on per-radio basis | Igor Mitsyanko | 4 | -8/+4 |
2020-02-12 | qtnfmac: implement extendable channel survey dump | Igor Mitsyanko | 5 | -122/+173 |
2020-02-12 | qtnfmac: drop QTN_TLV_ID_NUM_IFACE_COMB TLV type | Igor Mitsyanko | 2 | -35/+18 |
2020-02-12 | qtnfmac: merge PHY_PARAMS_GET into MAC_INFO | Igor Mitsyanko | 4 | -138/+49 |
2020-02-12 | qtnfmac: pass hardware capabilities in TLV element | Igor Mitsyanko | 5 | -40/+63 |
2020-02-12 | qtnfmac: use MAJOR.MINOR format for firmware protocol | Igor Mitsyanko | 4 | -33/+86 |