aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-08net: dsa: microchip: add support for different DCB app configurationsOleksij Rempel6-2/+583
2024-05-08net: dsa: microchip: add multi queue support for KSZ88X3 variantsOleksij Rempel2-35/+61
2024-05-08net: add IEEE 802.1q specific helpersOleksij Rempel5-0/+379
2024-05-08net: dsa: microchip: add IPV information supportOleksij Rempel2-3/+20
2024-05-08net: dsa: add support for DCB get/set apptrust configurationOleksij Rempel2-0/+32
2024-05-07net: usb: sr9700: stop lying about skb->truesizeEric Dumazet1-7/+3
2024-05-07net: usb: smsc75xx: stop lying about skb->truesizeEric Dumazet1-8/+4
2024-05-07usb: aqc111: stop lying about skb->truesizeEric Dumazet1-5/+3
2024-05-07selftests/net: fix uninitialized variablesJohn Hubbard3-2/+5
2024-05-07lib: Allow for the DIM library to be modularFlorian Fainelli3-3/+6
2024-05-07mptcp: fix possible NULL dereferencesEric Dumazet1-15/+17
2024-05-07selftests: netfilter: conntrack_tcp_unreplied.sh: wait for initial connection attemptFlorian Westphal1-7/+18
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet153-173/+174
2024-05-07net: dccp: Fix ccid2_rtt_estimator() kernel-docJeff Johnson1-0/+1
2024-05-07net: phy: marvell: add support for MV88E6250 family internal PHYsMatthias Schiffer2-1/+82
2024-05-07net: phy: marvell: constify marvell_hw_statsMatthias Schiffer1-1/+1
2024-05-07virtio_net: Remove rtnl lock protection of command buffersDaniel Jurgens1-20/+4
2024-05-07virtio_net: Add a lock for per queue RX coalesceDaniel Jurgens1-12/+41
2024-05-07virtio_net: Do DIM update for specified queue onlyDaniel Jurgens1-25/+15
2024-05-07virtio_net: Add a lock for the command VQ.Daniel Jurgens1-1/+10
2024-05-07virtio_net: Remove command data from control_bufDaniel Jurgens1-39/+85
2024-05-07virtio_net: Store RSS setting in virtnet_infoDaniel Jurgens1-20/+20
2024-05-07net: dsa: mt7530: detect PHY muxing when PHY is defined on switch MDIO busArınç ÜNAL1-1/+2
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet6-8/+7
2024-05-07rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet1-5/+7
2024-05-07rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet2-8/+11
2024-05-07rtnetlink: do not depend on RTNL for many attributesEric Dumazet1-20/+31
2024-05-07net: write once on dev->allmulti and dev->promiscuityEric Dumazet1-16/+20
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet4-5/+5
2024-05-07rtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet1-2/+6
2024-05-07rtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet1-3/+3
2024-05-07net: qede: use return from qede_flow_parse_ports()Asbjørn Sloth Tønnesen1-4/+9
2024-05-07net: qede: use return from qede_flow_spec_validate_unused()Asbjørn Sloth Tønnesen1-3/+4
2024-05-07net: qede: use return from qede_parse_actions() for flow_specAsbjørn Sloth Tønnesen1-2/+5
2024-05-06mptcp: fix typos in commentsShi-Sheng Yang1-2/+2
2024-05-06octeontx2-pf: Treat truncation of IRQ name as an errorSimon Horman1-2/+10
2024-05-06atm/fore200e: Delete unused 'fore200e_boards'Dr. David Alan Gilbert2-4/+0
2024-05-06gve: Implement queue apiShailend Chand5-24/+189
2024-05-06ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek7-80/+30
2024-05-06ice: Deduplicate tc action setupMarcin Szycik1-41/+15
2024-05-06ice: update E830 device ids and commentsPaul Greenwalt3-16/+16
2024-05-06ice: add additional E830 device idsPaul Greenwalt3-0/+24
2024-05-06net: add heuristic for enabling TCP fraglist GROFelix Fietkau2-0/+67
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau3-27/+50
2024-05-06net: create tcp_gro_lookup helper functionFelix Fietkau2-16/+26
2024-05-06net: add code for TCP fraglist GROFelix Fietkau2-0/+30
2024-05-06net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau2-0/+125
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau3-27/+28
2024-05-06net: microchip: lan743x: Reduce PTP timeout on HW failureRengarajan S2-1/+2
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand7-331/+171