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-09-14bpf: Add oversize check before call kvcalloc()Bixuan Cui
2021-08-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-25bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov
2021-08-24bpf: Fix ringbuf helper function compatibilityDaniel Borkmann
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-13bpf: Clear zext_dst of dead insnsIlya Leoshkevich
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-29bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-16bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann
2021-07-16bpf: Remove superfluous aux sanitation on subprog rejectionDaniel Borkmann
2021-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-16bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa
2021-07-16bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa
2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov
2021-07-15bpf: Relax verifier recursion check.Alexei Starovoitov
2021-07-15bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov
2021-07-15bpf: Fix potential memleak and UAF in the verifier.He Fengqing
2021-07-13bpf: Fix tail_call_reachable rejection for interpreter when jit failedDaniel Borkmann
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-23bpf: Fix null ptr deref with mixed tail calls and subprogsJohn Fastabend
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-15bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann
2021-06-15bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann
2021-06-15bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-25bpf: No need to simulate speculative domain for immediatesDaniel Borkmann
2021-05-25bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann
2021-05-25bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann
2021-05-25bpf: Fix spelling mistakesZhen Lei
2021-05-21bpf, offload: Reorder offload callback 'prepare' in verifierYinjun Zhang
2021-05-19bpf: Introduce fd_idxAlexei Starovoitov
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov
2021-05-12bpf: Add deny list of btf ids check for tracing programsJiri Olsa
2021-05-11bpf: Fix alu32 const subreg bound tracking on bitwise operationsDaniel Borkmann
2021-05-11bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer
2021-05-11bpf: verifier: Use copy_array for jmp_historyLorenz Bauer
2021-05-11bpf: verifier: Improve function state reallocationLorenz Bauer
2021-05-03bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann
2021-05-03bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann
2021-04-28bpf: Implement formatted output helpers with bstr_printfFlorent Revest
2021-04-27bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann