aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-26net: txgbe: Implement SRIOV for AML devicesJiawen Wu1-0/+5
2025-05-26net: txgbe: Implement PTP for AML devicesJiawen Wu4-5/+39
2025-05-26net: txgbe: Restrict the use of mismatched FW versionsJiawen Wu3-0/+24
2025-05-26net: txgbe: Correct the currect link settingsJiawen Wu3-4/+28
2025-05-26net: txgbe: Support to handle GPIO IRQs for AML devicesJiawen Wu8-2/+433
2025-05-26net: txgbe: Implement PHYLINK for AML 25G/10G devicesJiawen Wu7-6/+195
2025-05-26net: txgbe: Distinguish between 40G and 25G devicesJiawen Wu8-26/+61
2025-05-26net: wangxun: Use specific flag bit to simplify the codeJiawen Wu6-44/+20
2025-05-26net: txgbe: Remove specified SP typeJiawen Wu5-32/+32
2025-05-26net: dsa: microchip: Add SGMII port support to KSZ9477 switchTristram Ha5-7/+252
2025-05-26net: usb: aqc111: fix error handling of usbnet read callsNikita Zhandarovich1-2/+8
2025-05-26net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connected_output()Qiu Yutan2-2/+5
2025-05-26selftests: ncdevmem: add tx test with multiple IOVsStanislav Fomichev1-1/+16
2025-05-26selftests: ncdevmem: make chunking optionalStanislav Fomichev1-20/+29
2025-05-26net: devmem: support single IOV with sendmsgStanislav Fomichev2-2/+9
2025-05-25net: ethernet: mtk_eth_soc: Correct spellingSimon Horman2-4/+4
2025-05-25net: dlink: Correct endian treatment of t_SROM dataSimon Horman1-8/+8
2025-05-25octeontx2-af: NPC: Clear Unicast rule on nixlf detachHariprasad Kelam3-5/+43
2025-05-23selftest: af_unix: Test SO_PASSRIGHTS.Kuniyuki Iwashima1-2/+78
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima9-3/+49
2025-05-23af_unix: Inherit sk_flags at connect().Kuniyuki Iwashima1-6/+6
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima5-61/+61
2025-05-23net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.Kuniyuki Iwashima2-1/+31
2025-05-23tcp: Restrict SO_TXREHASH to TCP socket.Kuniyuki Iwashima2-0/+16
2025-05-23scm: Move scm_recv() from scm.h to scm.c.Kuniyuki Iwashima2-117/+127
2025-05-23af_unix: Don't pass struct socket to maybe_add_creds().Kuniyuki Iwashima1-11/+12
2025-05-23af_unix: Factorise test_bit() for SOCK_PASSCRED and SOCK_PASSPIDFD.Kuniyuki Iwashima1-22/+15
2025-05-22Bluetooth: btintel: Check dsbr size from EFI variableKees Cook1-8/+2
2025-05-22Bluetooth: MGMT: iterate over mesh commands in mgmt_mesh_foreach()Dmitry Antipov1-1/+1
2025-05-22Bluetooth: btusb: Add new VID/PID 13d3/3584 for MT7922Liwei Sun1-0/+2
2025-05-22Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA dump handlingEn-Wei Wu1-58/+40
2025-05-22Bluetooth: L2CAP: Fix not checking l2cap_chan security levelLuiz Augusto von Dentz1-7/+8
2025-05-22net/mlx5e: Convert mlx5 netdevs to instance lockingCosmin Ratiu9-45/+96
2025-05-22net/mlx5e: Don't drop RTNL during firmware flashCosmin Ratiu1-5/+0
2025-05-22IB/IPoIB: Allow using netdevs that require the instance lockCosmin Ratiu2-15/+31
2025-05-22IB/IPoIB: Replace vlan_rwsem with the netdev instance lockCosmin Ratiu4-57/+87
2025-05-22IB/IPoIB: Enqueue separate work_structs for each flushed interfaceCosmin Ratiu4-22/+44
2025-05-22eth: bnxt: fix deadlock when xdp is attached or detachedTaehee Yoo1-2/+2
2025-05-22net: Add support for providing the PTP hardware source in tsinfoKory Maincent6-11/+94
2025-05-22wifi: mt76: mt7925: add rfkill_poll for hardware rfkillAllan Wang5-0/+59
2025-05-22wifi: mt76: support power delta calculation for 5 TX pathsShayne Chen7-16/+16
2025-05-22wifi: mt76: fix available_antennas settingShayne Chen1-2/+4
2025-05-22wifi: mt76: mt7996: fix RX buffer size of MCU eventShayne Chen2-2/+5
2025-05-22wifi: mt76: mt7996: change max beacon sizePeter Chiu1-2/+2
2025-05-22wifi: mt76: mt7996: fix invalid NSS setting when TX path differs from NSSPeter Chiu3-1/+4
2025-05-22wifi: mt76: mt7996: drop fragments with multicast or broadcast RABenjamin Lin1-0/+8
2025-05-22wifi: mt76: mt7996: set EHT max ampdu length capabilityPeter Chiu1-0/+3
2025-05-22wifi: mt76: mt7996: fix beamformee SS fieldHoward Hsu1-4/+4
2025-05-22wifi: mt76: remove capability of partial bandwidth UL MU-MIMOHoward Hsu2-4/+2
2025-05-22wifi: mt76: mt7925: add test mode supportMichael Lo4-0/+209