- 28c2fae bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv by Daniel Borkmann · 6 years ago
- ff1889f bpf: show main program address and length in bpf_prog_info by Song Liu · 6 years ago
- de57e99 bpf: show real jited address in bpf_prog_info->jited_ksyms by Song Liu · 6 years ago
- df07347 bpf: show real jited prog address in /proc/kallsyms by Song Liu · 6 years ago
- 4d31f30 bpf: don't set id on after map lookup with ptr_to_map_val return by Daniel Borkmann · 6 years ago
- 0962590 bpf: fix partial copy of map_ptr when dst is scalar by Daniel Borkmann · 6 years ago
- ede95a63 bpf: add bpf_jit_limit knob to restrict unpriv allocations by Daniel Borkmann · 6 years ago
- b09928b bpf: make direct packet write unclone more robust by Daniel Borkmann · 6 years ago
- d3f66e4 bpf: fix leaking uninitialized memory on pop/peek helpers by Daniel Borkmann · 6 years ago
- 80b0d86 bpf: fix direct packet write into pop/peek helpers by Daniel Borkmann · 6 years ago
- d5563d3 bpf: fix cg_skb types to hint access type in may_access_direct_pkt_data by Daniel Borkmann · 6 years ago
- 5d66fa7 bpf: fix direct packet access for flow dissector progs by Daniel Borkmann · 6 years ago
- 4a6998a bpf, btf: fix a missing check bug in btf_parse by Martin Lau · 6 years ago
- f592f80 bpf: devmap: fix wrong interface selection in notifier_call by Taehee Yoo · 6 years ago
- a19c59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- 84430d4 bpf, verifier: avoid retpoline for map push/pop/peek operation by Daniel Borkmann · 6 years ago
- ad38911 bpf, verifier: remove unneeded flow key in check_helper_mem_access by Daniel Borkmann · 6 years ago
- 4b5defd bpf, verifier: reject xadd on flow key memory by Daniel Borkmann · 6 years ago
- 2a159c6 bpf, verifier: fix register type dump in xadd and st by Daniel Borkmann · 6 years ago
- 540fefc bpf: remove unused variable by Alexei Starovoitov · 6 years ago
- b39b5f4 bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKB by Song Liu · 6 years ago
- bd513cd bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall by Mauricio Vasquez B · 6 years ago
- f1a2e44 bpf: add queue and stack maps by Mauricio Vasquez B · 6 years ago
- 2ea864c bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUE by Mauricio Vasquez B · 6 years ago
- c9d29f4 bpf/syscall: allow key to be null in map functions by Mauricio Vasquez B · 6 years ago
- 1449916 bpf: rename stack trace map operations by Mauricio Vasquez B · 6 years ago
- 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 604326b bpf, sockmap: convert to generic sk_msg interface by Daniel Borkmann · 6 years ago
- 1243a51 tcp, ulp: remove ulp bits from sockmap by Daniel Borkmann · 6 years ago
- 1ae80cf bpf: wait for running BPF programs when updating map-in-map by Daniel Colascione · 6 years ago
- cee2716 xsk: do not call synchronize_net() under RCU read lock by Björn Töpel · 6 years ago
- 3b4a63f bpf: return EOPNOTSUPP when map lookup isn't supported by Prashant Bhole · 6 years ago
- 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