blob: ad94f86ee67c8186d572a6313b99ff9a69061fae [file] [log] [blame]
c060bc6115b6 ("bpf: make function xdp_do_generic_redirect_map() static")
9c270af37bb6 ("bpf: XDP_REDIRECT enable use of cpumap")
6710e1126934 ("bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP")
7c3001313396 ("bpf: fix ri->map_owner pointer on bpf_prog_realloc")
96c5508e3012 ("xdp: implement xdp_redirect_map for generic XDP")
109980b894e9 ("bpf: don't select potentially stale ri->map from buggy xdp progs")
59a308967589 ("xdp: separate xdp_redirect tracepoint in map case")
f5836ca5e986 ("xdp: separate xdp_redirect tracepoint in error case")
b06337dfdb16 ("xdp: make xdp tracepoints report bpf prog id instead of prog_tag")
8d3b778ff544 ("xdp: tracepoint xdp_redirect also need a map argument")
c31e5a4876cd ("xdp: remove redundant argument to trace_xdp_redirect")
315ec3990efd ("xdp: get tracepoints xdp_exception and xdp_redirect in sync")
a87358558720 ("xdp: remove net_device names from xdp_redirect tracepoint")
2facaad6000f ("xdp: make generic xdp redirect use tracepoint trace_xdp_redirect")
d08adb82fda5 ("xdp: remove bpf_warn_invalid_xdp_redirect")
e4a8e817d3cb ("bpf: misc xdp redirect cleanups")
96eabe7a40aa ("bpf: Allow selecting numa node during map creation")
4c03bdd7b5c0 ("xdp: adjust xdp redirect tracepoint to include return error code")
6bdc9c4c31c8 ("bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSER")
69e8cc134bcb ("bpf: sockmap sample program")
174a79ff9515 ("bpf: sockmap with sk redirect support")
b005fd189cec ("bpf: introduce new program type for skbs on sockets")
996139e801fd ("selftests: bpf: add a test for XDP redirect")
eb48d682814c ("bpf: fix the printing of ifindex")
81f6bf81270c ("bpf: testing: fix devmap tests")
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")
f856e46978b8 ("bpf: fix return in load_bpf_file")
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")
18f3d6be6be1 ("selftests/bpf: Add test cases to test narrower ctx field loads")
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")