aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-06net: phy: realtek: use __set_bit() in rtl8211f_led_hw_control_get()Michael Klein1-5/+5
2025-05-06net: phy: realtek: Group RTL82* macro definitionsMichael Klein1-35/+37
2025-05-06net: phy: realtek: add RTL8211F register definesMichael Klein1-10/+24
2025-05-06net: phy: realtek: Clean up RTL821x ExtPage accessMichael Klein1-15/+23
2025-05-06net: phy: realtek: remove unsed RTL821x_PHYSR* macrosMichael Klein1-4/+0
2025-05-06eth: fbnic: fix `tx_dropped` countingMohsin Bashir1-2/+2
2025-05-06selftests: net: exit cleanly on SIGTERM / timeoutJakub Kicinski1-1/+23
2025-05-06net: ibmveth: added KUnit tests for some buffer pool functionsDave Marquardt2-0/+142
2025-05-06net: ibmveth: Reset the adapter when unexpected states are detectedDave Marquardt2-19/+100
2025-05-06net: ibmveth: Indented struct ibmveth_adapter correctlyDave Marquardt1-32/+32
2025-05-05vhost/net: Defer TX queue re-enable until after sendmsgJon Kohler1-9/+21
2025-05-05ipv4: ip_tunnel: Replace strcpy use with strscpyRuben Wauters1-2/+2
2025-05-05net: ethtool: netlink: Use netdev_hold for dumpit() operationsMaxime Chevallier1-2/+3
2025-05-05net: ethtool: phy: Convert the PHY_GET command to generic phy dumpMaxime Chevallier3-254/+101
2025-05-05net: ethtool: Introduce per-PHY DUMP operationsMaxime Chevallier1-9/+194
2025-05-05selftests: iou-zcrx: Clean up build warnings for error formatHaiyue Wang1-2/+2
2025-05-05selftests: mptcp: add chk_sublfow in diag.shGang Yan1-0/+32
2025-05-05selftests: mptcp: add helpers to get subflow_infoGang Yan1-2/+157
2025-05-05selftests: mptcp: refactor NLMSG handling with 'proto'Gang Yan1-18/+20
2025-05-05selftests: mptcp: refactor send_query parameters for code clarityGang Yan1-9/+10
2025-05-05selftests: mptcp: add struct params in mptcp_diagGang Yan1-5/+11
2025-05-05selftests: mptcp: sockopt: use IPPROTO_MPTCP for getaddrinfoGeliang Tang2-8/+24
2025-05-05selftests: mptcp: info: hide 'grep: write error' warningsMatthieu Baerts (NGI0)1-2/+5
2025-05-05sctp: Remove unused sctp_assoc_del_peer and sctp_chunk_iifDr. David Alan Gilbert4-29/+0
2025-05-05net: phy: Refactor fwnode_get_phy_node()Andy Shevchenko1-4/+4
2025-05-05strparser: Remove unused __strp_unpauseDr. David Alan Gilbert2-15/+0
2025-05-05selftests: netfilter: nft_fib.sh: check lo packets bypass fib lookupFlorian Westphal1-0/+23
2025-05-05netfilter: nft_set_pipapo: clamp maximum map bucket size to INT_MAXPablo Neira Ayuso1-0/+6
2025-05-05netfilter: nft_set_pipapo: prevent overflow in lookup table allocationPablo Neira Ayuso1-14/+44
2025-05-05netfilter: nf_conntrack: speed up reads from nf_conntrack proc fileFlorian Westphal1-35/+53
2025-05-05netfilter: nft_quota: match correctly when the quota just depletedZhongqiu Duan1-7/+13
2025-05-05selftests: netfilter: add conntrack stress testFlorian Westphal3-0/+408
2025-05-05netfilter: bridge: Move specific fragmented packet to slow_path instead of dropping itHuajian Yang2-12/+12
2025-05-03ipv4: Honor "ignore_routes_with_linkdown" sysctl in nexthop selectionIdo Schimmel1-2/+9
2025-05-02ipv6: Restore fib6_config validation for SIOCADDRT.Kuniyuki Iwashima1-42/+55
2025-05-02mptcp: Align mptcp_inet6_sk with other protocolsPedro Falcato1-2/+2
2025-05-02net: stmmac: remove speed_mode_2500() methodRussell King (Oracle)2-4/+0
2025-05-02net: stmmac: intel: convert speed_mode_2500() to get_interfaces()Russell King (Oracle)2-15/+16
2025-05-02net: stmmac: intel: move phy_interface init to tgl_common_data()Russell King (Oracle)1-4/+1
2025-05-02net: stmmac: add get_interfaces() platform methodRussell King (Oracle)2-3/+15
2025-05-02net: stmmac: use priv->plat->phy_interface directlyRussell King (Oracle)1-3/+3
2025-05-02net: stmmac: use a local variable for priv->phylink_configRussell King (Oracle)1-19/+18
2025-05-02selftests/bpf: Cleanup bpf qdisc selftestsAmery Hung2-45/+11
2025-05-02selftests/bpf: Test attaching a bpf qdisc with incomplete operatorsAmery Hung4-0/+72
2025-05-02bpf: net_sched: Make some Qdisc_ops ops mandatoryAmery Hung1-0/+12
2025-05-02selftests/bpf: Test setting and creating bpf qdisc as default qdiscAmery Hung2-0/+63
2025-05-02bpf: net_sched: Fix bpf qdisc init prologue when set as default qdiscAmery Hung1-5/+7
2025-05-02selftests/bpf: Add tests for bucket resume logic in UDP socket iteratorsJordan Rife1-0/+414
2025-05-02selftests/bpf: Return socket cookies from sock_iter_batch progsJordan Rife3-17/+41
2025-05-02bpf: udp: Avoid socket skips and repeats during iterationJordan Rife1-17/+44