aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-15net/netlink: Correct the comment on netlink message max capDmitry Safonov1-2/+2
2024-11-15enic: Move kdump check into enic_adjust_resources()Nelson Escobar1-16/+9
2024-11-15enic: Move enic resource adjustments to separate functionNelson Escobar1-57/+70
2024-11-15enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust wayNelson Escobar1-59/+57
2024-11-15enic: Allocate arrays in enic struct based on VIC configNelson Escobar2-21/+87
2024-11-15enic: Save resource counts we read from HWNelson Escobar3-9/+18
2024-11-15enic: Make MSI-X I/O interrupts come after the other required onesNelson Escobar2-9/+22
2024-11-15enic: Create enic_wq/rq structures to bundle per wq/rq dataNelson Escobar4-73/+81
2024-11-15net: phy: microchip_t1: Clause-45 PHY loopback support for LAN887xTarun Alle1-0/+1
2024-11-15dt-bindings: net: dsa: microchip,ksz: Drop undocumented "id"Rob Herring (Arm)1-1/+0
2024-11-15bnxt_en: optimize gettimex64Vadim Fedorenko2-6/+37
2024-11-15netdev-genl: Hold rcu_read_lock in napi_setJoe Damato1-0/+2
2024-11-15netfilter: bitwise: add support for doing AND, OR and XOR directlyJeremy Sowden2-11/+131
2024-11-15netfilter: bitwise: rename some boolean operation functionsJeremy Sowden2-20/+24
2024-11-15netfilter: nf_dup4: Convert nf_dup_ipv4_route() to dscp_t.Guillaume Nault1-1/+1
2024-11-15netfilter: nft_fib: Convert nft_fib4_eval() to dscp_t.Guillaume Nault1-1/+2
2024-11-15netfilter: rpfilter: Convert rpfilter_mt() to dscp_t.Guillaume Nault1-1/+1
2024-11-15netfilter: flow_offload: Convert nft_flow_route() to dscp_t.Guillaume Nault1-2/+2
2024-11-15netfilter: ipv4: Convert ip_route_me_harder() to dscp_t.Guillaume Nault1-1/+1
2024-11-14selftest: extend test_rss_context_queue_reconfigure for action additionEdward Cree1-0/+26
2024-11-14selftest: validate RSS+ntuple filters with nonzero ring_cookieEdward Cree1-1/+40
2024-11-14selftest: include dst-ip in ethtool ntuple rulesEdward Cree1-6/+6
2024-11-14net: ethtool: account for RSS+RXNFC add semantics when checking channel countEdward Cree1-12/+30
2024-11-14net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree4-0/+11
2024-11-14dt-bindings: net: sff,sfp: Fix "interrupts" property typoRob Herring (Arm)1-1/+1
2024-11-14dt-bindings: net: mdio-mux-gpio: Drop undocumented "marvell,reg-init"Rob Herring (Arm)1-32/+0
2024-11-14net: sparx5: add missing lan969x Kconfig dependencyArnd Bergmann2-2/+2
2024-11-14net: enetc: clean up before returning in probe()Dan Carpenter1-3/+5
2024-11-14mdio: Remove mdio45_ethtool_gset_npage()Alistair Francis2-175/+0
2024-11-14include: mdio: Remove mdio45_ethtool_gset()Alistair Francis1-16/+0
2024-11-14bpf: lwtunnel: Prepare bpf_lwt_xmit_reroute() to future .flowi4_tos conversion.Guillaume Nault1-1/+1
2024-11-14bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos conversion.Guillaume Nault1-1/+1
2024-11-14tools/net/ynl: add async notification handlingDonald Hunter2-10/+34
2024-11-14Revert "tools/net/ynl: improve async notification handling"Donald Hunter2-36/+23
2024-11-14r8169: copy vendor driver 2.5G/5G EEE advertisement constraintsHeiner Kallweit2-12/+10
2024-11-14net: phy: add phy_set_eee_brokenHeiner Kallweit1-0/+10
2024-11-14net: phy: convert eee_broken_modes to a linkmode bitmapHeiner Kallweit4-25/+19
2024-11-14Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNCLuiz Augusto von Dentz2-0/+70
2024-11-14Bluetooth: fix use-after-free in device_for_each_child()Dmitry Antipov1-11/+4
2024-11-14Bluetooth: btintel: Direct exception event to bluetooth stackKiran K1-3/+2
2024-11-14Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz1-2/+0
2024-11-14Bluetooth: hci_bcm: Use the devm_clk_get_optional() helperAndy Shevchenko1-17/+8
2024-11-14Bluetooth: ISO: Send BIG Create Sync via hci_syncIulia Tanasescu2-1/+25
2024-11-14Bluetooth: hci_conn: Remove alloc from critical sectionIulia Tanasescu1-18/+10
2024-11-14Bluetooth: ISO: Use kref to track lifetime of iso_connLuiz Augusto von Dentz1-17/+71
2024-11-14Bluetooth: SCO: Use kref to track lifetime of sco_connLuiz Augusto von Dentz1-28/+71
2024-11-14Bluetooth: HCI: Add IPC(11) bus typeLuiz Augusto von Dentz1-0/+1
2024-11-14Bluetooth: btusb: Add 3 HWIDs for MT7925Jiande Lu1-0/+6
2024-11-14Bluetooth: btusb: Add new VID/PID 0489/e124 for MT7925Jonathan McCrohan1-0/+2
2024-11-14Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast slaveIulia Tanasescu3-2/+12