Age | Commit message (Expand) | Author |
2018-08-02 | qtnfmac: implement basic WoWLAN support | Sergey Matyukevich |
2018-07-30 | qtnfmac: enable multiple SSIDs scan support | Andrey Shevchenko |
2018-07-30 | qtnfmac: implement cfg80211 power management callback | Sergei Maksimenko |
2018-06-27 | wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute types | Omer Efrat |
2018-06-27 | qtnfmac: enable source MAC address randomization support | Andrey Shevchenko |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-05-30 | qtnfmac: fix bg_scan_period parameter processing | Andrey Shevchenko |
2018-05-30 | qtnfmac: fix firmware command error path | Dmitry Lebed |
2018-05-30 | qtnfmac: decode error codes from firmware replies | Igor Mitsyanko |
2018-01-24 | qtnfmac: remove redundant 'unlikely' checks | Sergey Matyukevich |
2018-01-24 | qtnfmac: modify supported interface combinations | Sergey Matyukevich |
2018-01-24 | qtnfmac: report hardware/firmware information via ethtool | Vasily Ulyanov |
2018-01-24 | qtnfmac: get more hardware info from card | Vasily Ulyanov |
2018-01-24 | qtnfmac: remove struct qlink_cmd_set_mac_acl | Vasily Ulyanov |
2018-01-09 | qtnfmac: support MAC address based access control | Vasily Ulyanov |
2018-01-09 | qtnfmac: modify GET_STA_STATS cmd format for back/forward compatibility | Igor Mitsyanko |
2018-01-09 | qtnfmac: fill wiphy's extended capabilities | Vasily Ulyanov |
2018-01-09 | qtnfmac: add support for radar detection and CAC | Igor Mitsyanko |
2018-01-09 | qtnfmac: pass complete channel data between driver and firmware | Sergey Matyukevich |
2017-11-10 | qtnfmac: pass all CONNECT cmd params to wireless card for processing | Igor Mitsyanko |
2017-11-10 | qtnfmac: include HTCAP and VHTCAP into config AP command | Igor Mitsyanko |
2017-11-10 | qtnfmac: configure and start AP interface with a single command | Igor Mitsyanko |
2017-11-10 | qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usage | Igor Mitsyanko |
2017-11-10 | qtnfmac: extend "IE set" TLV to include frame type info | Igor Mitsyanko |
2017-11-10 | qtnfmac: get rid of PHYMODE capabilities flags | Igor Mitsyanko |
2017-11-10 | qtnfmac: initialize HT/VHT caps "can override" masks | Igor Mitsyanko |
2017-11-10 | qtnfmac: use per-band HT/VHT info from wireless device | Igor Mitsyanko |
2017-10-30 | qtnfmac: advertise support of inactivity timeout | Igor Mitsyanko |
2017-10-13 | qtnfmac: make encryption info a part of CONNECT command. | Igor Mitsyanko |
2017-10-13 | qtnfmac: do not cache BSS state in per-VIF structure | Igor Mitsyanko |
2017-10-13 | qtnfmac: get rid of QTNF_STATE_AP_START flag | Igor Mitsyanko |
2017-10-13 | qtnfmac: get rid of QTNF_STATE_AP_CONFIG | Igor Mitsyanko |
2017-10-13 | qtnfmac: pass channel definition to WiFi card on START_AP command | Igor Mitsyanko |
2017-10-13 | qtnfmac: pass all AP settings to wireless card for processing | Igor Mitsyanko |
2017-10-13 | qtnfmac: do not cache AP settings in driver structures | Igor Mitsyanko |
2017-09-25 | qtnfmac: remove unused mac::status field | Igor Mitsyanko |
2017-09-25 | qtnfmac: do not cache CSA chandef info | Igor Mitsyanko |
2017-09-25 | qtnfmac: pass VIF info to SendChannel command | Igor Mitsyanko |
2017-09-25 | qtnfmac: do not cache channel info from "connect" command | Igor Mitsyanko |
2017-09-25 | qtnfmac: retrieve current channel info from EP | Igor Mitsyanko |
2017-08-03 | qtnfmac: prepare for AP_VLAN interface type support | Sergey Matyukevich |
2017-08-03 | qtnfmac: fix handling of iftype mask reported by firmware | Sergey Matyukevich |
2017-08-03 | qtnfmac: implement cfg80211 channel_switch handler | Sergey Matyukevich |
2017-08-03 | qtnfmac: move current channel info from vif to mac | Sergey Matyukevich |
2017-08-03 | qtnfmac: implement reporting current channel | Sergey Matyukevich |
2017-08-03 | qtnfmac: implement cfg80211 dump_survey handler | Sergey Matyukevich |
2017-08-03 | qtnfmac: add missing bus lock | Sergey Matyukevich |
2017-08-03 | qtnfmac: updates for regulatory support | Sergey Matyukevich |
2017-06-25 | Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or... | David S. Miller |
2017-06-16 | networking: convert many more places to skb_put_zero() | Johannes Berg |