aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/exported-sql-viewer.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-17airo: work around stack usage warningArnd Bergmann1-52/+65
2021-04-17wlcore: fix overlapping snprintf arguments in debugfsArnd Bergmann2-8/+12
2021-04-17libertas: avoid -Wempty-body warningArnd Bergmann1-6/+6
2021-04-17rtl8xxxu: Simplify locking of a skb list accessesChristophe JAILLET2-10/+2
2021-04-17wilc1000: fix a loop timeout conditionDan Carpenter1-1/+1
2021-04-17mwifiex: Remove unneeded variable: "ret"zuoqilin1-2/+1
2021-04-17rtl8xxxu: Fix fall-through warnings for ClangGustavo A. R. Silva1-4/+4
2021-04-17wilc1000: Bring MAC address setting in line with typical Linux behaviorDavid Mosberger-Tang1-9/+16
2021-04-17wilc1000: Add support for enabling CRCDavid Mosberger-Tang2-64/+115
2021-04-17wilc1000: Check for errors at end of DMA writeDavid Mosberger-Tang1-1/+61
2021-04-17wilc1000: Introduce symbolic names for SPI protocol registerDavid Mosberger-Tang1-9/+29
2021-04-17wilc1000: Make SPI transfers work at 48MHzDavid Mosberger-Tang1-13/+29
2021-04-17mwifiex: don't print SSID to logsBrian Norris1-7/+4
2021-04-17ipw2x00: potential buffer overflow in libipw_wx_set_encodeext()Dan Carpenter1-2/+4
2021-04-17rtlwifi: rtl8192de: Use DEFINE_SPINLOCK() for spinlockGuobin Huang1-7/+3
2021-04-17qtnfmac: remove meaningless goto statement and labelswengjianfeng1-67/+0
2021-04-17rtlwifi: Simplify locking of a skb list accessesChristophe JAILLET2-14/+2
2021-04-17rtlwifi: remove rtl_get_tid_hChristophe JAILLET1-6/+1
2021-04-17rtlwifi: rtl8188ee: remove redundant assignment of variable rtlpriv->btcoexist.reg_bt_scoYang Li1-2/+0
2021-04-17rtlwifi: remove redundant assignment to variable errColin Ian King1-1/+0
2021-04-17rtlwifi: Few mundane typo fixesBhaskar Chowdhury1-3/+3
2021-04-17qtnfmac: remove meaningless labelswengjianfeng1-21/+6
2021-04-17rtlwifi: 8821ae: upgrade PHY and RF parametersPing-Ke Shih1-130/+370
2021-04-17cw1200: Remove unused function pointer typedef wsm_*Chen Lin1-12/+0
2021-04-17cw1200: Remove unused function pointer typedef cw1200_wsm_handlerChen Lin1-3/+0
2021-04-16cxl/mem: Fix memory device capacity probingDan Williams1-2/+5
2021-04-16mptcp: use mptcp_for_each_subflow in mptcp_closeGeliang Tang1-1/+1
2021-04-16mptcp: add tracepoint in subflow_check_data_availGeliang Tang2-3/+30
2021-04-16mptcp: add tracepoint in ack_update_mskGeliang Tang2-0/+38
2021-04-16mptcp: add tracepoint in get_mapping_statusGeliang Tang2-3/+55
2021-04-16mptcp: add tracepoint in mptcp_subflow_get_sendGeliang Tang3-4/+65
2021-04-16mptcp: export mptcp_subflow_activeGeliang Tang2-12/+12
2021-04-16mptcp: fix format specifiers for unsigned intGeliang Tang1-2/+2
2021-04-16kunit: mptcp: adhere to KUNIT formatting standardNico Pache4-4/+4
2021-04-16net: enetc: apply the MDIO workaround for XDP_REDIRECT tooVladimir Oltean1-0/+4
2021-04-16net: enetc: fix buffer leaks with XDP_TX enqueue rejectionsVladimir Oltean1-4/+12
2021-04-16net: enetc: handle the invalid XDP action the same way as XDP_DROPVladimir Oltean1-4/+3
2021-04-16net: enetc: use dedicated TX rings for XDPVladimir Oltean2-7/+40
2021-04-16net: enetc: increase TX ring sizeVladimir Oltean1-1/+1
2021-04-16net: enetc: remove unneeded xdp_do_flush_map()Vladimir Oltean1-5/+0
2021-04-16net: enetc: stop XDP NAPI processing when build_skb() failsVladimir Oltean1-2/+2
2021-04-16net: enetc: recycle buffers for frames with RX errorsVladimir Oltean1-0/+2
2021-04-16net: enetc: rename the buffer reuse helpersVladimir Oltean1-30/+24
2021-04-16net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf pathVladimir Oltean1-2/+0
2021-04-16flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva1-2/+4
2021-04-16netlink: don't call ->netlink_bind with table lock heldFlorian Westphal1-2/+2
2021-04-16mlx5: implement ethtool standard statsJakub Kicinski3-7/+182
2021-04-16bnxt: implement ethtool standard statsJakub Kicinski1-0/+125
2021-04-16mlxsw: implement ethtool standard statsJakub Kicinski1-0/+129
2021-04-16ethtool: add interface to read RMON statsJakub Kicinski6-0/+161