aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-07ipv6: Take table lock outside of sernum update functionIdo Schimmel2-4/+3
2018-01-07ipv6: Export sernum update functionIdo Schimmel2-3/+9
2018-01-07ipv6: Teach tree walker to skip multipath routesIdo Schimmel1-2/+9
2018-01-07ipv6: Add explicit flush indication to routesIdo Schimmel1-1/+2
2018-01-07ipv6: Report dead flag during route dumpIdo Schimmel1-0/+3
2018-01-07ipv6: Ignore dead routes during lookupIdo Schimmel1-4/+14
2018-01-07ipv6: Check nexthop flags in route dump instead of carrierIdo Schimmel1-1/+1
2018-01-07ipv6: Check nexthop flags during route lookup instead of carrierIdo Schimmel1-4/+3
2018-01-07ipv6: Set nexthop flags during route creationIdo Schimmel1-0/+3
2018-01-07ipv6: Set nexthop flags upon carrier changeIdo Schimmel3-6/+20
2018-01-07ipv6: Prepare to handle multiple netdev eventsIdo Schimmel3-19/+24
2018-01-07ipv6: Clear nexthop flags upon netdev upIdo Schimmel3-0/+33
2018-01-07ipv6: Mark dead nexthops with appropriate flagsIdo Schimmel1-1/+3
2018-01-07ipv6: Remove redundant route flushing during namespace dismantleIdo Schimmel2-6/+3
2018-01-06tools/bpf: add a bpf selftest for stacktraceYonghong Song3-1/+190