summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix redirect to map under tail callsDaniel Borkmann2018-08-184-21/+4Star
* 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-1619-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-123-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/+45Star
| | * | 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-251-6/+10
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-215-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/+0Star
| | * | | | bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin2018-07-181-4/+3Star
| | * | | | bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin2018-07-181-1/+1
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-174-177/+260
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
* | | | | | xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer2018-08-091-5/+9
* | | | | | xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer2018-08-091-6/+9
* | | | | | bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem pathDaniel Borkmann2018-08-081-2/+5
* | | | | | bpf, sockmap: fix bpf_tcp_sendmsg sock error handlingDaniel Borkmann2018-08-081-1/+1
| |_|_|_|/ |/| | | |
* | | | | bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau2018-07-271-1/+1
* | | | | bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau2018-07-241-1/+13
| |_|_|/ |/| | |
* | | | bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau2018-07-201-6/+10
| |_|/ |/| |
* | | bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann2018-07-121-2/+9
* | | bpf: btf: Fix bitfield extraction for big endianOkash Khawaja2018-07-111-17/+13Star
* | | xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita2018-07-081-1/+6
* | | bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend2018-07-081-2/+2
* | | bpf: sockmap, consume_skb in close pathJohn Fastabend2018-07-081-1/+4
* | | bpf: sockhash, disallow bpf_tcp_close and update in parallelJohn Fastabend2018-07-082-1/+18