summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-30net: Track socket refcounts in skb_steal_sock()Joe Stringer5-10/+21
2020-03-30bpf: Add socket assign supportJoe Stringer8-4/+108
2020-03-30bpf, doc: Add John as official reviewer to BPF subsystemDaniel Borkmann1-0/+1
2020-03-30bpf: btf: Fix arg verification in btf_ctx_access()KP Singh1-7/+17
2020-03-30bpf: Simplify reg_set_min_max_inv handlingJann Horn1-86/+22
2020-03-30bpf: Fix tnum constraints for 32-bit comparisonsJann Horn1-36/+72
2020-03-30bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann1-19/+0
2020-03-30Merge branch 'bpf-lsm'Daniel Borkmann31-670/+985
2020-03-30bpf: lsm: Add DocumentationKP Singh2-0/+143
2020-03-30bpf: lsm: Add selftests for BPF_PROG_TYPE_LSMKP Singh3-0/+136
2020-03-30tools/libbpf: Add support for BPF_PROG_TYPE_LSMKP Singh4-5/+44
2020-03-30bpf: lsm: Initialize the BPF LSM hooksKP Singh4-5/+38
2020-03-30bpf: lsm: Implement attach, detach and executionKP Singh6-27/+116
2020-03-30bpf: lsm: Provide attachment points for BPF LSM programsKP Singh2-0/+36
2020-03-30security: Refactor declaration of LSM hooksKP Singh3-627/+423
2020-03-30bpf: Introduce BPF_PROG_TYPE_LSMKP Singh10-6/+49
2020-03-30selftests: Add test for overriding global data value before loadToke Høiland-Jørgensen2-1/+62
2020-03-30libbpf: Add setter for initial value for internal mapsToke Høiland-Jørgensen3-0/+14
2020-03-30bpf, net: Fix build issue when net ns not configuredDaniel Borkmann1-7/+2
2020-03-29Merge branch 'ifla_xdp_expected_fd'Alexei Starovoitov9-9/+146
2020-03-29selftests/bpf: Add tests for attaching XDP programsToke Høiland-Jørgensen1-0/+62
2020-03-29libbpf: Add function to set link XDP fd while specifying old programToke Høiland-Jørgensen3-1/+42
2020-03-29tools: Add EXPECTED_FD-related definitions in if_link.hToke Høiland-Jørgensen1-1/+3
2020-03-29xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen4-7/+39
2020-03-28bpf: Fix build warning regarding missing prototypesJean-Philippe Menil1-0/+4
2020-03-28libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__createFletcher Dunn1-2/+14
2020-03-28Merge branch 'cgroup-helpers'Alexei Starovoitov11-14/+336
2020-03-28bpf: Add selftest cases for ctx_or_null argument typeDaniel Borkmann1-0/+105
2020-03-28bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooksDaniel Borkmann1-0/+8
2020-03-28bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann6-2/+72
2020-03-28bpf: Allow to retrieve cgroup v1 classid from v2 hooksDaniel Borkmann2-1/+27
2020-03-28bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann7-8/+103
2020-03-28bpf: Enable perf event rb output for bpf cgroup progsDaniel Borkmann1-5/+9
2020-03-28bpf: Enable retrieval of socket cookie for bind/post-bind hookDaniel Borkmann1-0/+14
2020-03-27bpf: Remove unused vairable 'bpf_xdp_link_lops'YueHaibing1-1/+0
2020-03-27bpf: Factor out attach_type to prog_type mapping for attach/detachAndrii Nakryiko1-87/+66
2020-03-27bpf: Factor out cgroup storages operationsAndrii Nakryiko1-46/+72
2020-03-26bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend1-4/+2
2020-03-26bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend1-0/+1
2020-03-26bpf: Verifer, refactor adjust_scalar_min_max_valsJohn Fastabend1-164/+239
2020-03-26libbpf: Don't allocate 16M for log buffer by defaultStanislav Fomichev2-13/+29
2020-03-26libbpf: Remove unused parameter `def` to get_map_field_intTobias Klauser1-10/+6
2020-03-26bpf: Document bpf_inspect drgn toolAndrey Ignatov2-2/+216
2020-03-24samples, bpf: Refactor perf_event user program with libbpf bpf_linkDaniel T. Lee3-82/+159
2020-03-24samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee7-23/+28
2020-03-23bpf: Add tests for bpf_sk_storage to bpf_tcp_caMartin KaFai Lau2-8/+47
2020-03-23bpf: Add bpf_sk_storage support to bpf_tcp_caMartin KaFai Lau1-0/+33
2020-03-20selftests/bpf: Fix mix of tabs and spacesBill Wendling1-1/+1
2020-03-20bpf, tcp: Make tcp_bpf_recvmsg staticYueHaibing2-64/+62
2020-03-20bpf, tcp: Fix unused function warningsYueHaibing1-14/+14