summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2018-10-05bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn
2018-10-02bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin
2018-09-28bpf: harden flags check in cgroup_storage_update_elem()Roman Gushchin
2018-09-22bpf: sockmap, fix transition through disconnect without closeJohn Fastabend
2018-09-22bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend
2018-09-12bpf/verifier: disallow pointer subtractionAlexei Starovoitov
2018-09-12bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau
2018-09-02bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend
2018-08-28bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend
2018-08-27bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann
2018-08-27bpf, sockmap: fix potential use after free in bpf_tcp_closeDaniel Borkmann
2018-08-23bpf: use per htab salt for bucket hashDaniel Borkmann
2018-08-22bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend
2018-08-22bpf, sockmap: fix sock hash count in alloc_sock_hash_elemDaniel Borkmann
2018-08-22bpf, sockmap: fix sock_hash_alloc and reject zero-sized keysDaniel Borkmann
2018-08-17bpf: fix redirect to map under tail callsDaniel Borkmann
2018-08-16bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexistDaniel Borkmann
2018-08-16bpf, sockmap: fix map elem deletion race with smap_stop_sockDaniel Borkmann
2018-08-16bpf, sockmap: fix leakage of smap_psock_map_entryDaniel Borkmann
2018-08-16bpf: fix a rcu usage warning in bpf_prog_array_copy_core()Yonghong Song
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau
2018-08-10bpf: btf: add pretty print for hash/lru_hash mapsYonghong Song
2018-08-10bpf: fix bpffs non-array map seq_show issueYonghong Song
2018-08-09xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer
2018-08-09xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer
2018-08-08bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem pathDaniel Borkmann
2018-08-08bpf, sockmap: fix bpf_tcp_sendmsg sock error handlingDaniel Borkmann
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-07bpf: introduce update_effective_progs()Roman Gushchin
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin
2018-08-03bpf: don't allow create maps of cgroup local storagesRoman Gushchin
2018-08-03bpf/verifier: introduce BPF_PTR_TO_MAP_VALUERoman Gushchin
2018-08-03bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin
2018-08-03bpf: allocate cgroup storage entries on attaching bpf programsRoman Gushchin
2018-08-03bpf: pass a pointer to a cgroup storage using pcpu variableRoman Gushchin
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin
2018-08-03bpf: add ability to charge bpf maps memory dynamicallyRoman Gushchin
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-31bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-20bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau