aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26net: dsa: microchip: use common irq routines for girq and pirqArun Ramadoss2-192/+81
2022-09-26net: dsa: microchip: move interrupt handling logic from lan937x to ksz_commonArun Ramadoss3-426/+433
2022-09-26net: dsa: microchip: lan937x: return zero if mdio node not presentArun Ramadoss1-4/+2
2022-09-26net: dsa: microchip: enable phy interrupts only if interrupt enabled in dtsArun Ramadoss1-5/+8
2022-09-26net: dsa: microchip: determine number of port irq based on switch typeArun Ramadoss3-3/+12
2022-09-26net/sched: taprio: simplify list iteration in taprio_dev_notifier()Vladimir Oltean1-9/+4
2022-09-26net: Remove unused inline function dst_hold_and_use()Gaosheng Cui1-6/+0
2022-09-26net: Remove unused inline function sk_nulls_node_init()Gaosheng Cui1-5/+0
2022-09-26neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui1-5/+0
2022-09-26mlxsw: reg: Remove deprecated code about SFTR-V2 RegisterGaosheng Cui1-71/+0
2022-09-26net: dsa: make user ports return to init_net on netns deletionVladimir Oltean1-0/+1
2022-09-26xdp: improve page_pool xdp_return performanceJesper Dangaard Brouer1-6/+4
2022-09-26net: ethernet: stmicro: stmmac: dwmac-rk: Add rv1126 supportAnand Moon1-0/+125
2022-09-26dt-bindings: net: rockchip-dwmac: add rv1126 compatibleAnand Moon1-0/+2
2022-09-26af_unix: Refactor unix_read_skb()Peilin Ye1-24/+10
2022-09-26udp: Refactor udp_read_skb()Peilin Ye1-29/+17
2022-09-26macsec: don't free NULL metadata_dstSabrina Dubroca1-1/+2
2022-09-23ipv6: tcp: send consistent autoflowlabel in RST packetsEric Dumazet1-1/+4
2022-09-23net: ipa: encapsulate updating three more registersAlex Elder1-26/+53
2022-09-23net: ipa: encapsulate updating the COUNTER_CFG registerAlex Elder1-13/+22
2022-09-23net: ipa: encapsulate setting the FILT_ROUT_HASH_EN registerAlex Elder1-8/+13
2022-09-23net: ipa: tidy up register enum definitionsAlex Elder1-21/+21
2022-09-23net: ipa: define BCR values using an enumAlex Elder3-20/+18
2022-09-23net: ipa: rearrange functions for similarityAlex Elder1-46/+42
2022-09-23net: ipa: introduce ipa_qtime_val()Alex Elder1-36/+44
2022-09-23net: ipa: don't use u32p_replace_bits()Alex Elder1-2/+2
2022-09-23net: macsec: remove the prepare flag from the MACsec offloading contextAntoine Tenart2-3/+0
2022-09-23net/mlx5e: macsec: remove checks on the prepare phaseAntoine Tenart1-36/+0
2022-09-23net: atlantic: macsec: remove checks on the prepare phaseAntoine Tenart1-57/+0
2022-09-23net: phy: mscc: macsec: remove checks on the prepare phaseAntoine Tenart1-41/+0
2022-09-23net: macsec: remove the prepare phase when offloadingAntoine Tenart1-13/+0
2022-09-23net: atlantic: macsec: make the prepare phase a noopAntoine Tenart1-45/+45
2022-09-23net: phy: mscc: macsec: make the prepare phase a noopAntoine Tenart1-49/+55
2022-09-23selftests/bonding: re-add lladdr target testMatthieu Baerts1-0/+1
2022-09-23can: ctucanfd: Remove redundant dev_err callShang XiaoJing1-1/+0
2022-09-23can: gs_usb: remove dma allocationsVasanth Sadhasivan1-33/+6
2022-09-23can: gs_usb: add switchable termination supportMarc Kleine-Budde1-1/+78
2022-09-23can: gs_usb: gs_make_candev(): clean up error handlingMarc Kleine-Budde1-8/+13
2022-09-23can: gs_usb: convert from usb_control_msg() to usb_control_msg_{send,recv}()Marc Kleine-Budde1-194/+107
2022-09-23can: gs_usb: gs_cmd_reset(): rename variable holding struct gs_can pointer to...Marc Kleine-Budde1-3/+3
2022-09-23can: gs_usb: gs_can_open(): initialize time counter before starting deviceMarc Kleine-Budde1-4/+6
2022-09-23can: gs_usb: add missing lock to protect struct timecounter::cycle_lastMarc Kleine-Budde1-5/+18
2022-09-23can: gs_usb: gs_usb_get_timestamp(): fix endpoint parameter for usb_control_m...Marc Kleine-Budde1-2/+1
2022-09-23can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan1-3/+4
2022-09-23can: bcm: registration process optimization in bcm_module_init()Ziyang Xuan1-3/+15
2022-09-23net: lan966x: Add offload support for taprioHoratiu Vultur7-3/+560
2022-09-23net: lan966x: Add registers used by taprioHoratiu Vultur1-0/+159
2022-09-23net: lan966x: Add offload support for mqprioHoratiu Vultur5-2/+71
2022-09-23net: lan966x: Add define for number of priority queues NUM_PRIO_QUEUESHoratiu Vultur2-1/+3
2022-09-23xen-netback: use kstrdup instead of open-coding itMinghao Chi1-2/+1