summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-06samples: bpf: Count syscalls in xdpsockCiara Loftus
2020-10-06samples: bpf: Split xdpsock stats into new structCiara Loftus
2020-10-06samples/bpf: Fix a compilation error with fallthrough markingYonghong Song
2020-10-06samples/bpf: Change Makefile to cope with latest llvmYonghong Song
2020-10-06bpf, libbpf: Use valid btf in bpf_program__set_attach_targetLuigi Rizzo
2020-10-06Merge branch 'Fix pining maps after reuse map fd'Alexei Starovoitov
2020-10-06selftest/bpf: Test pinning map with reused map fdHangbin Liu
2020-10-06libbpf: Check if pin_path was set even map fd existHangbin Liu
2020-10-06libbpf: Close map fd if init map slots failedHangbin Liu
2020-10-06bpf, doc: Update Andrii's email in MAINTAINERSAndrii Nakryiko
2020-10-06bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMISong Liu
2020-10-05bpf, verifier: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-10-05xsk: Remove internal DMA headersBjörn Töpel
2020-10-02bpf: Deref map in BPF_PROG_BIND_MAP when it's already usedStanislav Fomichev
2020-10-02Merge branch 'Add skb_adjust_room() for SK_SKB'Alexei Starovoitov
2020-10-02bpf, sockmap: Update selftests to use skb_adjust_roomJohn Fastabend
2020-10-02bpf, sockmap: Add skb_adjust_room to pop bytes off ingress payloadJohn Fastabend
2020-10-02Merge branch 'bpf: BTF support for ksyms'Alexei Starovoitov
2020-10-02bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo
2020-10-02bpf: Introducte bpf_this_cpu_ptr()Hao Luo
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo
2020-10-02selftests/bpf: Ksyms_btf to test typed ksymsHao Luo
2020-10-02bpf/libbpf: BTF support for typed ksymsHao Luo
2020-10-02bpf: Introduce pseudo_btf_idHao Luo
2020-10-02Merge branch 'Do not limit cb_flags when creating child sk'Alexei Starovoitov
2020-10-02bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau
2020-10-02bpf: tcp: Do not limit cb_flags when creating child sk from listen skMartin KaFai Lau
2020-10-02selftests/bpf: Properly initialize linfo in sockmap_basicStanislav Fomichev
2020-10-02selftests/bpf: Initialize duration in xdp_noinline.cStanislav Fomichev
2020-10-01lib8390: Use netif_msg_init to initialize msg_enable bitsArmin Wolf
2020-10-01net: phy: realtek: Modify 2.5G PHY name to RTL8226Willy Liu
2020-10-01caif_virtio: Remove redundant initialization of variable errJing Xiangfeng
2020-10-01net-sysfs: Fix inconsistent of format with argument type in net-sysfs.cYe Bin
2020-10-01pktgen: Fix inconsistent of format with argument type in pktgen.cYe Bin
2020-10-01drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He
2020-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-10-01Merge branch 'net-ravb-Add-support-for-explicit-internal-clock-delay-cDavid S. Miller
2020-10-01ravb: Add support for explicit internal clock delay configurationGeert Uytterhoeven
2020-10-01ravb: Split delay handling in parsing and applyingGeert Uytterhoeven
2020-10-01dt-bindings: net: renesas,etheravb: Convert to json-schemaGeert Uytterhoeven
2020-10-01dt-bindings: net: renesas,ravb: Document internal clock delay propertiesGeert Uytterhoeven
2020-10-01dt-bindings: net: ethernet-controller: Add internal delay propertiesGeert Uytterhoeven
2020-10-01Merge tag 'mlx5-updates-2020-09-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2020-09-30Merge branch 'introduce BPF_F_PRESERVE_ELEMS'Alexei Starovoitov
2020-09-30selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMSSong Liu
2020-09-30bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu
2020-09-30net/mlx5e: Fix potential null pointer dereferenceGustavo A. R. Silva
2020-09-30net/mlx5e: Fix a use after free on error in mlx5_tc_ct_shared_counter_get()Dan Carpenter
2020-09-30net/mlx5: Fix dereference on pointer attr after null checkAriel Levkovich
2020-09-30net/mlx5: Use dma device access helperParav Pandit