aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-09qtnfmac: check for passed channel being NULL in MGMT_TX commandIgor Mitsyanko1-2/+11
2018-01-09qtnfmac: change default interface mode from AP to STAIgor Mitsyanko3-10/+6
2018-01-09qtnfmac: add support for radar detection and CACIgor Mitsyanko5-1/+155
2018-01-09qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich5-51/+74
2018-01-09qtnfmac: check that MAC exists in regulatory notifierIgor Mitsyanko1-0/+3
2018-01-08rt2x00: Fix a typo in printkMasanari Iida1-1/+1
2018-01-08wl1251: check return from call to wl1251_acx_arp_ip_filterColin Ian King1-2/+1
2018-01-08rt2x00: do not pause queue unconditionally on error pathStanislaw Gruszka1-8/+14
2018-01-08rt2x00: pause almost full queue earlyStanislaw Gruszka2-10/+8
2018-01-08mwifiex: cancel pcie/sdio work in remove/shutdown handlerXinming Hu2-0/+4
2018-01-08mwifiex: debugfs: trigger device dump for usb interfaceXinming Hu4-8/+21
2018-01-08mwifiex: device dump support for usb interfaceXinming Hu4-0/+82
2018-01-08mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu5-57/+79
2018-01-08mt76x2: eeprom: fix typo in mt76x2_get_power_info_5g()Lorenzo Bianconi1-1/+1
2018-01-08mt76: fix memcpy to potential null pointer on failed allocationColin Ian King1-0/+2
2018-01-08mt76x2: init: fix rx filter default value during initLorenzo Bianconi1-1/+2
2018-01-08mt76x2: configure rx filter based on monitor mode settingFelix Fietkau1-0/+9
2018-01-08mt76x2: init: disable APCLI by defaultLorenzo Bianconi1-2/+0
2018-01-08mt76x2: convert between per-chain tx power and combined outputFelix Fietkau2-0/+10
2018-01-08mt76x2: initialize channel power limits at probe timeFelix Fietkau4-13/+43
2018-01-08mt76x2: add channel argument to eeprom tx power functionsFelix Fietkau3-17/+26
2018-01-08mt76x2: increase OFDM SIFS timeFelix Fietkau1-8/+1
2018-01-08mt76x2: remove some harmless WARN_ONs in tx status and rx pathFelix Fietkau1-14/+14
2018-01-08mt76: fix returnvar.cocci warningsFengguang Wu1-2/+1
2018-01-08mt76: fix debugfs_simple_attr.cocci warningsFengguang Wu1-3/+4
2018-01-08brcmfmac: Support 43455 save-restore (SR) feature if FW include -srDouble Lo1-0/+1
2018-01-08brcmfmac: Clean up interrupt macrosIan Molton2-4/+7
2018-01-08brcmfmac: Replace function index with function pointerIan Molton3-50/+56
2018-01-08brcmfmac: More efficient and slightly easier to read fixup for 4339 chipsArend Van Spriel1-3/+4
2018-01-08brcmfmac: Remove func0 from function arrayIan Molton3-14/+11
2018-01-08brcmfmac: Correctly handle accesses to SDIO func0Ian Molton2-2/+6
2018-01-08brcmfmac: stabilise the value of ->sbwad in use for some xfer routines.Ian Molton3-4/+10
2018-01-08brcmfmac: Rename buscore to core for consistencyArend Van Spriel1-2/+2
2018-01-08brcmfmac: Remove {r,w}_sdreg32Ian Molton1-46/+42
2018-01-08rtlwifi: fill FW version and subversionPing-Ke Shih2-0/+4
2018-01-08rtlwifi: btcoex: Use seq_file to dump btcoex statusPing-Ke Shih12-632/+664
2018-01-08rtlwifi: Improve debugging by using debugfsPing-Ke Shih9-2/+523
2018-01-08rtlwifi: rtl8723: Add error handling to no existing firmwarePing-Ke Shih1-1/+1
2018-01-08rtlwifi: Remove unnecessary parenthesesFrank A. Cancio Bello4-26/+26
2018-01-08rtlwifi: mark expected switch fall-through in rtl_make_smps_actionGustavo A. R. Silva1-3/+1
2018-01-08rtlwifi: Remove unnecessary 'out of memory' messageShreeya Patel1-4/+2
2018-01-08rtlwifi: use kcalloc instead of multiplyTobin C. Harding1-2/+2
2018-01-08rtlwifi: fix parenthesis alignmentPing-Ke Shih1-1/+1
2018-01-08rtlwifi: check for array overflowDan Carpenter1-0/+4
2018-01-08MAINTAINERS: Change maintainer for rtlwifiLarry Finger1-4/+2
2018-01-08rt2x00: Delete an error message for a failed memory allocation in rt2x00queue_allocate()Markus Elfring1-3/+1
2018-01-07selftests: fib_tests: Add test cases for netdev carrier changeIdo Schimmel1-0/+142
2018-01-07selftests: fib_tests: Add test cases for netdev downIdo Schimmel1-0/+141
2018-01-07selftests: fib_tests: Add test cases for IPv4/IPv6 FIBIdo Schimmel2-0/+147
2018-01-07ipv6: Flush multipath routes when all siblings are deadIdo Schimmel1-8/+75