blob: 4db7b769fde4a4c4ad8238d1c95b19cd39f46233 [file] [log] [blame]
9c2d63b843a5 ("bpf: fix mlock precharge on arraymaps")
32852649ba3f ("bpf: arraymap: use bpf_map_init_from_attr()")
ad46061fca87 ("bpf: arraymap: move checks out of alloc function")
bbeb6e4323da ("bpf, array: fix overflow in max_entries and undefined behavior in index_mask")
b2157399cc98 ("bpf: prevent out-of-bounds speculation")
bc6d5031b43a ("bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations")
7b0c2a0508b9 ("bpf: inline map in map lookup functions for array and htab")
96eabe7a40aa ("bpf: Allow selecting numa node during map creation")
174a79ff9515 ("bpf: sockmap with sk redirect support")
b005fd189cec ("bpf: introduce new program type for skbs on sockets")
46f55cffa473 ("net: fix build error in devmap helper calls")
11393cc9b9be ("xdp: Add batching support to redirect map")
97f91a7cf04f ("bpf: add bpf_redirect_map helper routine")
546ac1ffb70d ("bpf: add devmap, a map for storing net device references")
5acaee0a8964 ("xdp: add trace event for xdp redirect")
6453073987ba ("ixgbe: add initial support for xdp redirect")
6103aa96ec07 ("net: implement XDP_REDIRECT for xdp generic")
814abfabef3c ("xdp: add bpf_redirect helper function")
d445516966dc ("net: xdp: support xdp generic on virtual devices")
2be7e212d541 ("bpf: add bpf_skb_adjust_room helper")
04df41e343db ("bpf: update tools/include/uapi/linux/bpf.h")
8c4b4c7e9ff0 ("bpf: Add setsockopt helper function to bpf")
40304b2a1567 ("bpf: BPF support for sock_ops")
14dc6f04f49d ("bpf: Add syscall lookup support for fd array and htab")
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")
95b9afd3987f ("bpf: Test for bpf ID")
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")
71189fa9b092 ("bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode")
34aa83c2fc23 ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net")