aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-08virtio-net: fix total qstat valuesJakub Kicinski1-0/+4
2025-05-08net: export a helper for adding up queue statsJakub Kicinski2-19/+56
2025-05-08fbnic: Do not allow mailbox to toggle to ready outside fbnic_mbx_poll_tx_readyAlexander Duyck1-17/+10
2025-05-08fbnic: Pull fbnic_fw_xmit_cap_msg use out of interrupt contextAlexander Duyck1-27/+16
2025-05-08fbnic: Improve responsiveness of fbnic_mbx_poll_tx_readyAlexander Duyck1-8/+11
2025-05-08fbnic: Cleanup handling of completionsAlexander Duyck1-0/+17
2025-05-08fbnic: Actually flush_tx instead of stalling outAlexander Duyck1-15/+16
2025-05-08fbnic: Add additional handling of IRQsAlexander Duyck4-59/+110
2025-05-08fbnic: Gate AXI read/write enabling on FW mailboxAlexander Duyck3-13/+33
2025-05-08fbnic: Fix initialization of mailbox descriptor ringsAlexander Duyck1-9/+23
2025-05-07net: dsa: b53: do not set learning and unicast/multicast on upJonas Gorski3-8/+15
2025-05-07net: dsa: b53: fix learning on VLAN unaware bridgesJonas Gorski1-1/+1
2025-05-07net: dsa: b53: fix toggling vlan_filteringJonas Gorski2-31/+75
2025-05-07net: dsa: b53: do not program vlans when vlan filtering is offJonas Gorski1-20/+28
2025-05-07net: dsa: b53: do not allow to configure VLAN 0Jonas Gorski1-9/+27
2025-05-07net: dsa: b53: always rejoin default untagged VLAN on bridge leaveJonas Gorski1-5/+5
2025-05-07net: dsa: b53: fix VLAN ID for untagged vlan on bridge leaveJonas Gorski1-1/+2
2025-05-07net: dsa: b53: fix flushing old pvid VLAN on pvid changeJonas Gorski1-1/+1
2025-05-07net: dsa: b53: fix clearing PVID of a portJonas Gorski1-2/+11
2025-05-07net: dsa: b53: keep CPU port always tagged againJonas Gorski1-0/+8
2025-05-07net: dsa: b53: allow leaky reserved multicastJonas Gorski1-2/+4
2025-05-07net: ibmveth: Refactored veth_pool_store for better maintainabilityDave Marquardt1-44/+67
2025-05-07netlink: specs: rt-link: remove implicit structs from devconfJakub Kicinski1-97/+10
2025-05-07netlink: specs: remove implicit structs for SNMP countersJakub Kicinski1-48/+12
2025-05-07netlink: specs: ovs: correct struct namesJakub Kicinski2-9/+6
2025-05-07netlink: specs: nl80211: drop structs which are not uAPIJakub Kicinski1-68/+0
2025-05-07tools: ynl-gen: move the count into a presence struct tooJakub Kicinski2-21/+16
2025-05-07tools: ynl-gen: split presence metadataJakub Kicinski4-28/+28
2025-05-07tools: ynl-gen: rename basic presence from 'bit' to 'present'Jakub Kicinski1-6/+6
2025-05-07net: ti: icssg-prueth: Report BQL before sending XDP packetsMeghana Malladi1-1/+7
2025-05-07net: ti: icssg-prueth: Fix kernel panic during concurrent Tx queue accessMeghana Malladi2-2/+12
2025-05-07net: ti: icssg-prueth: Set XDP feature flags for ndevMeghana Malladi1-5/+4
2025-05-07bpf: Clarify handling of mark and tstamp by redirect_peerPaul Chaignon2-0/+6
2025-05-07bpf: Scrub packet on bpf_redirect_peerPaul Chaignon1-0/+1
2025-05-07net: airoha: Add missing field to ppe_mbox_data structLorenzo Bianconi1-4/+6
2025-05-07openvswitch: Fix unsafe attribute parsing in output_userspace()Eelco Chaudron1-2/+1
2025-05-07netfilter: ipset: fix region locking in hash typesJozsef Kadlecsik1-1/+1
2025-05-07ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov1-19/+8
2025-05-07net: usb: lan78xx: Extract flow control configuration to helperOleksij Rempel1-18/+87
2025-05-07net: usb: lan78xx: Refactor USB link power configuration into helperOleksij Rempel1-31/+59
2025-05-07net: usb: lan78xx: Extract PHY interrupt acknowledgment to helperOleksij Rempel1-1/+15
2025-05-07net: usb: lan78xx: move LED DT configuration to helperOleksij Rempel1-26/+46
2025-05-07net: usb: lan78xx: refactor PHY init to separate detection and MAC configurationOleksij Rempel1-46/+128
2025-05-07net: usb: lan78xx: remove explicit check for missing PHY driverOleksij Rempel1-4/+0
2025-05-07net: usb: lan78xx: Improve error handling in PHY initializationOleksij Rempel1-16/+31
2025-05-07s390/pci: Fix duplicate pci_dev_put() in disable_slot() when PF has child VFsNiklas Schnelle1-1/+0
2025-05-07s390/pci: Fix missing check for zpci_create_device() error returnNiklas Schnelle1-0/+2
2025-05-06net: add missing instance lock to dev_set_promiscuityStanislav Fomichev3-13/+25
2025-05-07erofs: ensure the extra temporary copy is valid for shortened bvecsGao Xiang1-17/+14
2025-05-06net: Lock netdevices during dev_shutdownCosmin Ratiu1-1/+3