summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2018-11-13bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione1-0/+13
2018-11-13bpf/verifier: fix verifier instabilityAlexei Starovoitov1-8/+8
2018-11-13xsk: do not call synchronize_net() under RCU read lockBjörn Töpel1-8/+2
2018-11-10bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann1-4/+6
2018-10-20bpf: sockmap, fix transition through disconnect without closeJohn Fastabend1-19/+41
2018-10-20bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend1-1/+30
2018-10-18bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau1-1/+1
2018-10-10bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn1-1/+9
2018-10-10bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend1-1/+11
2018-10-10bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend1-23/+22
2018-10-10bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann1-3/+2
2018-10-10bpf, sockmap: fix potential use after free in bpf_tcp_closeDaniel Borkmann1-1/+1
2018-10-03bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend1-0/+3
2018-10-03bpf, sockmap: fix sock hash count in alloc_sock_hash_elemDaniel Borkmann1-1/+3
2018-10-03bpf, sockmap: fix sock_hash_alloc and reject zero-sized keysDaniel Borkmann1-1/+3
2018-09-29bpf/verifier: disallow pointer subtractionAlexei Starovoitov1-1/+1
2018-09-26bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin1-4/+3
2018-09-15bpf: fix bpffs non-array map seq_show issueYonghong Song1-3/+5
2018-09-15bpf, sockmap: fix leakage of smap_psock_map_entryDaniel Borkmann1-2/+7
2018-09-15bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexistDaniel Borkmann1-49/+57
2018-09-15bpf, sockmap: fix map elem deletion race with smap_stop_sockDaniel Borkmann1-1/+4
2018-08-09xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer1-5/+9
2018-08-09xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer1-6/+9
2018-08-08bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem pathDaniel Borkmann1-2/+5
2018-08-08bpf, sockmap: fix bpf_tcp_sendmsg sock error handlingDaniel Borkmann1-1/+1
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau1-1/+1
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau1-1/+13
2018-07-20bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau1-6/+10
2018-07-12bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann1-2/+9
2018-07-11bpf: btf: Fix bitfield extraction for big endianOkash Khawaja1-17/+13
2018-07-07xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita1-1/+6
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend1-2/+2
2018-07-07bpf: sockmap, consume_skb in close pathJohn Fastabend1-1/+4
2018-07-07bpf: sockhash, disallow bpf_tcp_close and update in parallelJohn Fastabend2-1/+18
2018-07-07bpf: sockmap, hash table is RCU so readers do not need locksJohn Fastabend1-2/+0
2018-07-07bpf: sockmap, error path can not release psock in multi-map caseJohn Fastabend1-11/+6
2018-07-03bpf: hash map: decrement counter on errorMauricio Vasquez B1-5/+11
2018-07-01bpf: sockhash, add release routineJohn Fastabend1-0/+1
2018-07-01bpf: sockhash fix omitted bucket lock in sock_closeJohn Fastabend1-49/+96
2018-07-01bpf: sockmap, fix smap_list_map_remove when psock is in many mapsJohn Fastabend1-12/+22
2018-07-01bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend1-10/+48
2018-06-29bpf: undo prog rejection on read-only lock failureDaniel Borkmann1-29/+1
2018-06-26bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young3-78/+93
2018-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-16/+79
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+12
2018-06-15xdp: Fix handling of devmap in generic XDPToshiaki Makita1-0/+14
2018-06-15bpf: reject any prog that failed read-only lockDaniel Borkmann2-10/+49
2018-06-15bpf: fix panic in prog load calls cleanupDaniel Borkmann2-6/+16
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-3/+5
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-4/+4