aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-12net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handlingSebastian Reichel1-10/+4
2023-04-12net: ethernet: stmmac: dwmac-rk: rework optional clock handlingSebastian Reichel1-113/+70
2023-04-12net: dsa: add trace points for VLAN operationsVladimir Oltean2-5/+137
2023-04-12net: dsa: add trace points for FDB/MDB operationsVladimir Oltean4-12/+423
2023-04-11net: dsa: mv88e6xxx: Correct cmode to PHY_INTERFACE_Andrew Lunn1-2/+2
2023-04-11gve: Unify duplicate GQ min pkt desc size constantsShailend Chand2-4/+2
2023-04-11tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski1-1/+4
2023-04-11net: fddi: skfp: rmt: Clean up some inconsistent indentingJiapeng Chong1-3/+3
2023-04-10net: ethernet: mtk_eth_soc: use be32 type to store be32 valuesSimon Horman1-1/+1
2023-04-10net: piggy back on the memory barrier in bql when waking queuesJakub Kicinski4-21/+38
2023-04-10bnxt: use new queue try_stop/try_wake macrosJakub Kicinski1-33/+7
2023-04-10ixgbe: use new queue try_stop/try_wake macrosJakub Kicinski1-28/+10
2023-04-10net: provide macros for commonly copied lockless queue stop/wake codeJakub Kicinski3-0/+151
2023-04-10docs: net: use C syntax highlight in driver.rstJakub Kicinski1-10/+20
2023-04-10docs: net: move the probe and open/close sections of driver.rst upJakub Kicinski1-27/+27
2023-04-10docs: net: reformat driver.rst from a list to sectionsJakub Kicinski1-35/+56
2023-04-09net: phy: sfp: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-09net: phy: nxp-tja11xx: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-09net: phy: mxl: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-09net: phy: marvell: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2-2/+2
2023-04-09net: phy: bcm54140: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-09net: phy: aquantia: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-09net: aquantia: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-09net: nfp: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean11-31/+89
2023-04-07net: make SO_BUSY_POLL available to all usersEric Dumazet1-9/+4
2023-04-07net: stmmac: dwmac-anarion: Always return struct anarion_gmac * from anarion_...Simon Horman1-3/+3
2023-04-07net: stmmac: dwmac-anarion: Use annotation __iomem for register baseSimon Horman1-4/+4
2023-04-07net: stmmac: remove set but unused mask in stmmac_ethtool_set_link_ksettings()Vladimir Oltean1-9/+0
2023-04-07net: ethernet: ti: am65-cpsw: Enable USXGMII mode for J784S4 CPSW9GSiddharth Vadapalli1-2/+12
2023-04-07net: ethernet: ti: am65-cpsw: Enable QSGMII for J784S4 CPSW9GSiddharth Vadapalli1-0/+8
2023-04-07net: ethernet: ti: am65-cpsw: Move mode specific config to mac_config()Siddharth Vadapalli1-4/+18
2023-04-07hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski4-7/+7
2023-04-07net: ethernet: mtk_eth_soc: mtk_ppe: prefer newly added l2 flowsFelix Fietkau1-2/+12
2023-04-07net: ethernet: mtk_eth_soc: add code for offloading flows from wlan devicesFelix Fietkau4-14/+136
2023-04-06selftests: forwarding: hw_stats_l3: Detect failure to install countersPetr Machata1-1/+14
2023-04-06net: sunhme: move asm includes to below linux includesSimon Horman1-3/+4
2023-04-06net: stmmac: check fwnode for phy device before scanning for phyMichael Sit Wei Hong1-4/+11
2023-04-06nfp: initialize netdev's dev_port with correct idYinjun Zhang1-0/+1
2023-04-06selftests/net: fix typo in tcp_mmapEric Dumazet1-1/+1
2023-04-06net: dsa: microchip: Utilize error values in ksz8_w_sta_mac_table()Oleksij Rempel1-15/+18
2023-04-06net: dsa: microchip: Make ksz8_w_sta_mac_table() staticOleksij Rempel2-4/+2
2023-04-06net: dsa: microchip: ksz8_r_sta_mac_table(): Utilize error values from read/w...Oleksij Rempel1-4/+15
2023-04-06net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for empty...Oleksij Rempel1-37/+50
2023-04-06net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() staticOleksij Rempel2-4/+2
2023-04-06net: dsa: microchip: ksz8: Implement add/del_fdb and use static MAC table ope...Oleksij Rempel3-0/+18
2023-04-06net: dsa: microchip: ksz8: Separate static MAC table operations for code reuseOleksij Rempel1-11/+23
2023-04-06net/mlx5e: Simulate missing IPsec TX limits hardware functionalityLeon Romanovsky3-5/+99
2023-04-06net/mlx5e: Generalize IPsec work structsLeon Romanovsky3-48/+68
2023-04-06net/mlx5e: Reduce contention in IPsec workqueueLeon Romanovsky1-2/+2