summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iwlegacy: make const array static to shink object code sizeColin Ian King2017-09-251-1/+1
* qtnfmac: do not report channel changes until wiphy is registeredIgor Mitsyanko2017-09-251-0/+3
* qtnfmac: remove unused mac::status fieldIgor Mitsyanko2017-09-253-8/+0Star
* qtnfmac: do not cache CSA chandef infoIgor Mitsyanko2017-09-254-22/+1Star
* qtnfmac: pass VIF info to SendChannel commandIgor Mitsyanko2017-09-253-4/+5
* qtnfmac: let wifi card handle channel switch request to the same chanIgor Mitsyanko2017-09-251-5/+0Star
* qtnfmac: do not cache channel info from "connect" commandIgor Mitsyanko2017-09-252-16/+5Star
* qtnfmac: retrieve current channel info from EPIgor Mitsyanko2017-09-254-21/+64
* qtnfmac: make "Channel change" event report full channel infoIgor Mitsyanko2017-09-254-18/+85
* qtnfmac: convert channel width from bitfiled to simple enumIgor Mitsyanko2017-09-252-16/+16
* rsi: sdio suspend and resume supportKarun Eagalapati2017-09-252-4/+126
* rsi: add version informationPavani Muthyala2017-09-255-17/+57
* mwifiex: make const array tos_to_ac static, reduces object code sizeColin Ian King2017-09-251-1/+2
* rtl8xxxu: Don't printk raw binary if serial number is not burned in.Adam Borowski2017-09-251-1/+4
* brcmsmac: make const array ucode_ofdm_rates static, reduces object code sizeColin Ian King2017-09-251-1/+1
* brcmfmac: use setup_timer() helperAllen Pais2017-09-251-4/+2Star
* mwifiex: use get_random_mask_addr() helperGanapathi Bhat2017-09-201-6/+5Star
* mwifiex: avoid storing random_mac in privateGanapathi Bhat2017-09-203-9/+6Star
* mwifiex: make const arrays static to shink object code sizeColin Ian King2017-09-201-7/+7
* mwifiex: remove unnecessary call to memsetHimanshu Jha2017-09-201-2/+0Star
* mwifiex: check for mfg_mode in add_virtual_intfGanapathi Bhat2017-09-201-8/+11
* mwifiex: notify cfg80211 about scan abortGanapathi Bhat2017-09-201-5/+1Star
* rtlwifi: rtl8192ee: Fix memory leak when loading firmwareLarry Finger2017-09-201-2/+4
* rtlwifi: btcoexist: 23b 1ant: fix duplicated code for different branchesLarry Finger2017-09-201-8/+5Star
* b43legacy: fix unitialized reads of ret by initializing the array to zeroColin Ian King2017-09-201-1/+1
* b43: fix unitialized reads of ret by initializing the array to zeroColin Ian King2017-09-201-1/+1
* rsi: fix a dereference on adapter before it has been null checkedColin Ian King2017-09-201-2/+2
* rsi: miscellaneous changes for p2p modePrameela Rani Garnepudi2017-09-202-9/+12
* rsi: aggregation changes for p2p modePrameela Rani Garnepudi2017-09-201-5/+10
* rsi: disallow power save config when AP vap runningPrameela Rani Garnepudi2017-09-205-23/+39
* rsi: tx and rx path enhancements for p2p modePrameela Rani Garnepudi2017-09-205-17/+48
* rsi: handle peer connection and disconnection in p2p modePrameela Rani Garnepudi2017-09-207-39/+64
* rsi: add support for p2p listenPrameela Rani Garnepudi2017-09-207-25/+199
* rsi: add/remove interface enhancements for p2pPrameela Rani Garnepudi2017-09-204-55/+89
* rsi: add p2p support parameters to mac80211Prameela Rani Garnepudi2017-09-201-1/+36
* Linux 4.14-rc1Linus Torvalds2017-09-171-2/+2
* Merge tag 'upstream-4.14-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-09-164-16/+16
|\
| * UBI: Fix two typos in commentsUwe Kleine-König2017-09-131-2/+2
| * ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King2017-09-131-1/+1
| * ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-3/+3
| * ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-4/+4
| * ubi: pr_err() strings should end with newlinesBen Dooks2017-09-131-6/+6
* | Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-1614-27/+41
|\ \
| * | um: return negative in tuntap_open_tramp()Dan Carpenter2017-09-131-1/+1
| * | um: remove a stray tabDan Carpenter2017-09-131-1/+1
| * | um: Use relative modversions with LD_SCRIPT_DYNThomas Meyer2017-09-131-0/+1
| * | um: link vmlinux with -no-pieThomas Meyer2017-09-131-1/+1
| * | um: Fix CONFIG_GCOV for modules.Thomas Meyer2017-09-131-0/+7
| * | Fix minor typos and grammar in UML start_up helpJames Pack2017-09-131-3/+3
| * | um: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-09-132-2/+0Star