summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* mt7601u: let mac80211 validate rx CCMP PNLorenzo Bianconi2018-03-132-1/+10
* mt7601u: simplify mt7601u_mcu_msg_alloc signatureLorenzo Bianconi2018-03-131-4/+3
* mt76x2: remove unnecessary len variable in mt76x2_eeprom_load()Lorenzo Bianconi2018-03-131-6/+6
* mt7601u: remove a warning in mt7601u_efuse_physical_size_check()Lorenzo Bianconi2018-03-131-1/+1
* mt76x2: add mac80211 {set,get}_antenna callbacksLorenzo Bianconi2018-03-136-16/+88
* mt76: add mt76_init_stream_cap routineLorenzo Bianconi2018-03-131-17/+39
* mt76: initialize available_antennas_{tx,rx} infoLorenzo Bianconi2018-03-133-0/+8
* mt7601u: make write with mask access atomicLorenzo Bianconi2018-02-282-16/+39
* rtl8187: Fix NULL pointer dereference in priv->conf_mutexSudhir Sreedharan2018-02-281-1/+1
* mt7601u: set device mac address in mt7601u_add_interface()Lorenzo Bianconi2018-02-281-0/+3
* mt7601u: move mt7601u_set_macaddr in mac related codeLorenzo Bianconi2018-02-283-22/+19
* mt76x2: remove warnings in mt76x2_mac_write_txwi()Lorenzo Bianconi2018-02-281-2/+2
* rtlwifi: btcoex: fix argument typo of if-statement found by CoccinellePing-Ke Shih2018-02-271-1/+1
* brcmsmac: remove duplicated bit-wise or of IEEE80211_CHAN_NO_IRColin Ian King2018-02-271-1/+0
* brcmfmac: reject too long PSKJohannes Berg2018-02-271-0/+3
* brcmfmac: remove duplicate pointer variable from brcmf_sdio_firmware_callback()Arend Van Spriel2018-02-271-19/+18
* brcmfmac: change log level for some low-level sdio functionsArend Van Spriel2018-02-271-5/+5
* brcmfmac: remove brcmf_bus_started() from bus apiArend Van Spriel2018-02-275-57/+16
* brcmfmac: move brcmf_attach() function in core.cArend Van Spriel2018-02-271-49/+49
* brcmfmac: usb: call brcmf_usb_up() during brcmf_bus_preinit()Arend Van Spriel2018-02-271-5/+2
* brcmfmac: call brcmf_attach() just before calling brcmf_bus_started()Arend Van Spriel2018-02-272-17/+23
* brcmfmac: move allocation of control rx buffer to brcmf_sdio_bus_preinit()Arend Van Spriel2018-02-271-14/+12
* brcmfmac: move brcmf_bus_preinit() call just after changing bus stateArend Van Spriel2018-02-272-3/+5
* mwifiex: set different mac address for interfaces with same bss typeXinming Hu2018-02-272-5/+32
* qtnfmac: implement asynchronous firmware loadingSergey Matyukevich2018-02-272-198/+180
* qtnfmac: enable reloading of qtnfmac kernel modulesSergei Maksimenko2018-02-273-1/+16
* qtnfmac: fix releasing Tx/Rx data buffersSergey Matyukevich2018-02-271-12/+18
* rtlwifi: rtl8192cu: remove pointless memcpyArnd Bergmann2018-02-271-1/+0
* rtlwifi: rtl8192cu: Remove variable self-assignment in rf.cMatthias Kaehlcke2018-02-271-3/+0
* wireless: zd1211rw: remove redundant assignment of pointer 'q'Colin Ian King2018-02-271-1/+0
* rtlwifi: btcoex: Add 8822be btcoex supported files for wifi onlyPing-Ke Shih2018-02-272-0/+80
* rtlwifi: btcoex: add routine to set default port idPing-Ke Shih2018-02-273-0/+29
* rtlwifi: add efuse ops for other componentsPing-Ke Shih2018-02-274-1/+22
* rtlwifi: add definition radio_mask for RF and maximum bandwidthPing-Ke Shih2018-02-271-0/+8
* rtlwifi: Fix VHT NSS in RCPing-Ke Shih2018-02-271-9/+46
* rtlwifi: Add rate section and its related definition and commentPing-Ke Shih2018-02-272-3/+7
* rtlwifi: Extend tx_power_by_rate_offset size for newer ICPing-Ke Shih2018-02-272-1/+4
* rtlwifi: Use 6 bits as sequence number of TX reportPing-Ke Shih2018-02-272-4/+26
* rtlwifi: Add Support VHT to spec_verPing-Ke Shih2018-02-273-2/+6
* rtlwifi: enable mac80211 fast-tx supportPing-Ke Shih2018-02-271-0/+1
* wl1251: Set generated MAC address back to NVS dataPali Rohár2018-02-271-0/+17
* wl1251: Parse and use MAC address from supplied NVS dataPali Rohár2018-02-271-8/+47
* wl1251: Generate random MAC address only if driver does not have validPali Rohár2018-02-271-9/+18
* wl1251: Update wl->nvs_len after wl->nvs is validPali Rohár2018-02-271-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-2419-84/+136
|\
| * gianfar: simplify FCS handling and fix memory leakAndy Spencer2018-02-231-16/+7
| * macvlan: fix use-after-free in macvlan_common_newlink()Alexey Kodanev2018-02-231-1/+1
| * net: aquantia: Fix error handling in aq_pci_probe()Dan Carpenter2018-02-221-4/+10
| * Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-02-221-1/+1
| |\
| | * mac80211_hwsim: don't use WQ_MEM_RECLAIMJohannes Berg2018-02-191-1/+1