summaryrefslogtreecommitdiffstats
path: root/tools/cgroup (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23libbpf: Fix func leak in attach_kprobeJiri Olsa1-0/+1
2021-07-23selftests/bpf: Mute expected invalid map creation error msgMartynas Pumputis1-0/+5
2021-07-23bpf: Remove redundant intiialization of variable stypeColin Ian King1-1/+1
2021-07-23bpf: Fix pointer cast warningArnd Bergmann1-1/+1
2021-07-20libbpf: Propagate errors when retrieving enum value for typed data displayAlan Maguire1-2/+3
2021-07-20selftests/bpf: Add __int128-specific tests for typed data dumpAlan Maguire1-0/+17
2021-07-20libbpf: Avoid use of __int128 in typed dump displayAlan Maguire1-33/+65
2021-07-20selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -lVincent Li1-1/+1
2021-07-20bpf, selftests: Fix test_maps now that sockmap supports UDPJohn Fastabend1-2/+2
2021-07-20selftests/bpf: Check inner map deletionMartynas Pumputis2-1/+88
2021-07-20libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis1-6/+4
2021-07-17libbpf: Btf typed dump does not need to allocate dump dataAlan Maguire1-5/+4
2021-07-17libbpf: Fix compilation errors on ppc64le for btf dump typed dataAlan Maguire1-2/+2
2021-07-17libbpf: Clarify/fix unaligned data issues for btf typed dumpAlan Maguire1-4/+24
2021-07-16selftests/bpf: Add dump type data tests to btf dump testsAlan Maguire1-0/+598
2021-07-16selftests/bpf: Add ASSERT_STRNEQ() variant for test_progsAlan Maguire1-0/+12
2021-07-16libbpf: BTF dumper support for typed dataAlan Maguire3-5/+834
2021-07-16selftests/bpf: Switch existing selftests to using open_opts for custom BTFShuyi Cheng2-26/+21
2021-07-16libbpf: Fix the possible memory leak on errorShuyi Cheng1-2/+4
2021-07-16libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'Shuyi Cheng2-5/+32
2021-07-16bpf, doc: Add heading and example for extensions in cbpfRoy, UjjaL1-7/+16
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko7-100/+54
2021-07-16netdevsim: Add multi-queue supportPeilin Ye3-9/+15
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray4-3/+103
2021-07-16bnx2x: remove unused variable 'cur_data_offset'Bill Wendling1-6/+0
2021-07-16net: switchdev: Simplify 'mlxsw_sp_mc_write_mdb_entry()'Christophe JAILLET1-5/+3
2021-07-16net/sched: Remove unnecessary if statementYajun Deng3-29/+8
2021-07-16rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng1-8/+1
2021-07-16gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang1-2/+4
2021-07-16selftests/bpf: Add test cases for redirection between udp and unixCong Wang1-0/+170
2021-07-16selftests/bpf: Add a test case for unix sockmapCong Wang1-0/+97
2021-07-16selftests/bpf: Factor out add_to_sockmap()Cong Wang1-38/+21
2021-07-16selftests/bpf: Factor out udp_socketpair()Cong Wang1-38/+40
2021-07-16af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang3-3/+93
2021-07-16af_unix: Implement ->psock_update_sk_prot()Cong Wang6-1/+65
2021-07-16af_unix: Add a dummy ->close() for sockmapCong Wang1-0/+9
2021-07-16af_unix: Set TCP_ESTABLISHED for datagram sockets tooCong Wang1-6/+8
2021-07-16af_unix: Implement ->read_sock() for sockmapCong Wang1-0/+37
2021-07-16sock_map: Lift socket state restriction for datagram socketsCong Wang3-24/+6
2021-07-16sock_map: Relax config dependency to CONFIG_NETCong Wang3-21/+21
2021-07-16selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probeJiri Olsa2-2/+27
2021-07-16libbpf: Allow specification of "kprobe/function+offset"Alan Maguire1-2/+22
2021-07-16libbpf: Add bpf_program__attach_kprobe_opts functionJiri Olsa1-9/+25
2021-07-16selftests/bpf: Add test for bpf_get_func_ip helperJiri Olsa2-0/+101
2021-07-16bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa4-2/+20
2021-07-16bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa4-0/+72
2021-07-16bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa2-4/+11
2021-07-16bpf, x86: Store caller's ip in trampoline stackJiri Olsa2-0/+24
2021-07-15selftests/bpf: Add a test with bpf_timer in inner map.Alexei Starovoitov3-0/+231
2021-07-15selftests/bpf: Add bpf_timer test.Alexei Starovoitov2-0/+352