summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-038-13/+132
| * selftests/bpf: Ksyms_btf to test typed ksymsHao Luo2020-10-025-25/+137
| * bpf/libbpf: BTF support for typed ksymsHao Luo2020-10-021-13/+99
| * bpf: Introduce pseudo_btf_idHao Luo2020-10-026-46/+188
|/
* Merge branch 'Do not limit cb_flags when creating child sk'Alexei Starovoitov2020-10-026-40/+22
|\
| * bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau2020-10-024-6/+22
| * bpf: tcp: Do not limit cb_flags when creating child sk from listen skMartin KaFai Lau2020-10-022-34/+0
|/
* selftests/bpf: Properly initialize linfo in sockmap_basicStanislav Fomichev2020-10-021-1/+1
* selftests/bpf: Initialize duration in xdp_noinline.cStanislav Fomichev2020-10-021-1/+1
* lib8390: Use netif_msg_init to initialize msg_enable bitsArmin Wolf2020-10-021-6/+8
* net: phy: realtek: Modify 2.5G PHY name to RTL8226Willy Liu2020-10-021-19/+19
* caif_virtio: Remove redundant initialization of variable errJing Xiangfeng2020-10-021-1/+1
* net-sysfs: Fix inconsistent of format with argument type in net-sysfs.cYe Bin2020-10-021-2/+2
* pktgen: Fix inconsistent of format with argument type in pktgen.cYe Bin2020-10-021-5/+5
* drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He2020-10-021-47/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-10-01103-1760/+7528
|\
| * Merge branch 'introduce BPF_F_PRESERVE_ELEMS'Alexei Starovoitov2020-10-015-2/+127
| |\
| | * selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMSSong Liu2020-10-012-0/+104
| | * bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu2020-10-013-2/+23
| |/
| * selftests/bpf: Fix alignment of .BTF_idsJean-Philippe Brucker2020-10-011-0/+6
| * selftests/bpf: Test "incremental" btf_dump in C formatAndrii Nakryiko2020-09-301-0/+105
| * libbpf: Make btf_dump work with modifiable BTFAndrii Nakryiko2020-09-303-22/+65
| * Merge branch 'Various BPF helper improvements'Alexei Starovoitov2020-09-3023-82/+830
| |\
| | * bpf, selftests: Add redirect_neigh selftestDaniel Borkmann2020-09-302-0/+312
| | * bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann2020-09-309-49/+51
| | * bpf, libbpf: Add bpf_tail_call_static helper for bpf programsDaniel Borkmann2020-09-301-0/+46
| | * bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann2020-09-304-15/+294
| | * bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann2020-09-308-18/+86
| | * bpf: Add classid helper only based on skb->skDaniel Borkmann2020-09-303-0/+41
| |/
| * bpf: fix raw_tp test run in preempt kernelSong Liu2020-09-301-12/+9
| * libbpf: Compile in PIC mode only for shared library caseAndrii Nakryiko2020-09-301-2/+1
| * libbpf: Compile libbpf under -O2 level by default and catch extra warningsAndrii Nakryiko2020-09-301-1/+1
| * libbpf: Fix uninitialized variable in btf_parse_type_secAndrii Nakryiko2020-09-301-1/+1
| * Merge branch 'bpf, x64: optimize JIT's pro/epilogue'Alexei Starovoitov2020-09-301-12/+23
| |\
| | * bpf: x64: Do not emit sub/add 0, %rsp when !stack_depthMaciej Fijalkowski2020-09-301-10/+23
| | * bpf, x64: Drop "pop %rcx" instruction on BPF JIT epilogueMaciej Fijalkowski2020-09-301-2/+0
| |/
| * selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_accessIlya Leoshkevich2020-09-301-115/+101
| * bpf, selftests: Fix warning in snprintf_btf where system() call uncheckedJohn Fastabend2020-09-291-1/+3
| * Merge branch 'bpf: Support multi-attach for freplace'Alexei Starovoitov2020-09-2921-317/+867
| |\
| | * selftests: Add selftest for disallowing modify_return attachment to freplaceToke Høiland-Jørgensen2020-09-293-1/+71
| | * selftests/bpf: Adding test for arg dereference in extension traceJiri Olsa2020-09-293-0/+154
| | * selftests: Add test for multiple attachments of freplace programToke Høiland-Jørgensen2020-09-292-32/+139
| | * libbpf: Add support for freplace attachment in bpf_link_createToke Høiland-Jørgensen2020-09-295-9/+60
| | * bpf: Fix context type resolving for extension programsToke Høiland-Jørgensen2020-09-291-1/+8
| | * bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen2020-09-295-20/+142
| | * bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen2020-09-298-259/+298
| |/
| * Merge branch 'libbpf: support loading/storing any BTF'Alexei Starovoitov2020-09-296-98/+419
| |\
| | * selftests/bpf: Test BTF's handling of endiannessAndrii Nakryiko2020-09-291-0/+101
| | * libbpf: Support BTF loading and raw data output in both endiannessAndrii Nakryiko2020-09-293-64/+255
| | * selftests/bpf: Move and extend ASSERT_xxx() testing macrosAndrii Nakryiko2020-09-292-34/+63
| |/