summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-06-01xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi
2020-06-01Merge branch 'bpf_setsockopt-SO_BINDTODEVICE'Alexei Starovoitov
2020-06-01selftests/bpf: Add test for SO_BINDTODEVICE opt of bpf_setsockoptFerenc Fejes
2020-06-01bpf: Allow SO_BINDTODEVICE opt in bpf_setsockoptFerenc Fejes
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes
2020-06-01bpf: Change kvfree to kfree in generic_map_lookup_batch()Denis Efremov
2020-06-01Merge branch 'fix-ktls-with-sk_skb_verdict'Alexei Starovoitov
2020-06-01tools/bpf: sync bpf.hAlexei Starovoitov
2020-06-01bpf, selftests: Add test for ktls with skb bpf ingress policyJohn Fastabend
2020-06-01Merge branch 'xdp_devmap'Alexei Starovoitov
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend
2020-06-01selftest: Add tests for XDP programs in devmap entriesDavid Ahern
2020-06-01bpf: Refactor sockmap redirect code so its easy to reuseJohn Fastabend
2020-06-01libbpf: Add SEC name for xdp programs attached to device mapDavid Ahern
2020-06-01xdp: Add xdp_txq_info to xdp_buffDavid Ahern
2020-06-01bpf: Add support to attach bpf program to a devmap entryDavid Ahern
2020-06-01bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helperYonghong Song
2020-06-01devmap: Formalize map value as a named structDavid Ahern
2020-06-01bpf: Add rx_queue_mapping to bpf_sockAmritha Nambiar
2020-06-01Merge branch 'bpf-ring-buffer'Daniel Borkmann
2020-06-01selftests/bpf: Add tests for write-only stacks/queuesAnton Protopopov
2020-06-01docs/bpf: Add BPF ring buffer design notesAndrii Nakryiko
2020-06-01bpf: Add BPF ringbuf and perf buffer benchmarksAndrii Nakryiko
2020-06-01selftests/bpf: Add BPF ringbuf selftestsAndrii Nakryiko
2020-06-01libbpf: Add BPF ring buffer supportAndrii Nakryiko
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko
2020-06-01bpf: Fix map permissions checkAnton Protopopov
2020-06-01selftests/bpf: Cleanup comments in test_mapsAnton Protopopov
2020-06-01selftests/bpf: Cleanup some file descriptors in test_mapsAnton Protopopov
2020-06-01selftests/bpf: Fix a typo in test_mapsAnton Protopopov
2020-06-01libbpf: Fix perf_buffer__free() API for sparse allocsEelco Chaudron
2020-06-01bpf, selftests: Test probe_* helpers from SCHED_CLSJohn Fastabend
2020-06-01bpf, selftests: Add sk_msg helpers load and attach testJohn Fastabend
2020-06-01bpf, sk_msg: Add get socket storage helpersJohn Fastabend
2020-06-01bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*John Fastabend
2020-06-01bpf, sk_msg: Add some generic helpers that may be useful from sk_msgJohn Fastabend
2020-06-01libbpf: Use .so dynamic symbols for abi checkYauheni Kaliuta
2020-06-01bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_runChris Packham
2020-06-01libbpf: Install headers as part of make installNikolay Borisov
2020-06-01libbpf: Add API to consume the perf ring buffer contentEelco Chaudron
2020-06-01MAINTAINERS: Adjust entry in XDP SOCKETS to actual file nameLukas Bulwahn
2020-06-01bpf: Fix returned error sign when link doesn't support updatesJakub Sitnicki
2020-06-01tools, bpftool: Print correct error message when failing to load BTFTobias Klauser
2020-06-01tools, bpftool: Make capability check account for new BPF capsQuentin Monnet
2020-06-01tools, bpftool: Clean subcommand help messagesQuentin Monnet
2020-06-01net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.cVladimir Oltean
2020-06-01Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2020-06-01vxlan: fix dereference of nexthop group in nexthop update pathRoopa Prabhu
2020-06-01switch cmsghdr_from_user_compat_to_kern() to copy_from_user()Al Viro