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-07-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-22bpf: Simplify bpf_prog_pack_[size|mask]Song Liu
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-13bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu
2022-07-07bpf: Make sure mac_header was set before using itEric Dumazet
2022-06-29bpf: minimize number of allocated lsm slots per programStanislav Fomichev
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar
2022-06-17bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov
2022-06-03bpf: Correct the comment about insn_to_jit_offPu Lehui
2022-05-28bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong
2022-05-24bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu
2022-05-24bpf: Fill new bpf_prog_pack with illegal instructionsSong Liu
2022-05-13bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov
2022-05-12bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou
2022-03-21bpf: Fix bpf_prog_pack when PMU_SIZE is not definedSong Liu
2022-03-21bpf: Fix bpf_prog_pack for multi-node setupSong Liu
2022-03-21bpf: Select proper size for bpf_prog_packSong Liu
2022-03-17bpf: Fix net.core.bpf_jit_harden raceHou Tao
2022-03-03bpf, x86: Set header->size properly before freeing itSong Liu
2022-02-18bpf: bpf_prog_pack: Set proper size before freeing ro_headerSong Liu
2022-02-11bpf: Fix bpf_prog_pack build for ppc64_defconfigSong Liu
2022-02-09bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZESong Liu
2022-02-08bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu
2022-02-08bpf: Introduce bpf_prog_pack allocatorSong Liu
2022-02-08bpf: Introduce bpf_arch_text_copySong Liu
2022-02-08bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()Song Liu
2022-02-08bpf: Use size instead of pages in bpf_binary_headerSong Liu
2022-02-08bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmemSong Liu
2022-01-27cgroup/bpf: fast path skb BPF filteringPavel Begunkov
2022-01-22bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen
2021-11-30bpf, docs: Prune all references to "internal BPF"Christoph Hellwig
2021-11-30bpf: Remove a redundant comment on bpf_prog_freeChristoph Hellwig
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang
2021-11-06bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau
2021-11-02Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen
2021-10-23bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2021-10-06bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi
2021-10-02Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-09-28bpf: Exempt CAP_BPF from checks against bpf_jit_limitLorenz Bauer
2021-09-18bpf: Add bpf_trace_vprintk helperDave Marchevsky
2021-08-19bpf: Undo off-by-one in interpreter tail call count limitDaniel Borkmann
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-10bpf, core: Fix kernel-doc notationRandy Dunlap
2021-08-03bpf: Fix off-by-one in tail call count limitingJohan Almbladh
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann