summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-22libbpf: Fix func leak in attach_kprobeJiri Olsa
2021-07-22selftests/bpf: Mute expected invalid map creation error msgMartynas Pumputis
2021-07-22bpf: Remove redundant intiialization of variable stypeColin Ian King
2021-07-22bpf: Fix pointer cast warningArnd Bergmann
2021-07-20Merge branch 'libbpf: btf typed data dumping fixes (__int128 usage, error pro...Andrii Nakryiko
2021-07-20libbpf: Propagate errors when retrieving enum value for typed data displayAlan Maguire
2021-07-20selftests/bpf: Add __int128-specific tests for typed data dumpAlan Maguire
2021-07-20libbpf: Avoid use of __int128 in typed dump displayAlan Maguire
2021-07-20selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -lVincent Li
2021-07-20bpf, selftests: Fix test_maps now that sockmap supports UDPJohn Fastabend
2021-07-19selftests/bpf: Check inner map deletionMartynas Pumputis
2021-07-19libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis
2021-07-16Merge branch 'libbpf: BTF typed dump cleanups'Andrii Nakryiko
2021-07-16libbpf: Btf typed dump does not need to allocate dump dataAlan Maguire
2021-07-16libbpf: Fix compilation errors on ppc64le for btf dump typed dataAlan Maguire
2021-07-16libbpf: Clarify/fix unaligned data issues for btf typed dumpAlan Maguire
2021-07-16Merge branch 'libbpf: BTF dumper support for typed data'Andrii Nakryiko
2021-07-16selftests/bpf: Add dump type data tests to btf dump testsAlan Maguire
2021-07-16selftests/bpf: Add ASSERT_STRNEQ() variant for test_progsAlan Maguire
2021-07-16libbpf: BTF dumper support for typed dataAlan Maguire
2021-07-16Merge branch 'Add btf_custom_path in bpf_obj_open_opts'Andrii Nakryiko
2021-07-16selftests/bpf: Switch existing selftests to using open_opts for custom BTFShuyi Cheng
2021-07-16libbpf: Fix the possible memory leak on errorShuyi Cheng
2021-07-16libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'Shuyi Cheng
2021-07-16bpf, doc: Add heading and example for extensions in cbpfRoy, UjjaL
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko
2021-07-16netdevsim: Add multi-queue supportPeilin Ye
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray
2021-07-16bnx2x: remove unused variable 'cur_data_offset'Bill Wendling
2021-07-16net: switchdev: Simplify 'mlxsw_sp_mc_write_mdb_entry()'Christophe JAILLET
2021-07-16net/sched: Remove unnecessary if statementYajun Deng
2021-07-16rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng
2021-07-16gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15Merge branch 'sockmap: add sockmap support for unix datagram socket'Alexei Starovoitov
2021-07-15selftests/bpf: Add test cases for redirection between udp and unixCong Wang
2021-07-15selftests/bpf: Add a test case for unix sockmapCong Wang
2021-07-15selftests/bpf: Factor out add_to_sockmap()Cong Wang
2021-07-15selftests/bpf: Factor out udp_socketpair()Cong Wang
2021-07-15af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang
2021-07-15af_unix: Implement ->psock_update_sk_prot()Cong Wang
2021-07-15af_unix: Add a dummy ->close() for sockmapCong Wang
2021-07-15af_unix: Set TCP_ESTABLISHED for datagram sockets tooCong Wang
2021-07-15af_unix: Implement ->read_sock() for sockmapCong Wang
2021-07-15sock_map: Lift socket state restriction for datagram socketsCong Wang
2021-07-15sock_map: Relax config dependency to CONFIG_NETCong Wang
2021-07-15Merge branch 'Add bpf_get_func_ip helper'Alexei Starovoitov
2021-07-15selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probeJiri Olsa
2021-07-15libbpf: Allow specification of "kprobe/function+offset"Alan Maguire
2021-07-15libbpf: Add bpf_program__attach_kprobe_opts functionJiri Olsa