- 509db28 bpf: error handling when map_lookup_elem isn't supported by Prashant Bhole · 6 years ago
- 8af03d1 bpf: btf: Fix a missing check bug by Wenwen Wang · 6 years ago
- 071a234 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- e4052d0 bpf: allow offload of programs with BPF-to-BPF function calls by Quentin Monnet · 6 years ago
- c941ce9 bpf: add verifier callback to get stack usage info for offloaded progs by Quentin Monnet · 6 years ago
- 72438f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- b799207 bpf: 32-bit RSH verification must truncate input before the ALU op by Jann Horn · 6 years ago
- 6acc9b4 bpf: Add helper to retrieve socket in BPF by Joe Stringer · 6 years ago
- fd978bf7 bpf: Add reference tracking to verifier by Joe Stringer · 6 years ago
- 84dbf35 bpf: Macrofy stack state copy by Joe Stringer · 6 years ago
- c64b798 bpf: Add PTR_TO_SOCKET verifier type by Joe Stringer · 6 years ago
- 840b961 bpf: Generalize ptr_or_null regs check by Joe Stringer · 6 years ago
- 9d2be44 bpf: Reuse canonical string formatter for ctx errs by Joe Stringer · 6 years ago
- aad2eea bpf: Simplify ptr_min_max_vals adjustment by Joe Stringer · 6 years ago
- f3709f6 bpf: Add iterator for spilled registers by Joe Stringer · 6 years ago
- b0584ea bpf: don't accept cgroup local storage with zero value size by Roman Gushchin · 6 years ago
- c6fdcd6 bpf: don't allow create maps of per-cpu cgroup local storages by Roman Gushchin · 6 years ago
- b741f16 bpf: introduce per-cpu cgroup local storage by Roman Gushchin · 6 years ago
- f294b37 bpf: rework cgroup storage pointer passing by Roman Gushchin · 6 years ago
- 8bad74f bpf: extend cgroup bpf core to allow multiple cgroup storage types by Roman Gushchin · 6 years ago
- 4288ea0 bpf: harden flags check in cgroup_storage_update_elem() by Roman Gushchin · 6 years ago
- 5bf7a60 bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id() by Yonghong Song · 6 years ago
- 105bc13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- a06ee25 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- b05545e bpf: sockmap, fix transition through disconnect without close by John Fastabend · 6 years ago
- 5607fff bpf: sockmap only allow ESTABLISHED sock state by John Fastabend · 6 years ago
- 788758d bpf: remove redundant null pointer check before consume_skb by zhong jiang · 6 years ago
- e366fa4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- d58e468 flow_dissector: implements flow dissector BPF hook by Petar Penkov · 6 years ago
- dd06682 bpf/verifier: disallow pointer subtraction by Alexei Starovoitov · 6 years ago
- 4b1c5d9 bpf: btf: Fix end boundary calculation for type section by Martin KaFai Lau · 6 years ago
- a7c19db bpf: add bpffs pretty print for program array map by Yonghong Song · 6 years ago
- a9c676b bpf/verifier: fix verifier instability by Alexei Starovoitov · 6 years ago
- 3630268 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 597222f bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP by John Fastabend · 6 years ago
- c7b27c3 bpf: add bpffs pretty print for percpu arraymap/hash/lru_hash by Yonghong Song · 6 years ago
- 8efea21 bpf/verifier: display non-spill stack slot types in print_verifier_state by Edward Cree · 6 years ago
- 679c782 bpf/verifier: per-register parent pointers by Edward Cree · 6 years ago
- efbaec8 bpf: remove duplicated include from syscall.c by YueHaibing · 6 years ago
- 501ca81 bpf: sockmap, decrement copied count correctly in redirect error case by John Fastabend · 6 years ago
- 15c480e bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsg by Daniel Borkmann · 6 years ago
- e06fa9c bpf, sockmap: fix potential use after free in bpf_tcp_close by Daniel Borkmann · 6 years ago
- c020347 bpf: use per htab salt for bucket hash by Daniel Borkmann · 6 years ago
- 9b2e038 bpf: sockmap: write_space events need to be passed to TCP handler by John Fastabend · 6 years ago
- eb29429 bpf, sockmap: fix sock hash count in alloc_sock_hash_elem by Daniel Borkmann · 6 years ago
- b845c89 bpf, sockmap: fix sock_hash_alloc and reject zero-sized keys by Daniel Borkmann · 6 years ago
- f6069b9 bpf: fix redirect to map under tail calls by Daniel Borkmann · 6 years ago
- 585f5a6 bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexist by Daniel Borkmann · 6 years ago
- 166ab6f bpf, sockmap: fix map elem deletion race with smap_stop_sock by Daniel Borkmann · 6 years ago
- d40b011 bpf, sockmap: fix leakage of smap_psock_map_entry by Daniel Borkmann · 6 years ago
- 965931e bpf: fix a rcu usage warning in bpf_prog_array_copy_core() by Yonghong Song · 6 years ago
- 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
- de5d1b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- c1617fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- e8d2bec bpf: decouple btf from seq bpf fs dump and enable more maps by Daniel Borkmann · 6 years ago
- 6a92ef0 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 2dbb9b9 bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
- 5dc4c4b bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY by Martin KaFai Lau · 6 years ago
- 699c86d bpf: btf: add pretty print for hash/lru_hash maps by Yonghong Song · 6 years ago
- dc1508a bpf: fix bpffs non-array map seq_show issue by Yonghong Song · 6 years ago
- 1bf9116 xdp: fix bug in devmap teardown code path by Jesper Dangaard Brouer · 6 years ago
- ad0ab02 xdp: fix bug in cpumap teardown code path by Jesper Dangaard Brouer · 6 years ago
- 7c81c71 bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path by Daniel Borkmann · 6 years ago
- 5121700 bpf, sockmap: fix bpf_tcp_sendmsg sock error handling by Daniel Borkmann · 6 years ago
- 1ba9828 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- 85fc4b1 bpf: introduce update_effective_progs() by Roman Gushchin · 6 years ago
- cd33943 bpf: introduce the bpf_get_local_storage() helper function by Roman Gushchin · 6 years ago
- 7b5dd2b bpf: don't allow create maps of cgroup local storages by Roman Gushchin · 6 years ago
- 3e6a4b3 bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE by Roman Gushchin · 6 years ago
- 394e40a bpf: extend bpf_prog_array to store pointers to the cgroup storage by Roman Gushchin · 6 years ago
- d7bf2c1 bpf: allocate cgroup storage entries on attaching bpf programs by Roman Gushchin · 6 years ago
- aa0ad5b bpf: pass a pointer to a cgroup storage using pcpu variable by Roman Gushchin · 6 years ago
- de9cbba bpf: introduce cgroup storage maps by Roman Gushchin · 6 years ago
- 0a4c58f bpf: add ability to charge bpf maps memory dynamically by Roman Gushchin · 6 years ago
- 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- fbeb160 bpf: verifier: MOV64 don't mark dst reg unbounded by Arthur Fabre · 6 years ago
- 5f300e8 bpf: btf: Use exact btf value_size match in map_check_btf() by Martin KaFai Lau · 6 years ago
- 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 6283fa3 bpf: btf: Ensure the member->offset is in the right order by Martin KaFai Lau · 7 years ago
- eae249b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
- 36fc3c8 bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h by Martin KaFai Lau · 7 years ago
- fd4f227 bpf: offload: allow program and map sharing per-ASIC by Jakub Kicinski · 7 years ago
- 602144c bpf: offload: keep the offload state per-ASIC by Jakub Kicinski · 7 years ago
- 9fd7c55 bpf: offload: aggregate offloads per-device by Jakub Kicinski · 7 years ago
- 0972826 bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match() by Jakub Kicinski · 7 years ago
- c23e014 bpf: sockmap: remove redundant pointer sg by Colin Ian King · 7 years ago
- 3960f4f bpf: fix rcu annotations in compute_effective_progs() by Roman Gushchin · 7 years ago
- d29ab6e bpf: bpf_prog_array_alloc() should return a generic non-rcu pointer by Roman Gushchin · 7 years ago
- 52b544b Merge tag 'v4.18-rc5' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- c7a8978 bpf: don't leave partial mangled prog in jit_subprogs error path by Daniel Borkmann · 7 years ago
- b65f370 bpf: btf: Fix bitfield extraction for big endian by Okash Khawaja · 7 years ago
- d8d7218 xdp: XDP_REDIRECT should check IFF_UP and MTU by Toshiaki Makita · 7 years ago
- 0ea488f bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb by John Fastabend · 7 years ago
- 7ebc14d bpf: sockmap, consume_skb in close path by John Fastabend · 7 years ago
- 99ba2b5 bpf: sockhash, disallow bpf_tcp_close and update in parallel by John Fastabend · 7 years ago
- 1d1ef00 bpf: sockmap, hash table is RCU so readers do not need locks by John Fastabend · 7 years ago
- 547b3aa bpf: sockmap, error path can not release psock in multi-map case by John Fastabend · 7 years ago
- ed2b82c bpf: hash map: decrement counter on error by Mauricio Vasquez B · 7 years ago
- caac76a bpf: sockhash, add release routine by John Fastabend · 7 years ago
- e9db4ef bpf: sockhash fix omitted bucket lock in sock_close by John Fastabend · 7 years ago