summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-30security: Refactor declaration of LSM hooksKP Singh
2020-03-30bpf: Introduce BPF_PROG_TYPE_LSMKP Singh
2020-03-30selftests: Add test for overriding global data value before loadToke Høiland-Jørgensen
2020-03-30libbpf: Add setter for initial value for internal mapsToke Høiland-Jørgensen
2020-03-30bpf, net: Fix build issue when net ns not configuredDaniel Borkmann
2020-03-28Merge branch 'ifla_xdp_expected_fd'Alexei Starovoitov
2020-03-28selftests/bpf: Add tests for attaching XDP programsToke Høiland-Jørgensen
2020-03-28libbpf: Add function to set link XDP fd while specifying old programToke Høiland-Jørgensen
2020-03-28tools: Add EXPECTED_FD-related definitions in if_link.hToke Høiland-Jørgensen
2020-03-28xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen
2020-03-28bpf: Fix build warning regarding missing prototypesJean-Philippe Menil
2020-03-28libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__createFletcher Dunn
2020-03-27Merge branch 'cgroup-helpers'Alexei Starovoitov
2020-03-27bpf: Add selftest cases for ctx_or_null argument typeDaniel Borkmann
2020-03-27bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooksDaniel Borkmann
2020-03-27bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann
2020-03-27bpf: Allow to retrieve cgroup v1 classid from v2 hooksDaniel Borkmann
2020-03-27bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann
2020-03-27bpf: Enable perf event rb output for bpf cgroup progsDaniel Borkmann
2020-03-27bpf: Enable retrieval of socket cookie for bind/post-bind hookDaniel Borkmann
2020-03-26bpf: Remove unused vairable 'bpf_xdp_link_lops'YueHaibing
2020-03-26bpf: Factor out attach_type to prog_type mapping for attach/detachAndrii Nakryiko
2020-03-26bpf: Factor out cgroup storages operationsAndrii Nakryiko
2020-03-25bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend
2020-03-25bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend
2020-03-25bpf: Verifer, refactor adjust_scalar_min_max_valsJohn Fastabend
2020-03-26libbpf: Don't allocate 16M for log buffer by defaultStanislav Fomichev
2020-03-26libbpf: Remove unused parameter `def` to get_map_field_intTobias Klauser
2020-03-26bpf: Document bpf_inspect drgn toolAndrey Ignatov
2020-03-23samples, bpf: Refactor perf_event user program with libbpf bpf_linkDaniel T. Lee
2020-03-23samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee
2020-03-23bpf: Add tests for bpf_sk_storage to bpf_tcp_caMartin KaFai Lau
2020-03-23bpf: Add bpf_sk_storage support to bpf_tcp_caMartin KaFai Lau
2020-03-20selftests/bpf: Fix mix of tabs and spacesBill Wendling
2020-03-20bpf, tcp: Make tcp_bpf_recvmsg staticYueHaibing
2020-03-20bpf, tcp: Fix unused function warningsYueHaibing
2020-03-20bpftool: Add struct_ops supportMartin KaFai Lau
2020-03-20bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau
2020-03-20bpftool: Print as a string for char arrayMartin KaFai Lau
2020-03-20bpftool: Print the enum's name instead of valueMartin KaFai Lau
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song
2020-03-17bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definitionWenbo Zhang
2020-03-17selftests/bpf: Reset process and thread affinity after each test/sub-testAndrii Nakryiko
2020-03-17selftests/bpf: Fix test_progs's parsing of test numbersAndrii Nakryiko
2020-03-17selftests/bpf: Fix race in tcp_rtt testAndrii Nakryiko
2020-03-17selftests/bpf: Fix nanosleep for real this timeAndrii Nakryiko
2020-03-17selftest/bpf: Fix compilation warning in sockmap_parse_prog.cAndrii Nakryiko
2020-03-16sfc: fix XDP-redirect in this driverJesper Dangaard Brouer
2020-03-16remoteproc: clean up notification configAlex Elder
2020-03-16net: kcm: kcmproc.c: Fix RCU list suspicious usage warningMadhuparna Bhowmik