summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-02bpf: Deref map in BPF_PROG_BIND_MAP when it's already usedStanislav Fomichev1-1/+3
2020-10-02Merge branch 'Add skb_adjust_room() for SK_SKB'Alexei Starovoitov3-30/+77
2020-10-02bpf, sockmap: Update selftests to use skb_adjust_roomJohn Fastabend2-30/+31
2020-10-02bpf, sockmap: Add skb_adjust_room to pop bytes off ingress payloadJohn Fastabend1-0/+46
2020-10-02Merge branch 'bpf: BTF support for ksyms'Alexei Starovoitov15-95/+653
2020-10-02bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo2-0/+50
2020-10-02bpf: Introducte bpf_this_cpu_ptr()Hao Luo6-3/+52
2020-10-02bpf: 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-02Merge branch 'Do not limit cb_flags when creating child sk'Alexei Starovoitov6-40/+22
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-01lib8390: Use netif_msg_init to initialize msg_enable bitsArmin Wolf1-6/+8
2020-10-01net: phy: realtek: Modify 2.5G PHY name to RTL8226Willy Liu1-19/+19
2020-10-01caif_virtio: Remove redundant initialization of variable errJing Xiangfeng1-1/+1
2020-10-01net-sysfs: Fix inconsistent of format with argument type in net-sysfs.cYe Bin1-2/+2
2020-10-01pktgen: Fix inconsistent of format with argument type in pktgen.cYe Bin1-5/+5
2020-10-01drivers/net/wan/hdlc_fr: Correctly handle special skb->protocol valuesXie He1-47/+51
2020-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller103-1760/+7528
2020-10-01Merge branch 'net-ravb-Add-support-for-explicit-internal-clock-delay-cDavid S. Miller5-147/+320
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-01Merge tag 'mlx5-updates-2020-09-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller28-355/+371
2020-09-30Merge branch 'introduce BPF_F_PRESERVE_ELEMS'Alexei Starovoitov5-2/+127
2020-09-30selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMSSong Liu2-0/+104
2020-09-30bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu3-2/+23
2020-09-30net/mlx5e: Fix potential null pointer dereferenceGustavo A. R. Silva1-4/+6
2020-09-30net/mlx5e: Fix a use after free on error in mlx5_tc_ct_shared_counter_get()Dan Carpenter1-1/+3
2020-09-30net/mlx5: Fix dereference on pointer attr after null checkAriel Levkovich1-2/+4
2020-09-30net/mlx5: Use dma device access helperParav Pandit12-34/+37
2020-09-30net/mlx5: E-Switch, Support flow source for local vportHamdan Igbaria1-2/+5
2020-09-30net/mlx5: E-switch, Move devlink eswitch ports closer to eswitchParav Pandit6-92/+154
2020-09-30net/mlx5: E-switch, Use helper function to load unload representorParav Pandit1-8/+21
2020-09-30net/mlx5: E-switch, Add helper to check egress ACL needParav Pandit2-5/+11
2020-09-30net/mlx5: E-switch, Use PF num in metadata reg c0sunils2-25/+26
2020-09-30net/mlx5: DR, Add support for rule creation with flow source hintHamdan Igbaria4-22/+26
2020-09-30net/mlx5: DR, Call ste_builder directly with tag pointerYevgeny Kliteynik2-68/+33
2020-09-30net/mlx5: DR, Remove unneeded local variableYevgeny Kliteynik1-3/+1