Document the prog attach command in more detail, based on git commits: * commitf432455148("bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commands") * commit4f738adba3("bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data") * commitf4364dcfc8("media: rc: introduce BPF_PROG_LIRC_MODE2") * commitd58e468b11("flow_dissector: implements flow dissector BPF hook") Signed-off-by: Joe Stringer <joe@cilium.io> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Reviewed-by: Quentin Monnet <quentin@isovalent.com> Acked-by: Toke Høiland-Jørgensen <toke@redhat.com> Acked-by: Yonghong Song <yhs@fb.com> Link: https://lore.kernel.org/bpf/20210302171947.2268128-6-joe@cilium.io