summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ssb: make SSB a menuconfig to ease disabling it allVincent Legoll2017-12-071-5/+4
* mt76: add driver code for MT76x2eFelix Fietkau2017-12-0725-0/+6943
* mt76: add common code shared between multiple chipsetsFelix Fietkau2017-12-0712-0/+2219
* dt-bindings: net: add mt76 wireless device bindingFelix Fietkau2017-12-071-0/+32
* bcma: Adjust block commentAshish Kalra2017-12-071-1/+2
* mwifiex: cfg80211: do not change virtual interface during scan processingLimin Zhu2017-12-071-0/+6
* mwifiex: do not support change AP interface to station modeXinming Hu2017-12-071-1/+0
* wlcore, wl1251: fix spelling: "Couldnt" -> "Couldn't" and remove error on -EN...Colin Ian King2017-12-072-4/+2
* wlcore: allow elp during wowlan suspendReizer, Eyal2017-12-071-1/+28
* wlcore: use boottime for fw time syncArnd Bergmann2017-12-072-6/+2
* mwl8k: Expand non-DFS 5G channelsWeixiao Zhang2017-12-071-1/+6
* rtlwifi: rtl818x: remove redundant check for cck_power > 15Colin Ian King2017-12-071-4/+1
* rtlwifi: cleanup the code that check whether TX ring is availablePing-Ke Shih2017-12-073-54/+6
* rtlwifi: fix the wrong size to calculate fifo spacePing-Ke Shih2017-12-072-4/+6
* rtlwifi: Reduce IO in RX interrupt to boost throughputPing-Ke Shih2017-12-071-2/+3
* rtlwifi: Convert individual interrupt results to structLarry Finger2017-12-0718-95/+76
* brcmfmac: Rename bcmerror to errIan Molton2017-12-071-7/+7
* brcmfmac: Remove noisy debugging.Ian Molton2017-12-071-6/+0
* brcmfmac: Fix asymmetric IO functions.Ian Molton2017-12-071-1/+1
* brcmfmac: Remove brcmf_sdiod_request_data()Ian Molton2017-12-072-152/+87
* brcmfmac: Remove bandaid for SleepCSRIan Molton2017-12-071-27/+1
* brcmfmac: Remove dead IO codeIan Molton2017-12-071-10/+8
* brcmfmac: Clean up brcmf_sdiod_set_sbaddr_window()Ian Molton2017-12-072-15/+5
* brcmfmac: Split brcmf_sdiod_regrw_helper() up.Ian Molton2017-12-071-21/+73
* brcmfmac: Register sizes on hardware are not dependent on compiler typesIan Molton2017-12-071-11/+11
* brcmfmac: Fix parameter order in brcmf_sdiod_f0_writeb()Ian Molton2017-12-071-4/+4
* Merge tag 'iwlwifi-next-for-kalle-2017-11-29' of git://git.kernel.org/pub/scm...Kalle Valo2017-12-0228-622/+323
|\
| * iwlwifi: rename the temporary name of A000 to the official 22000Luca Coelho2017-11-2816-272/+272
| * iwlwifi: mvm: remove superfluous flush_work()Johannes Berg2017-11-282-6/+4
| * iwlwifi: fix the ALIVE notification layoutEmmanuel Grumbach2017-11-281-2/+2
| * iwlwifi: dbg: allow wrt collection before ALIVELiad Kaufman2017-11-251-1/+14
| * iwlwifi: print the version number of the firmware in hexEmmanuel Grumbach2017-11-251-3/+8
| * iwlwifi: mvm: remove TCP wakeup supportJohannes Berg2017-11-252-255/+1
| * iwlwifi: mvm: revert support new Coex firmware APIEmmanuel Grumbach2017-11-255-75/+9
| * iwlwifi: mvm: rs: don't override the rate history in the search cycleEmmanuel Grumbach2017-11-251-3/+1
| * iwlwifi: mvm: support MGMT frames in compressed BALiad Kaufman2017-11-251-3/+7
| * iwlwifi: mvm: check for short GI only for OFDMSara Sharon2017-11-252-2/+5
* | Documentation: net: dsa: Cut set_addr() documentationLinus Walleij2017-11-301-5/+0
* | Merge branch 'net-dst_entry-shrink'David S. Miller2017-11-3020-183/+204
|\ \
| * | net: Remove dst->nextDavid Miller2017-11-302-5/+0
| * | xfrm: Stop using dst->next in bundle construction.David Miller2017-11-301-24/+32
| * | net: Rearrange dst_entry layout to avoid useless padding.David Miller2017-11-301-19/+12
| * | xfrm: Move dst->path into struct xfrm_dstDavid Miller2017-11-309-29/+33
| * | ipv6: Move dst->from into struct rt6_info.David Miller2017-11-304-25/+22
| * | xfrm: Move child route linkage into xfrm_dst.David Miller2017-11-306-18/+26
| * | ipsec: Create and use new helpers for dst child access.David Miller2017-11-302-24/+28
| * | net: Create and use new helper xfrm_dst_child().David Miller2017-11-308-15/+26
| * | ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller2017-11-304-21/+21
| * | decnet: Move dn_next into decnet route structure.David Miller2017-11-303-17/+19
| * | net: dst->rt_next is unused.David Miller2017-11-301-1/+0
|/ /