aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-20net: dsa: felix: attempt to initialize internal hsio pllsColin Foster1-0/+3
2023-03-20net: mscc: ocelot: expose serdes configuration functionColin Foster3-26/+47
2023-03-20net: mscc: ocelot: expose generic phylink_mac_config routineColin Foster3-18/+32
2023-03-20net: mscc: ocelot: expose ocelot_pll5_init routineColin Foster3-30/+33
2023-03-20mfd: ocelot: add ocelot-serdes capabilityColin Foster1-0/+13
2023-03-20phy: phy-ocelot-serdes: add ability to be used in a non-syscon configurationColin Foster1-0/+9
2023-03-19net: lan966x: Stop using packing libraryHoratiu Vultur2-25/+50
2023-03-19net: lan966x: Don't read RX timestamp if not neededHoratiu Vultur4-14/+15
2023-03-19net/packet: remove po->xmitEric Dumazet2-16/+10
2023-03-19net: macb: Reset TX when TX halt times outHarini Katakam1-2/+8
2023-03-19ixgb: Remove ixgb driverTony Nguyen26-6772/+0
2023-03-19net: phy: at803x: Replace of_gpio.h with what indeed is usedAndy Shevchenko1-2/+1
2023-03-19net: smc91x: Replace of_gpio.h with what indeed is usedAndy Shevchenko1-1/+1
2023-03-19net: macb: Set MDIO clock divisor for pclk higher than 160MHzBartosz Wawrzyniak2-1/+7
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet7-13/+21
2023-03-18mptcp: preserve const qualifier in mptcp_sk()Eric Dumazet2-7/+4
2023-03-18x25: preserve const qualifier in [a]x25_sk()Eric Dumazet2-8/+2
2023-03-18smc: preserve const qualifier in smc_sk()Eric Dumazet1-4/+1
2023-03-18af_unix: preserve const qualifier in unix_sk()Eric Dumazet2-5/+2
2023-03-18dccp: preserve const qualifier in dccp_sk()Eric Dumazet1-4/+2
2023-03-18ipv6: raw: preserve const qualifier in raw6_sk()Eric Dumazet1-4/+1
2023-03-18raw: preserve const qualifier in raw_sk()Eric Dumazet1-4/+1
2023-03-18af_packet: preserve const qualifier in pkt_sk()Eric Dumazet1-4/+1
2023-03-18udp: preserve const qualifier in udp_sk()Eric Dumazet1-4/+1
2023-03-17net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offloadGavin Li3-4/+87
2023-03-17ip_tunnel: Preserve pointer const in ip_tunnel_info_optsGavin Li1-5/+6
2023-03-17net/mlx5e: Add helper for encap_info_equal for tunnels with optionsGavin Li3-23/+36
2023-03-17vxlan: Expose helper vxlan_build_gbp_hdrGavin Li2-19/+19
2023-03-17vxlan: Remove unused argument from vxlan_build_gbp_hdr( ) and vxlan_build_gpe_hdr( )Gavin Li1-6/+4
2023-03-17wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang8-36/+81
2023-03-17net: macb: Increase halt timeout to accommodate 10Mbps linkHarini Katakam1-2/+1
2023-03-17dt-bindings: net: qcom,ipa: add SDX65 compatibleAlex Elder1-0/+1
2023-03-17net: dsa: mv88e6xxx: mask apparently non-existing phys during probingKlaus Kudielka1-0/+1
2023-03-17net: dsa: mv88e6xxx: move call to mv88e6xxx_mdios_register()Klaus Kudielka1-12/+14
2023-03-17net: dsa: mv88e6xxx: re-order functionsKlaus Kudielka1-179/+179
2023-03-17net: dsa: mv88e6xxx: don't dispose of Global2 IRQ mappings from mdiobus codeVladimir Oltean1-16/+4
2023-03-17net: wangxun: Remove macro that is redefinedmengyuanlou1-5/+0
2023-03-17ptp: kvm: Use decrypted memory in confidential guest on x86Jeremi Piotrowski4-11/+54
2023-03-17tools/power turbostat: version 2023.03.17Len Brown1-8/+5
2023-03-17tools/power turbostat: fix decoding of HWP_STATUSAntti Laakso1-1/+1
2023-03-17tools/power turbostat: Introduce support for EMRZhang Rui1-0/+3
2023-03-17tools/power turbostat: remove stray newlines from warn/warnx stringsLen Brown1-2/+2
2023-03-17tools/power turbostat: Fix /dev/cpu_dma_latency warningsPrarit Bhargava2-1/+3
2023-03-17tools/power turbostat: Provide better debug messages for failed capabilities accessesPrarit Bhargava2-7/+7
2023-03-17tools/power turbostat: update dump of SECONDARY_TURBO_RATIO_LIMITLen Brown1-1/+1
2023-03-17net/smc: Use percpu ref for wr tx referenceKai Shen3-12/+38
2023-03-17inet_diag: constify raw_lookup() socket argumentEric Dumazet1-1/+1
2023-03-17ipv4: raw: constify raw_v4_match() socket argumentEric Dumazet2-3/+3
2023-03-17ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet2-2/+2
2023-03-17udp6: constify __udp_v6_is_mcast_sock() socket argumentEric Dumazet1-2/+2