summaryrefslogtreecommitdiffstats
path: root/tools/virtio (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-07bpf: Fix typo in uapi/linux/bpf.hJakub Wilk2-2/+2
2020-10-07bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=nYonghong Song1-0/+2
2020-10-07kernel/bpf/verifier: Fix build when NET is not enabledRandy Dunlap1-0/+4
2020-10-07selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64Hao Luo2-9/+1
2020-10-06samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus1-1/+119
2020-10-06samples: bpf: Count syscalls in xdpsockCiara Loftus1-10/+103
2020-10-06samples: bpf: Split xdpsock stats into new structCiara Loftus1-54/+69
2020-10-06samples/bpf: Fix a compilation error with fallthrough markingYonghong Song1-1/+2
2020-10-06samples/bpf: Change Makefile to cope with latest llvmYonghong Song1-1/+10
2020-10-06bpf, libbpf: Use valid btf in bpf_program__set_attach_targetLuigi Rizzo1-3/+2
2020-10-06selftest/bpf: Test pinning map with reused map fdHangbin Liu1-1/+48
2020-10-06libbpf: Check if pin_path was set even map fd existHangbin Liu1-19/+18
2020-10-06libbpf: Close map fd if init map slots failedHangbin Liu1-21/+34
2020-10-06bpf, doc: Update Andrii's email in MAINTAINERSAndrii Nakryiko1-1/+1
2020-10-06bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMISong Liu2-5/+97
2020-10-05bpf, verifier: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-10-05xsk: Remove internal DMA headersBjörn Töpel1-3/+0
2020-10-03bpf: Deref map in BPF_PROG_BIND_MAP when it's already usedStanislav Fomichev1-1/+3
2020-10-03bpf, sockmap: Update selftests to use skb_adjust_roomJohn Fastabend2-30/+31
2020-10-03bpf, sockmap: Add skb_adjust_room to pop bytes off ingress payloadJohn Fastabend1-0/+46
2020-10-03bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo2-0/+50
2020-10-03bpf: Introducte bpf_this_cpu_ptr()Hao Luo6-3/+52
2020-10-03bpf: Introduce bpf_per_cpu_ptr()Hao Luo8-13/+132
2020-10-02selftests/bpf: Ksyms_btf to test typed ksymsHao Luo5-25/+137
2020-10-02bpf/libbpf: BTF support for typed ksymsHao Luo1-13/+99
2020-10-02bpf: Introduce pseudo_btf_idHao Luo6-46/+188
2020-10-02bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau4-6/+22
2020-10-02bpf: tcp: Do not limit cb_flags when creating child sk from listen skMartin KaFai Lau2-34/+0
2020-10-02selftests/bpf: Properly initialize linfo in sockmap_basicStanislav Fomichev1-1/+1
2020-10-02selftests/bpf: Initialize duration in xdp_noinline.cStanislav Fomichev1-1/+1
2020-10-02lib8390: Use netif_msg_init to initialize msg_enable bitsArmin Wolf1-6/+8
2020-10-02net: phy: realtek: Modify 2.5G PHY name to RTL8226Willy Liu1-19/+19
2020-10-02caif_virtio: Remove redundant initialization of variable errJing Xiangfeng1-1/+1
2020-10-02net-sysfs: Fix inconsistent of format with argument type in net-sysfs.cYe Bin1-2/+2
2020-10-02pktgen: Fix inconsistent of format with argument type in pktgen.cYe Bin1-5/+5
2020-10-02drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He1-47/+51
2020-10-01ravb: Add support for explicit internal clock delay configurationGeert Uytterhoeven2-9/+28
2020-10-01ravb: Split delay handling in parsing and applyingGeert Uytterhoeven2-6/+19
2020-10-01dt-bindings: net: renesas,etheravb: Convert to json-schemaGeert Uytterhoeven2-137/+261
2020-10-01dt-bindings: net: renesas,ravb: Document internal clock delay propertiesGeert Uytterhoeven1-13/+16
2020-10-01dt-bindings: net: ethernet-controller: Add internal delay propertiesGeert Uytterhoeven1-0/+14
2020-10-01selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMSSong Liu2-0/+104
2020-10-01bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu3-2/+23
2020-10-01net/mlx5e: Fix potential null pointer dereferenceGustavo A. R. Silva1-4/+6
2020-10-01net/mlx5e: Fix a use after free on error in mlx5_tc_ct_shared_counter_get()Dan Carpenter1-1/+3
2020-10-01net/mlx5: Fix dereference on pointer attr after null checkAriel Levkovich1-2/+4
2020-10-01net/mlx5: Use dma device access helperParav Pandit12-34/+37
2020-10-01net/mlx5: E-Switch, Support flow source for local vportHamdan Igbaria1-2/+5
2020-10-01net/mlx5: E-switch, Move devlink eswitch ports closer to eswitchParav Pandit6-92/+154
2020-10-01net/mlx5: E-switch, Use helper function to load unload representorParav Pandit1-8/+21