summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov2022-04-19
* | | cgroup: implement cgroup_get_from_path() and expose cgroup_put()Tejun Heo2022-04-19
* | | cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using itTejun Heo2022-04-19
* | | bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann2022-04-19
* | | bpf: enhance verifier to understand stack pointer arithmeticYonghong Song2022-04-19
* | | bpf: improve verifier packet range checksAlexei Starovoitov2022-04-19
* | | bpf: fix mark_reg_unknown_value for spilled regs on map value markingDaniel Borkmann2022-04-19
* | | bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann2022-04-19
* | | bpf: fix state equivalenceAlexei Starovoitov2022-04-19
* | | bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf2022-04-19
* | | bpf: fix states equal logic for varlen accessJosef Bacik2022-04-19
* | | bpf: fix range arithmetic for bpf map accessJosef Bacik2022-04-19
* | | bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann2022-04-19
* | | bpf: allow access into map value arraysJosef Bacik2022-04-19
* | | bpf: clean up put_cpu_var usageShaohua Li2022-04-19
* | | bpf: Set register type according to is_valid_access()Mickaël Salaün2022-04-19
* | | bpf: recognize 64bit immediate loads as constsJakub Kicinski2022-04-19
* | | bpf: enable non-core use of the verfierJakub Kicinski2022-04-19
* | | bpf: expose internal verfier structuresJakub Kicinski2022-04-19
* | | bpf: don't (ab)use instructions to store stateJakub Kicinski2022-04-19
* | | bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2022-04-19
* | | bpf, verifier: enforce larger zero range for pkt on overloading stack buffsDaniel Borkmann2022-04-19
* | | bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2022-04-19
* | | bpf: fix checksum for vlan push/pop helperDaniel Borkmann2022-04-19
* | | bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann2022-04-19
* | | bpf: also call skb_postpush_rcsum on xmit occasionsDaniel Borkmann2022-04-19
* | | bpf: enforce recursion limit on redirectsDaniel Borkmann2022-04-19
* | | bpf: add own ctx rewriter on ifindex for clsact progsDaniel Borkmann2022-04-19
* | | bpf, perf: split bpf_perf_event_outputDaniel Borkmann2022-04-19
* | | bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann2022-04-19
* | | bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2022-04-19
* | | bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov2022-04-19
* | | bpf: minor cleanups in helpersDaniel Borkmann2022-04-19
* | | bpf: get rid of cgroup helper related ifdefsDaniel Borkmann2022-04-19
* | | bpf: enable event output helper also for xdp typesDaniel Borkmann2022-04-19
* | | bpf: add bpf_skb_change_tail helperDaniel Borkmann2022-04-19
* | | bpf: use skb_pkt_type_ok helper in bpf_skb_change_typeDaniel Borkmann2022-04-19
* | | bpf: fix write helpers with regards to non-linear partsDaniel Borkmann2022-04-19
* | | bpf: add test cases for direct packet accessDaniel Borkmann2022-04-19
* | | bpf: fix range propagation on direct packet accessDaniel Borkmann2022-04-19
* | | samples/bpf: add verifier tests for the helper access to the packetAaron Yue2022-04-19
* | | samples/bpf: add verifier testsAlexei Starovoitov2022-04-19
* | | bpf, samples: add test cases for raw stackDaniel Borkmann2022-04-19
* | | samples/bpf: add map_flags to bpf loaderAlexei Starovoitov2022-04-19
* | | samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_ARRAYtom.leiming@gmail.com2022-04-19
* | | samples/bpf: make map creation more verboseAlexei Starovoitov2022-04-19
* | | samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_HASHMartin KaFai Lau2022-04-19
* | | bpf: perf_event progs should only use preallocated mapsAlexei Starovoitov2022-04-19
* | | bpf: support 8-byte metafield accessAlexei Starovoitov2022-04-19
* | | bpf: allow helpers access the packet directlyAlexei Starovoitov2022-04-19