blob: 79b80a1defea75694a136948f009b3702b1c4648 [file] [log] [blame]
61f3c964dfd2 ("bpf: allow socket_filter programs to use bpf_prog_test_run")
7de16e3a3557 ("bpf: split verifier and program ops")
1bdec44955ed ("bpf: verifier: set reg_type on context accesses in second pass")
ae2cf1c466be ("bpf: Allow cgroup sock filters to use get_current_uid_gid helper")
b005fd189cec ("bpf: introduce new program type for skbs on sockets")
f1174f77b50c ("bpf/verifier: rework value tracking")
9305706c2e80 ("bpf/verifier: fix min/max handling in BPF_SUB")
4cabc5b186b5 ("bpf: fix mixed signed/unsigned derived min/max value bounds")
43188702b3d9 ("bpf, verifier: add additional patterns to evaluate_reg_imm_alu")
f96da09473b5 ("bpf: simplify narrower ctx access")
8c4b4c7e9ff0 ("bpf: Add setsockopt helper function to bpf")
40304b2a1567 ("bpf: BPF support for sock_ops")
239946314e57 ("bpf: possibly avoid extra masking for narrower load in verifier")
734942cc4ea6 ("tcp: ULP infrastructure")
31fd85816dbe ("bpf: permits narrower load from bpf program context fields")
ded092cd73c2 ("bpf: add bpf_set_hash helper for tc progs")
966789fb8636 ("bpf: remove cg_skb_func_proto and use sk_filter_func_proto directly")
36e24c003091 ("bpf: reset id on spilled regs in clear_all_pkt_pointers")
4a2ff55aa494 ("bpf: reset id on CONST_IMM transition")
d25da6caa2a1 ("bpf: don't check spilled reg state for non-STACK_SPILLed type slots")
1e2709769086 ("bpf: Add BPF_OBJ_GET_INFO_BY_FD")
bd5f5f4ecb78 ("bpf: Add BPF_MAP_GET_FD_BY_ID")
b16d9aa4c2b9 ("bpf: Add BPF_PROG_GET_FD_BY_ID")
34ad5580f8f9 ("bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID command")
f3f1c054c288 ("bpf: Introduce bpf_map ID")
dc4bb0e23561 ("bpf: Introduce bpf_prog ID")
8726679a0fa3 ("bpf: teach verifier to track stack depth")
34aa83c2fc23 ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net")