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
2022-08-10bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao
2022-08-10bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi
2022-07-13bpf: Make non-preallocated allocation low priorityYafang Shao
2022-05-12bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou
2022-05-10bpf: Extend batch operations for map-in-map bpf-mapsTakshak Chahande
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-26bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi
2022-04-14bpf: Remove unnecessary type castingsYu Zhe
2022-02-24bpf: Cleanup commentsTom Rix
2021-09-29bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook
2021-09-29bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-07bpf: Fix integer overflow involving bucket_sizeTatsuhiko Yasumatsu
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov
2021-06-24bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen
2021-05-25bpf: Fix spelling mistakesZhen Lei
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek
2021-03-16kernel/bpf/: Fix misspellings using codespell toolLiu xuzhi
2021-02-27bpf: Add hashtab support for bpf_for_each_map_elem() helperYonghong Song
2021-02-11bpf: Allows per-cpu maps and map-in-map in sleepable programsAlexei Starovoitov
2020-12-22bpf: Add schedule point in htab_init_buckets()Eric Dumazet
2020-12-08bpf: Propagate __user annotations properlyLukas Bulwahn
2020-12-07bpf: Avoid overflows involving hash elem_sizeEric Dumazet
2020-12-03bpf: Eliminate rlimit-based memory accounting for hashtab mapsRoman Gushchin
2020-12-03bpf: Refine memcg-based memory accounting for hashtab mapsRoman Gushchin
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-06bpf: Lift hashtab key_size limitFlorian Lehner
2020-11-06bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren
2020-11-02bpf: Fix error path in htab_map_alloc()Eric Dumazet
2020-10-30bpf: Avoid hashtab deadlock with map_lockedSong Liu
2020-10-30bpf: Use separate lockdep class for each hashtabSong Liu
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-04bpf: Do not use bucket_lock for hashmap iteratorYonghong Song
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-30bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko
2020-07-26bpf: Implement bpf iterator for hash mapsYonghong Song
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2020-06-22bpf: Support access to bpf map fieldsAndrey Ignatov
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-25bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner
2020-02-25bpf: Factor out hashtab bucket lock operationsThomas Gleixner
2020-02-25bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner
2020-02-25bpf: Remove recursion prevention from rcu free callbackThomas Gleixner
2020-02-25bpf: Update locking comment in hashtab codeThomas Gleixner