summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ssb: Prevent build of PCI host features in moduleMatt Redfearn2018-02-281-1/+1
* bcma: add HP Stream NotebookDenis 'GNUtoo' Carikli2018-02-281-0/+1
* 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
* ssb: return boolean instead of integer in ssb_dma_translation_special_bitGustavo A. R. Silva2018-02-271-1/+1
* bcma: Replace mdelay with usleep_range in bcma_pmu_resources_initJia-Ju Bai2018-02-271-1/+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-24320-1384/+2314
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-24108-455/+625
| |\
| | * net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet2018-02-231-0/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-2310-15/+80
| | |\
| | | * bpf, arm64: fix out of bounds access in tail callDaniel Borkmann2018-02-232-2/+29
| | | * bpf, x64: implement retpoline for tail callDaniel Borkmann2018-02-232-4/+42
| | | * bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song2018-02-221-2/+1
| | | * bpf: add schedule points in percpu arrays managementEric Dumazet2018-02-221-1/+4
| | | * selftests/bpf/test_maps: exit child process without error in ENOMEM caseLi Zhijian2018-02-221-0/+2
| | | * selftests/bpf: update gitignore with test_libbpf_openAnders Roxell2018-02-221-0/+1
| | | * selftests/bpf: tcpbpf_kern: use in6_* macros from glibcAnders Roxell2018-02-221-1/+0
| | | * bpf: clean up unused-variable warningArnd Bergmann2018-02-221-5/+1
| | * | gianfar: simplify FCS handling and fix memory leakAndy Spencer2018-02-231-16/+7
| | * | ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann2018-02-231-1/+1