summaryrefslogtreecommitdiffstats
path: root/scripts/insert-sys-cert.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-24selftests/bpf: Document vmtest.sh dependenciesEvgeniy Litvinenko1-0/+7
2021-07-24libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko4-0/+16
2021-07-24bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau5-9/+384
2021-07-24bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau5-1/+85
2021-07-24bpf: tcp: Bpf iter batching and lock_sockMartin KaFai Lau1-6/+231
2021-07-24tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau2-17/+24
2021-07-24tcp: seq_file: Add listening_get_first()Martin KaFai Lau1-20/+39
2021-07-24bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau2-21/+5
2021-07-24tcp: seq_file: Refactor net and family matchingMartin KaFai Lau1-38/+30
2021-07-24tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau1-2/+3
2021-07-23libbpf: Export bpf_program__attach_kprobe_opts functionJiri Olsa3-14/+33
2021-07-23libbpf: Allow decimal offset for kprobesJiri Olsa3-1/+14
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