aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-03selftests/net: add ipv6 test coverage in rxtimestamp testtannerlove1-26/+59
2020-07-03net: ipa: fix HOLB timer calculationAlex Elder1-38/+46
2020-07-03net: ipa: introduce ipa_clock_rate()Alex Elder2-0/+14
2020-07-03ipv6/ping: set skb->mark on icmpv6 socketsWillem de Bruijn1-0/+1
2020-07-03net/xen-netfront: add kernel TX timestampsDaniel Drown1-0/+4
2020-07-03net: bcmgenet: Allow changing carrier from user-spaceFlorian Fainelli1-0/+17
2020-07-02net/mlx5e: Enhance TX timeout recoveryAya Levin2-17/+33
2020-07-02net/mlx5e: Enhance ICOSQ data on RX reporter's diagnoseAya Levin1-3/+56
2020-07-02net/mlx5e: Add EQ info to TX/RX reporter's diagnoseAya Levin4-0/+40
2020-07-02net/mlx5e: Enhance CQ data on diagnose outputAya Levin1-0/+8
2020-07-02net/mlx5e: Rename reporter's helpersAya Levin4-54/+54
2020-07-02net/mlx5e: Add helper to get the RQ WQE counterAya Levin3-0/+27
2020-07-02net/mlx5e: Add helper to get RQ WQE's headAya Levin3-4/+15
2020-07-02net/mlx5e: Move RQ helpers to txrx.hAya Levin3-20/+21
2020-07-02net/mlx5e: Align RX/TX reporters diagnose output formatAya Levin1-2/+2
2020-07-02net/mlx5e: Remove redundant RQ state queryAya Levin3-21/+7
2020-07-02net/mlx5e: Add a flush timeout defineAya Levin3-2/+5
2020-07-02net/mlx5e: Change reporters create functions to return voidEran Ben Elisha4-21/+10
2020-07-02sfc_ef100: helper function to set default RSS table of given sizeEdward Cree2-0/+23
2020-07-02sfc_ef100: NVRAM selftest support codeEdward Cree2-0/+63
2020-07-02sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQEdward Cree1-7/+8
2020-07-02sfc_ef100: add EF100 to NIC-revision enumerationEdward Cree1-0/+1
2020-07-02sfc: get drvinfo driver name from outside the common codeEdward Cree3-1/+5
2020-07-02sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree2-2/+1
2020-07-02sfc: commonise efx_fini_dmaqEdward Cree3-40/+41
2020-07-02sfc: factor out efx_mcdi_filter_table_down() from _remove()Edward Cree2-13/+25
2020-07-02sfc: don't call tx_limit_len if NIC type doesn't have oneEdward Cree1-1/+5
2020-07-02sfc: assign TXQs without gapsEdward Cree10-72/+58
2020-07-02sfc: commonise netif_set_real_num[tr]x_queues callsEdward Cree2-4/+6
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree6-31/+30
2020-07-02sfc: move modparam 'rss_cpus' out of common channel codeEdward Cree3-3/+5
2020-07-02sfc: move modparam 'interrupt_mode' out of common channel codeEdward Cree3-5/+8
2020-07-02sfc: remove max_interrupt_modeEdward Cree4-12/+0
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree7-23/+16
2020-07-02xen-netfront: remove redundant assignment to variable 'act'Colin Ian King1-1/+1
2020-07-02net: ipa: simplify ipa_endpoint_program()Alex Elder1-11/+20
2020-07-02net: ipa: move version test inside ipa_endpoint_program_suspend()Alex Elder1-16/+13
2020-07-02net: ipa: always handle suspend workaroundAlex Elder1-62/+63
2020-07-02net: ipa: move version test inside ipa_endpoint_program_delay()Alex Elder1-3/+4
2020-07-02mlx4: Mark PM functions as __maybe_unusedWei Yongjun1-2/+2
2020-07-02ksz884x: mark pcidev_suspend() as __maybe_unusedWei Yongjun1-1/+1
2020-07-02net: macb: remove is_udp variableClaudiu Beznea1-4/+2
2020-07-02net: macb: do not initialize queue variableClaudiu Beznea1-1/+1
2020-07-02net: macb: use hweight32() to count set bits in queue_maskClaudiu Beznea1-6/+1
2020-07-02net: macb: do not set again bit 0 of queue_maskClaudiu Beznea1-3/+1
2020-07-02bridge: Extend br_fill_ifinfo to return MPR statusHoratiu Vultur2-1/+25
2020-07-02bridge: mrp: Add br_mrp_fill_infoHoratiu Vultur2-0/+71
2020-07-02bridge: uapi: mrp: Extend MRP attributes to get the statusHoratiu Vultur1-0/+17
2020-07-01mptcp: add receive buffer auto-tuningFlorian Westphal3-8/+127
2020-07-01selftests: mptcp: add option to specify size of file to transferFlorian Westphal1-13/+39