Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-11 | 1 | -4/+10 |
|\ | |||||
| * | bpf: net: Avoid incorrect bpf_sk_reuseport_detach call | Martin KaFai Lau | 2020-07-09 | 1 | -2/+3 |
| * | bpf: net: Avoid copying sk_user_data of reuseport_array during sk_clone | Martin KaFai Lau | 2020-07-09 | 1 | -4/+9 |
* | | bpf: Remove redundant synchronize_rcu. | Alexei Starovoitov | 2020-07-01 | 1 | -2/+0 |
* | | bpf: Set map_btf_{name, id} for all map types | Andrey Ignatov | 2020-06-22 | 1 | -0/+3 |
|/ | |||||
* | bpf: Implement CAP_BPF | Alexei Starovoitov | 2020-05-15 | 1 | -1/+1 |
* | net: Generate reuseport group ID on group creation | Jakub Sitnicki | 2020-02-21 | 1 | -5/+0 |
* | bpf: move memory size checks to bpf_map_charge_init() | Roman Gushchin | 2019-06-01 | 1 | -8/+2 |
* | bpf: rework memlock-based memory accounting for maps | Roman Gushchin | 2019-06-01 | 1 | -3/+6 |
* | bpf: group memory related fields in struct bpf_map_memory | Roman Gushchin | 2019-06-01 | 1 | -1/+1 |
* | bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY | Martin KaFai Lau | 2018-08-11 | 1 | -0/+363 |