Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-14net: in_irq() cleanupChangbin Du
2021-05-14bpf: Use struct_size() in kzalloc()Gustavo A. R. Silva
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu
2020-12-05bpf: Expose bpf_sk_storage_* to iterator programsFlorent Revest
2020-11-17bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usageMartin KaFai Lau
2020-11-13bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau
2020-11-13bpf: Rename some functions in bpf_sk_storageMartin KaFai Lau
2020-11-13bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-22bpf: Using rcu_read_lock for bpf_sk_storage_map iteratorYonghong Song
2020-09-22bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer
2020-09-10bpf: Remove duplicate headersChen Zhou
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-08-26bpf: Allow local storage to be used from LSM programsKP Singh
2020-08-26bpf: Split bpf_local_storage to bpf_sk_storageKP Singh
2020-08-26bpf: Generalize bpf_sk_storageKP Singh
2020-08-26bpf: Generalize caching for sk_storage.KP Singh
2020-08-26bpf: Renames in preparation for bpf_local_storageKP Singh
2020-08-22bpf: Implement link_query callbacks in map element iteratorsYonghong Song
2020-08-07bpf: Change uapi for bpf iterator map elementsYonghong Song
2020-07-31bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCKStanislav Fomichev
2020-07-26bpf: Implement bpf iterator for sock local storage mapYonghong Song
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2020-06-19bpf: sk_storage: Prefer to get a free cache_idxMartin KaFai Lau
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-28net: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-28bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau
2020-02-08bpf: Improve bucket_log calculation logicMartin KaFai Lau
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko
2019-08-18bpf: support cloning sk storage on accept()Stanislav Fomichev
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-16bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre
2019-06-01bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-06-01bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-06-01bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin
2019-06-01bpf: add memlock precharge for socket local storageRoman Gushchin
2019-05-05bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()YueHaibing
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau