Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpf: move memory size checks to bpf_map_charge_init() | Roman Gushchin | 2019-05-31 | 1 | -4/+0 |
* | bpf: rework memlock-based memory accounting for maps | Roman Gushchin | 2019-05-31 | 1 | -3/+6 |
* | bpf: group memory related fields in struct bpf_map_memory | Roman Gushchin | 2019-05-31 | 1 | -1/+1 |
* | bpf: add program side {rd, wr}only support for maps | Daniel Borkmann | 2019-04-09 | 1 | -3/+3 |
* | bpf: fix integer overflow in queue_stack_map | Alexei Starovoitov | 2018-11-22 | 1 | -8/+8 |
* | bpf: fix leaking uninitialized memory on pop/peek helpers | Daniel Borkmann | 2018-10-25 | 1 | -0/+2 |
* | bpf: add queue and stack maps | Mauricio Vasquez B | 2018-10-19 | 1 | -0/+288 |