aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet10-24/+28
2025-03-25net: protect rxq->mp_params with the instance lockJakub Kicinski2-7/+4
2025-03-25net: designate queue -> napi linking as "ops protected"Jakub Kicinski4-5/+13
2025-03-25net: designate queue counts as "double ops protected" by instance lockJakub Kicinski5-0/+17
2025-03-25net: explain "protection types" for the instance lockJakub Kicinski2-6/+25
2025-03-25net: constify dev pointer in misc instance lock helpersJakub Kicinski1-4/+5
2025-03-25net: remove netif_set_real_num_rx_queues() helper for when SYSFS=nJakub Kicinski2-12/+0
2025-03-25net: bubble up taking netdev instance lock to callers of net_devmem_unbind_dmabuf()Jakub Kicinski2-2/+2
2025-03-25virtio_net: Allocate rss_hdr with devresAkihiko Odaki1-6/+4
2025-03-25virtio_net: Use new RSS config structsAkihiko Odaki1-74/+43
2025-03-25virtio_net: Fix endian with virtio_net_ctrl_rssAkihiko Odaki1-15/+15
2025-03-25virtio_net: Split struct virtio_net_rss_configAkihiko Odaki1-0/+13
2025-03-25octeontx2-af: mcs: Remove redundant 'flush_workqueue()' callsChen Ni1-1/+0
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski9-249/+2
2025-03-25net: mdio: mdio-i2c: Add support for single-byte SMBus operationsMaxime Chevallier1-1/+78
2025-03-25net: phy: sfp: Add support for SMBus module accessMaxime Chevallier1-8/+74
2025-03-25dt-bindings: net: qcom,ipa: Correct indentation and style in DTS exampleKrzysztof Kozlowski1-64/+64
2025-03-25net: au1000_eth: Mark au1000_ReleaseDB() staticJohan Korsnes1-1/+1
2025-03-25net: rfs: hash function changeEric Dumazet3-7/+12
2025-03-25net: stmmac: dwmac-rk: Add initial support for RK3528 integrated PHYJonas Karlman1-0/+41
2025-03-25net: stmmac: dwmac-rk: Add integrated_phy_powerdown operationJonas Karlman1-11/+15
2025-03-25net: stmmac: dwmac-rk: Move integrated_phy_powerup/down functionsJonas Karlman1-44/+44
2025-03-25net: stmmac: dwmac-rk: Add GMAC support for RK3528David Wu1-0/+132
2025-03-25dt-bindings: net: rockchip-dwmac: Add compatible string for RK3528Jonas Karlman1-1/+15
2025-03-25net: stmmac: block PHY RXC clock-stopRussell King (Oracle)1-0/+27
2025-03-25net: phylink: add functions to block/unblock rx clock stopRussell King (Oracle)2-0/+62
2025-03-25net: stmmac: socfpga: remove phy_resume() callRussell King (Oracle)1-18/+0
2025-03-25net: stmmac: address non-LPI resume failures properlyRussell King (Oracle)1-5/+14
2025-03-25net: phylink: add phylink_prepare_resume()Russell King (Oracle)2-0/+26
2025-03-25sfc: support X4 devlink flashEdward Cree3-22/+34
2025-03-25sfc: update MCDI protocol headersEdward Cree1-8814/+5028
2025-03-25sfc: rip out MDIO supportEdward Cree5-99/+2
2025-03-25net: reorganize IP MIB values (II)Eric Dumazet1-6/+6
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet4-6/+35
2025-03-25nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL.Kuniyuki Iwashima1-5/+10
2025-03-25nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL.Kuniyuki Iwashima1-5/+11
2025-03-25nexthop: Remove redundant group len check in nexthop_create_group().Kuniyuki Iwashima1-3/+0
2025-03-25nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop().Kuniyuki Iwashima1-5/+6
2025-03-25nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().Kuniyuki Iwashima1-20/+23
2025-03-25nexthop: Split nh_check_attr_group().Kuniyuki Iwashima1-21/+47
2025-03-25nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().Kuniyuki Iwashima1-15/+18
2025-03-25ipv6: fix _DEVADD() and _DEVUPD() macrosEric Dumazet1-4/+7
2025-03-25net/mlx5e: TC, Don't offload CT commit if it's the last actionJianbo Liu1-0/+11
2025-03-25net/mlx5e: CT: Filter legacy rules that are unrelated to nicPaul Blakey1-0/+29
2025-03-25net/mlx5: Update pfnum retrieval for devlink port attributesShay Drory2-3/+3
2025-03-25net/mlx5: fw reset, check bridge accessibility at earlier stageAmir Tzin1-6/+9
2025-03-25net/mlx5: Lag, use port selection tables when availableMark Bloch1-29/+9
2025-03-25net/mlx5e: TX, Utilize WQ fragments edge for multi-packet WQEsTariq Toukan5-9/+25
2025-03-25dql: Fix dql->limit value when reset.Jing Su1-1/+1
2025-03-25selftests/net: Drop timeout argument from test_client_verify()Dmitry Safonov9-25/+22