summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | bpf: Test_progs, add test to catch retval refine error handlingJohn Fastabend2020-03-302-0/+31
| | | * | bpf: Verifier, refine 32bit bound in do_refine_retval_rangeJohn Fastabend2020-03-301-0/+1
| | | * | bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend2020-03-305-281/+869
| | | * | bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectlyJohn Fastabend2020-03-301-8/+11
| | |/ /
| | * | bpf, lsm: Make BPF_LSM depend on BPF_EVENTSKP Singh2020-03-301-0/+1
| | * | Merge branch 'bpf_sk_assign'Alexei Starovoitov2020-03-3014-24/+662
| | |\ \
| | | * | selftests: bpf: Extend sk_assign tests for UDPJoe Stringer2020-03-302-11/+105
| | | * | selftests: bpf: Add test for sk_assignLorenz Bauer2020-03-302-0/+419
| | | * | bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer2020-03-303-12/+22
| | | * | net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-305-10/+21
| | | * | bpf: Add socket assign supportJoe Stringer2020-03-308-4/+108
| | |/ /
| | * | bpf, doc: Add John as official reviewer to BPF subsystemDaniel Borkmann2020-03-301-0/+1
| | * | bpf: btf: Fix arg verification in btf_ctx_access()KP Singh2020-03-301-7/+17
| | * | bpf: Simplify reg_set_min_max_inv handlingJann Horn2020-03-301-86/+22
| | * | bpf: Fix tnum constraints for 32-bit comparisonsJann Horn2020-03-301-36/+72
| | * | bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann2020-03-301-19/+0
| | * | Merge branch 'bpf-lsm'Daniel Borkmann2020-03-3031-670/+985
| | |\ \
| | | * | bpf: lsm: Add DocumentationKP Singh2020-03-302-0/+143
| | | * | bpf: lsm: Add selftests for BPF_PROG_TYPE_LSMKP Singh2020-03-303-0/+136
| | | * | tools/libbpf: Add support for BPF_PROG_TYPE_LSMKP Singh2020-03-304-5/+44
| | | * | bpf: lsm: Initialize the BPF LSM hooksKP Singh2020-03-304-5/+38
| | | * | bpf: lsm: Implement attach, detach and executionKP Singh2020-03-306-27/+116
| | | * | bpf: lsm: Provide attachment points for BPF LSM programsKP Singh2020-03-302-0/+36
| | | * | security: Refactor declaration of LSM hooksKP Singh2020-03-303-627/+423
| | | * | bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-3010-6/+49
| | |/ /
| | * | selftests: Add test for overriding global data value before loadToke Høiland-Jørgensen2020-03-302-1/+62
| | * | libbpf: Add setter for initial value for internal mapsToke Høiland-Jørgensen2020-03-303-0/+14
| | * | bpf, net: Fix build issue when net ns not configuredDaniel Borkmann2020-03-301-7/+2
| | * | Merge branch 'ifla_xdp_expected_fd'Alexei Starovoitov2020-03-289-9/+146
| | |\ \
| | | * | selftests/bpf: Add tests for attaching XDP programsToke Høiland-Jørgensen2020-03-281-0/+62
| | | * | libbpf: Add function to set link XDP fd while specifying old programToke Høiland-Jørgensen2020-03-283-1/+42
| | | * | tools: Add EXPECTED_FD-related definitions in if_link.hToke Høiland-Jørgensen2020-03-281-1/+3
| | | * | xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen2020-03-284-7/+39
| | |/ /
| | * | bpf: Fix build warning regarding missing prototypesJean-Philippe Menil2020-03-281-0/+4
| | * | libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__createFletcher Dunn2020-03-281-2/+14
| | * | Merge branch 'cgroup-helpers'Alexei Starovoitov2020-03-2711-14/+336
| | |\ \
| | | * | bpf: Add selftest cases for ctx_or_null argument typeDaniel Borkmann2020-03-271-0/+105
| | | * | bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooksDaniel Borkmann2020-03-271-0/+8
| | | * | bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-276-2/+72
| | | * | bpf: Allow to retrieve cgroup v1 classid from v2 hooksDaniel Borkmann2020-03-272-1/+27
| | | * | bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-277-8/+103
| | | * | bpf: Enable perf event rb output for bpf cgroup progsDaniel Borkmann2020-03-271-5/+9
| | | * | bpf: Enable retrieval of socket cookie for bind/post-bind hookDaniel Borkmann2020-03-271-0/+14
| | |/ /
| | * | bpf: Remove unused vairable 'bpf_xdp_link_lops'YueHaibing2020-03-261-1/+0
| | * | bpf: Factor out attach_type to prog_type mapping for attach/detachAndrii Nakryiko2020-03-261-87/+66
| | * | bpf: Factor out cgroup storages operationsAndrii Nakryiko2020-03-261-46/+72
| | * | bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend2020-03-251-4/+2
| | * | bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend2020-03-251-0/+1
| | * | bpf: Verifer, refactor adjust_scalar_min_max_valsJohn Fastabend2020-03-251-164/+239
| | * | libbpf: Don't allocate 16M for log buffer by defaultStanislav Fomichev2020-03-262-13/+29