aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-01selftests/bpf: add tests for the "module: Function" syntaxViktor Malik2-0/+29
2024-05-01libbpf: support "module: Function" syntax for tracing programsViktor Malik1-9/+26
2024-04-30selftests/bpf: Drop start_server_proto helperGeliang Tang1-9/+2
2024-04-30selftests/bpf: Make start_mptcp_server staticGeliang Tang3-9/+16
2024-04-30selftests/bpf: Add opts argument for __start_serverGeliang Tang1-12/+15
2024-04-30selftests/bpf: Add kprobe session cookie testJiri Olsa3-0/+94
2024-04-30selftests/bpf: Add kprobe session testJiri Olsa3-0/+120
2024-04-30libbpf: Add kprobe session attach type name to attach_type_nameJiri Olsa1-0/+1
2024-04-30libbpf: Add support for kprobe session attachJiri Olsa3-3/+41
2024-04-30bpf: Add support for kprobe session cookieJiri Olsa2-3/+23
2024-04-30bpf: Add support for kprobe session contextJiri Olsa2-7/+63
2024-04-30bpf: Add support for kprobe session attachJiri Olsa4-9/+28
2024-04-30selftests/bpf: Drop an unused local variableBenjamin Tissoires1-2/+0
2024-04-30bpf: Do not walk twice the hash map on freeBenjamin Tissoires1-36/+13
2024-04-30bpf: Do not walk twice the map on freeBenjamin Tissoires1-7/+8
2024-04-29selftests/bpf: validate nulled-out struct_ops program is handled properlyAndrii Nakryiko2-2/+23
2024-04-29libbpf: handle nulled-out program in struct_ops correctlyAndrii Nakryiko1-0/+1
2024-04-29bpf: Include linux/types.h for u32Dmitrii Bundin1-0/+2
2024-04-29selftests/bpf: Free strdup memory in veristatGeliang Tang1-1/+4
2024-04-29selftests/bpf: Free strdup memory in test_sockmapGeliang Tang1-2/+8
2024-04-29selftests/bpf: Run cgroup1_hierarchy test in own mount namespaceViktor Malik2-1/+9
2024-04-29bpf: Switch to krealloc_array()Andy Shevchenko1-1/+1
2024-04-29bpf: Use struct_size()Andy Shevchenko1-5/+7
2024-04-29samples/bpf: Add valid info for VMLINUX_BTFTao Chen1-1/+1
2024-04-29bpf: Fix verifier assumptions about socket->skAlexei Starovoitov4-18/+38
2024-04-29net: phy: micrel: Add support for PTP_PF_EXTTS for lan8814Horatiu Vultur1-1/+181
2024-04-29net: dsa: realtek: add LED drivers for rtl8366rbLuiz Angelo Daros de Luca1-39/+265
2024-04-29net: dsa: realtek: do not assert reset on removeLuiz Angelo Daros de Luca1-5/+2
2024-04-29net: dsa: realtek: keep default LED state in rtl8366rbLuiz Angelo Daros de Luca1-67/+20
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet30-86/+77
2024-04-29bpf, docs: Clarify PC use in instruction-set.rstDave Thaler1-0/+6
2024-04-29mlxsw: pci: Use NAPI for event processingAmit Cohen1-19/+77
2024-04-29mlxsw: pci: Reorganize 'mlxsw_pci_queue' structureAmit Cohen1-38/+38
2024-04-29mlxsw: pci: Initialize dummy net devices for NAPIAmit Cohen1-0/+41
2024-04-29mlxsw: pci: Ring RDQ and CQ doorbells once per several completionsAmit Cohen1-7/+3
2024-04-29mlxsw: pci: Handle up to 64 Rx completions in taskletAmit Cohen1-2/+3
2024-04-29ipv6: use call_rcu_hurry() in fib6_info_release()Eric Dumazet1-1/+1
2024-04-29inet: use call_rcu_hurry() in inet_free_ifa()Eric Dumazet1-1/+6
2024-04-29net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet1-1/+2
2024-04-29net: ethernet: ti: am65-cpsw-qos: Add support to taprio for past base_timeTanmay Patil1-3/+13
2024-04-26tools: ynl: don't append doc of missing type directly to the typeJakub Kicinski1-3/+2
2024-04-26selftests: drv-net: validate the environmentJakub Kicinski1-0/+25
2024-04-26selftests: drv-net: reimplement the config parserJakub Kicinski1-12/+14
2024-04-26selftests: drv-net: extend the README with more info and exampleJakub Kicinski1-12/+85
2024-04-26tcp: fix tcp_grow_skb() vs tstampsEric Dumazet1-14/+19
2024-04-26net: dsa: lan9303: use ethtool_puts() for lan9303_get_strings()Justin Stitt1-4/+3
2024-04-26bpf_helpers.h: Define bpf_tail_call_static when building with GCCJose E. Marchesi1-1/+3
2024-04-26rstreason: make it work in trace worldJason Xing4-7/+25
2024-04-26mptcp: introducing a helper into active reset logicJason Xing3-7/+14
2024-04-26mptcp: support rstreason for passive resetJason Xing2-5/+44