summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-12-30rtlwifi: rtl8723ae: Remove all instances of DBG_EMERGLarry Finger6-40/+30
2016-12-30rtlwifi: rtl8723be: Remove all instances of DBG_EMERGLarry Finger6-38/+29
2016-12-30rtlwifi: rtl8821ae: Remove all instances of DBG_EMERGLarry Finger6-58/+37
2016-12-30rtlwifi: Remove RT_TRACE messages that use DBG_EMERGLarry Finger8-92/+49
2016-12-30rtlwifi: Replace local debug macro RT_ASSERTLarry Finger38-140/+133
2016-12-30rt2x00: add mutex to synchronize config and link tunerStanislaw Gruszka4-0/+15
2016-12-30rt2800: replace msleep() with usleep_range() on channel switchStanislaw Gruszka1-2/+4
2016-12-30rt2800: replace mdelay by usleep on vco calibration.Stanislaw Gruszka1-1/+1
2016-12-30rt2x00: merge agc and vco works with link tunerStanislaw Gruszka3-128/+36
2016-12-30rt2800: perform VCO recalibration for RF5592 chipStanislaw Gruszka1-0/+2
2016-12-30rt2800: warn if doing VCO recalibration for unknow RF chipStanislaw Gruszka1-0/+2
2016-12-30rt2800: rename adjust_freq_offset functionStanislaw Gruszka1-8/+8
2016-12-30rt2800: set MAX_PSDU len according to remote STAs capabilitiesStanislaw Gruszka5-7/+47
2016-12-30rt2800: set minimum MPDU and PSDU lengths to sane valuesStanislaw Gruszka1-2/+2
2016-12-30rt2800: don't set ht parameters for non-aggregated framesStanislaw Gruszka1-6/+6
2016-12-30rt2800: make rx ampdu_factor depend on number of rx chainsStanislaw Gruszka1-1/+1
2016-12-30orinoco: Use shash instead of ahash for MIC calculationsAndrew Lutomirski3-21/+30
2016-12-30adm80211: return an error if adm8211_alloc_rings() failsDan Carpenter1-1/+2
2016-12-30iwlegacy: make il3945_mac_ops __ro_after_initJohannes Berg1-10/+10
2016-12-30mwifiex: Enable dynamic bandwidth signallingAmitkumar Karwar2-1/+3
2016-12-30mwifiex: change width of MAC control variableAmitkumar Karwar3-13/+11
2016-12-30mwifiex: sdio: fix use after free issue for save_adapterAmitkumar Karwar1-0/+6
2016-12-30ath10k: enable advertising support for channel 169, 5GhzMohammed Shafi Shajakhan2-1/+2
2016-12-30ath10k: Remove passing unused argument for ath10k_mac_txMohammed Shafi Shajakhan1-4/+3
2016-12-30ath10k: ignore configuring the incorrect board_idRyan Hsu1-1/+4
2016-12-30ath10k: recal the txpower when removing interfaceRyan Hsu1-0/+4
2016-12-30ath10k: support dev_coredump for crash dumpArun Khandavalli3-3/+54
2016-12-30ath10k: fix incorrect txpower set by P2P_DEVICE interfaceRyan Hsu1-3/+4
2016-12-30ath10k: fix potential memory leak in ath10k_wmi_tlv_op_pull_fw_stats()Christian Lamparter1-3/+9
2016-12-30liquidio: optimize reads from Octeon PCI consoleFelix Manlunas4-8/+39
2016-12-29stmmac: adding EEE to GMAC4jpinto2-0/+71
2016-12-29bnxt_en: Handle no aggregation ring gracefully.Michael Chan2-4/+22
2016-12-29bnxt_en: Set default completion ring for async events.Michael Chan1-0/+30
2016-12-29bnxt_en: Implement new scheme to reserve tx rings.Michael Chan4-3/+83
2016-12-29bnxt_en: Add IPV6 hardware RFS support.Michael Chan2-19/+66
2016-12-29bnxt_en: Assign additional vnics to VFs.Michael Chan1-1/+4
2016-12-29bnxt_en: Add new hardware RFS mode.Michael Chan2-1/+27
2016-12-29bnxt_en: Refactor code that determines RFS capability.Michael Chan1-5/+33
2016-12-29bnxt_en: Add function to get vnic capability.Michael Chan3-0/+57
2016-12-29bnxt_en: Refactor TPA code path.Michael Chan1-1/+2
2016-12-29bnxt_en: Fix and clarify link_info->advertising.Michael Chan3-5/+6
2016-12-29bnxt_en: Improve the IRQ disable sequence during shutdown.Michael Chan1-43/+46
2016-12-29bnxt_en: Use napi_complete_done()Michael Chan1-2/+3
2016-12-29bnxt_en: Remove busy poll logic in the driver.Michael Chan2-149/+3
2016-12-29stmmac: enable rx queuesjpinto5-0/+56
2016-12-29net: Use kmemdup instead of kmalloc and memcpyShyam Saini1-2/+1
2016-12-29fddi: skfp: Use more common logging stylesJoe Perches12-237/+232
2016-12-29skfp: hwmtm: Use proper logging macros, correct mismatchesJoe Perches2-94/+106
2016-12-29ath10k: add debug trace to rts/cts set functionBartosz Markowski1-0/+3
2016-12-29ath10k: set CTS protection VDEV param only if VDEV is upBartosz Markowski1-8/+43