Age | Commit message (Expand) | Author | Files | Lines |
2023-04-26 | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -14/+9 |
2023-04-20 | bpf: switch to fdget_raw() | Al Viro | 1 | -23/+15 |
2023-04-04 | bpf: Teach verifier that certain helpers accept NULL pointer. | Alexei Starovoitov | 1 | -2/+2 |
2023-03-25 | bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem | Martin KaFai Lau | 1 | -1/+1 |
2023-03-22 | bpf: return long from bpf_map_ops funcs | JP Kobryn | 1 | -3/+3 |
2023-03-10 | bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage | Martin KaFai Lau | 1 | -1/+1 |
2023-03-10 | bpf: Refactor codes into bpf_local_storage_destroy | Martin KaFai Lau | 1 | -7/+1 |
2023-03-07 | bpf, net: bpf_local_storage memory usage | Yafang Shao | 1 | -0/+1 |
2022-11-30 | bpf: Fix a compilation failure with clang lto build | Yonghong Song | 1 | -3/+1 |
2022-10-25 | bpf: Refactor some inode/task/sk storage functions for reuse | Yonghong Song | 1 | -35/+3 |
2022-04-26 | bpf: Compute map_btf_id during build time | Menglong Dong | 1 | -3/+3 |
2022-04-19 | bpf: Fix usage of trace RCU in local storage. | KP Singh | 1 | -2/+2 |
2022-03-20 | bpf: Enable non-atomic allocations in local storage | Joanne Koong | 1 | -4/+5 |
2021-12-29 | bpf: Allow bpf_local_storage to be used by sleepable programs | KP Singh | 1 | -1/+5 |
2021-05-24 | bpf: Fix spelling mistakes | Zhen Lei | 1 | -1/+1 |
2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2021-03-08 | bpf: Change inode_storage's lookup_elem return value from NULL to -EBADF | Tal Lossos | 1 | -1/+1 |
2021-02-26 | bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete] | Song Liu | 1 | -1/+1 |
2021-01-22 | bpf, inode_storage: Put file handler if no storage was found | Pan Bian | 1 | -1/+5 |
2021-01-12 | bpf: Fix typo in bpf_inode_storage.c | KP Singh | 1 | -2/+2 |
2021-01-12 | bpf: Local storage helpers should check nullness of owner ptr passed | KP Singh | 1 | -1/+4 |
2020-09-21 | bpf: Allow specifying a BTF ID per argument in function protos | Lorenz Bauer | 1 | -5/+3 |
2020-08-28 | bpf: Add map_meta_equal map ops | Martin KaFai Lau | 1 | -0/+1 |
2020-08-25 | bpf: Implement bpf_local_storage for inodes | KP Singh | 1 | -0/+273 |