aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-14/+24
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-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-124/+617
2018-08-07bpf: introduce update_effective_progs()Roman Gushchin1-54/+45
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin4-0/+41
2018-08-03bpf: don't allow create maps of cgroup local storagesRoman Gushchin1-1/+2
2018-08-03bpf/verifier: introduce BPF_PTR_TO_MAP_VALUERoman Gushchin1-2/+6
2018-08-03bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin2-46/+51
2018-08-03bpf: allocate cgroup storage entries on attaching bpf programsRoman Gushchin1-4/+31
2018-08-03bpf: pass a pointer to a cgroup storage using pcpu variableRoman Gushchin1-0/+2
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin4-0/+392
2018-08-03bpf: add ability to charge bpf maps memory dynamicallyRoman Gushchin1-15/+43
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+14
2018-07-31bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre1-2/+4
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau1-1/+1
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+10
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau1-1/+13
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-58/+179
2018-07-20bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau1-6/+10
2018-07-18bpf: offload: allow program and map sharing per-ASICJakub Kicinski1-7/+35
2018-07-18bpf: offload: keep the offload state per-ASICJakub Kicinski1-17/+64
2018-07-18bpf: offload: aggregate offloads per-deviceJakub Kicinski1-46/+96
2018-07-18bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski2-2/+2
2018-07-18bpf: sockmap: remove redundant pointer sgColin Ian King1-3/+0
2018-07-18bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin1-4/+3
2018-07-18bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin1-1/+1
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