aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-07ice: Remove unnecessary checks in add/kill_vid ndo opsBrett Creeley1-12/+0
2021-04-07ice: Remove rx_gro_dropped statAnirudh Venkataramanan4-6/+1
2021-04-07ice: Use local variable instead of pointer derefsAnirudh Venkataramanan1-15/+12
2021-04-07ice: Remove unnecessary variableAnirudh Venkataramanan1-6/+1
2021-04-07ice: Limit forced overrides based on FW versionJeb Cramer1-12/+2
2021-04-07ice: Use default configuration mode for PHY configurationAnirudh Venkataramanan6-42/+103
2021-04-07ice: Replace some memsets and memcpys with assignmentAnirudh Venkataramanan1-7/+3
2021-04-07ice: Fix error return codes in ice_set_link_ksettingsAnirudh Venkataramanan1-7/+7
2021-04-07ice: Rename a couple of variablesAnirudh Venkataramanan1-25/+25
2021-04-07ice: Remove unnecessary checker loopAnirudh Venkataramanan1-9/+1
2021-04-07ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan4-38/+59
2021-04-07ice: Align macro names to the specificationAnirudh Venkataramanan4-23/+24
2021-04-07ice: Modify recursive way of adding nodesVictor Raj1-53/+77
2021-04-07ice: Re-send some AQ commands, as result of EBUSY AQ errorChinh T Cao3-2/+84
2021-04-07net: fealnx: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-07net: atheros: atl2: use module_pci_driver to simplify the codeWei Yongjun1-23/+1
2021-04-07net: sundance: use module_pci_driver to simplify the codeWei Yongjun1-14/+1
2021-04-07tulip: de2104x: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-07tulip: windbond-840: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-07enic: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-07net: encx24j600: use module_spi_driver to simplify the codeWei Yongjun1-11/+1
2021-04-07net: wan: z85230: drop unused async stateJohan Hovold1-39/+0
2021-04-07liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King1-1/+1
2021-04-07xircom: remove redundant error check on variable errColin Ian King1-2/+0
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin6-13/+19
2021-04-07net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin1-3/+1
2021-04-07nfc/fdp: remove unnecessary assignment and labelwengjianfeng1-26/+16
2021-04-07mlxsw: core: Remove critical trip points from thermal zonesVadim Pasternak1-21/+6
2021-04-07stmmac: intel: Enable SERDES PHY rx clk for PSEVoon Weifeng2-0/+11
2021-04-07ethtool: document PHY tunable callbacksJakub Kicinski1-0/+2
2021-04-07mptcp: drop all sub-options except ADD_ADDR when the echo bit is setDavide Caratti1-1/+2
2021-04-07selftests: mptcp: add the net device name testcaseGeliang Tang1-0/+8
2021-04-07mptcp: unify add_addr(6)_generate_hmacGeliang Tang1-56/+25
2021-04-07mptcp: drop MPTCP_ADDR_IPVERSION_4/6Geliang Tang2-9/+7
2021-04-07mptcp: use mptcp_addr_info in mptcp_options_receivedGeliang Tang2-45/+23
2021-04-07mptcp: drop OPTION_MPTCP_ADD_ADDR6Geliang Tang2-15/+9
2021-04-07mptcp: use mptcp_addr_info in mptcp_out_optionsGeliang Tang3-44/+33
2021-04-07mptcp: move flags and ifindex out of mptcp_addr_infoGeliang Tang3-25/+28
2021-04-07can: mcp251xfd: mcp251xfd_regmap_crc_read(): work around broken CRC on TBC registerMarc Kleine-Budde1-0/+34
2021-04-07can: mcp251xfd: mcp251xfd_regmap_crc_read_one(): Factor out crc check into separate functionMarc Kleine-Budde1-10/+20
2021-04-07can: mcp251xfd: add BQL supportMarc Kleine-Budde1-5/+18
2021-04-07can: c_can: remove unused enum BOSCH_C_CAN_PLATFORMMarc Kleine-Budde1-1/+0
2021-04-07can: m_can: m_can_receive_skb(): add missing error handling to can_rx_offload_queue_sorted() callMarc Kleine-Budde1-3/+10
2021-04-07can: skb: alloc_can{,fd}_skb(): set "cf" to NULL if skb allocation failsMarc Kleine-Budde1-2/+8
2021-04-06net/mlx5e: TC, Add support to offload sample actionChris Mi5-2/+328
2021-04-06net/mlx5e: TC, Handle sampled packetsChris Mi4-3/+35
2021-04-06net/mlx5e: TC, Refactor tc update skb functionChris Mi1-26/+33
2021-04-06net/mlx5e: TC, Add sampler restore handle APIChris Mi1-0/+108
2021-04-06net/mlx5e: TC, Add sampler object APIChris Mi1-0/+131
2021-04-06net/mlx5e: TC, Add sampler termination table APIChris Mi6-0/+129