summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* xsk: do not call synchronize_net() under RCU read lockBjörn Töpel2018-10-111-8/+2
* bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn2018-10-051-1/+9
* bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin2018-10-021-0/+3
* bpf: harden flags check in cgroup_storage_update_elem()Roman Gushchin2018-09-281-1/+1
* bpf: sockmap, fix transition through disconnect without closeJohn Fastabend2018-09-221-19/+41
* bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend2018-09-221-1/+30
* bpf/verifier: disallow pointer subtractionAlexei Starovoitov2018-09-121-1/+1
* bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau2018-09-121-1/+1
* bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend2018-09-021-1/+11
* bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend2018-08-281-23/+22
* bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann2018-08-271-3/+2
* bpf, sockmap: fix potential use after free in bpf_tcp_closeDaniel Borkmann2018-08-271-1/+1
* bpf: use per htab salt for bucket hashDaniel Borkmann2018-08-231-10/+13
* bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend2018-08-221-0/+3
* bpf, sockmap: fix sock hash count in alloc_sock_hash_elemDaniel Borkmann2018-08-221-1/+3
* bpf, sockmap: fix sock_hash_alloc and reject zero-sized keysDaniel Borkmann2018-08-221-1/+3
* bpf: fix redirect to map under tail callsDaniel Borkmann2018-08-174-21/+4
* bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexistDaniel Borkmann2018-08-161-49/+57
* bpf, sockmap: fix map elem deletion race with smap_stop_sockDaniel Borkmann2018-08-161-1/+4
* bpf, sockmap: fix leakage of smap_psock_map_entryDaniel Borkmann2018-08-161-2/+7
* bpf: fix a rcu usage warning in bpf_prog_array_copy_core()Yonghong Song2018-08-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1519-206/+1273
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-1314-25/+478
| |\
| | * bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-1311-40/+66
| | * bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-111-0/+9
| | * bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-114-1/+373
| | * bpf: btf: add pretty print for hash/lru_hash mapsYonghong Song2018-08-101-0/+44
| | * bpf: fix bpffs non-array map seq_show issueYonghong Song2018-08-101-3/+5
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-113-14/+24
| |\ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-078-124/+617
| |\ \
| | * | bpf: introduce update_effective_progs()Roman Gushchin2018-08-071-54/+45
| | * | bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-034-0/+41
| | * | bpf: don't allow create maps of cgroup local storagesRoman Gushchin2018-08-031-1/+2
| | * | bpf/verifier: introduce BPF_PTR_TO_MAP_VALUERoman Gushchin2018-08-031-2/+6
| | * | bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin2018-08-032-46/+51
| | * | bpf: allocate cgroup storage entries on attaching bpf programsRoman Gushchin2018-08-031-4/+31
| | * | bpf: pass a pointer to a cgroup storage using pcpu variableRoman Gushchin2018-08-031-0/+2
| | * | bpf: introduce cgroup storage mapsRoman Gushchin2018-08-034-0/+392
| | * | bpf: add ability to charge bpf maps memory dynamicallyRoman Gushchin2018-08-031-15/+43
| | * | bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre2018-07-311-2/+4
| * | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-022-2/+14
| |\ \ \
| * \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-6/+10
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-205-58/+179
| |\ \ \ \
| | * | | | bpf: offload: allow program and map sharing per-ASICJakub Kicinski2018-07-181-7/+35
| | * | | | bpf: offload: keep the offload state per-ASICJakub Kicinski2018-07-181-17/+64
| | * | | | bpf: offload: aggregate offloads per-deviceJakub Kicinski2018-07-181-46/+96
| | * | | | bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski2018-07-182-2/+2
| | * | | | bpf: sockmap: remove redundant pointer sgColin Ian King2018-07-181-3/+0
| | * | | | bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin2018-07-181-4/+3
| | * | | | bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin2018-07-181-1/+1