summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-01Linux 5.7v5.7Linus Torvalds1-1/+1
2020-05-31checkpatch/coding-style: deprecate 80-column warningJoe Perches2-14/+23
2020-05-31l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet1-0/+3
2020-05-31l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2-15/+44
2020-05-31net: qrtr: Allocate workqueue before kernel_bindChris Lew1-5/+5
2020-05-31mptcp: remove msk from the token container at destruction time.Paolo Abeni1-1/+1
2020-05-31mptcp: fix race between MP_JOIN and closePaolo Abeni1-15/+27
2020-05-31mptcp: fix unblocking connect()Paolo Abeni1-2/+18
2020-05-31net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu1-0/+3
2020-05-31devinet: fix memleak in inetdev_init()Yang Yingliang1-0/+1
2020-05-31virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He1-0/+8
2020-05-30drivers/net/ibmvnic: Update VNIC protocol version reportingThomas Falcon1-5/+3
2020-05-30NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan1-1/+3
2020-05-30neigh: fix ARP retransmit timer guardHangbin Liu1-2/+2
2020-05-30spi: spi-fsl-dspi: fix native data copyAngelo Dureghello1-2/+22
2020-05-29dt-bindings: regulator: Convert anatop regulator to json-schemaAnson Huang2-40/+94
2020-05-29bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend1-0/+22
2020-05-29bpf, selftests: Verifier bounds tests need to be updatedJohn Fastabend1-14/+10
2020-05-29bpf: Fix a verifier issue when assigning 32bit reg states to 64bit onesJohn Fastabend1-5/+5
2020-05-29bpf: Fix use-after-free in fmod_ret checkAlexei Starovoitov1-13/+11
2020-05-29net/mlx5e: replace EINVAL in mlx5e_flower_parse_meta()Pablo Neira Ayuso1-3/+3
2020-05-29net/mlx5e: Fix MLX5_TC_CT dependenciesVlad Buslov1-1/+1
2020-05-29net/mlx5e: Properly set default values when disabling adaptive moderationTal Gilboa3-14/+37
2020-05-29net/mlx5e: Fix arch depending casting issue in FECAya Levin2-20/+24
2020-05-29net/mlx5e: Remove warning "devices are not on same switch HW"Maor Dickman1-4/+0
2020-05-29net/mlx5e: Fix stats update for matchall classifierRoi Dayan1-1/+1
2020-05-29net/mlx5: Fix crash upon suspend/resumeMark Bloch1-0/+18
2020-05-29spi: Convert DW SPI binding to DT schemaSerge Semin3-73/+133
2020-05-29spi: dw: Refactor mid_spi_dma_setup() to separate DMA and IRQ configAndy Shevchenko1-6/+6
2020-05-29spi: dw: Make DMA request line assignments explicit for Intel MedfieldAndy Shevchenko1-8/+6
2020-05-29spi: bcm2835: Remove shared interrupt supportMark Brown1-6/+2
2020-05-29dt-bindings: snps,dw-apb-ssi: add optional reset propertyDinh Nguyen1-0/+5
2020-05-29spi: dw: add reset controlDinh Nguyen1-0/+13
2020-05-29spi: bcm2835: Enable shared interrupt supportMartin Sperl1-2/+6
2020-05-29spi: bcm2835: Implement shutdown callbackFlorian Fainelli1-0/+10
2020-05-29regulator: core: Add regulator bypass trace pointsCharles Keepax2-0/+41
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher1-10/+5
2020-05-29spi: dw: Use regset32 DebugFS method to create regdump fileSerge Semin2-60/+28
2020-05-29spi: dw: Add DMA support to the DW SPI MMIO driverSerge Semin1-0/+4
2020-05-29spi: dw: Cleanup generic DW DMA code namingsSerge Semin3-48/+49
2020-05-29spi: dw: Add DW SPI DMA/PCI/MMIO dependency on the DW SPI coreSerge Semin1-3/+6
2020-05-29spi: dw: Remove DW DMA code dependency from DW_DMAC_PCISerge Semin1-1/+1
2020-05-29spi: dw: Move Non-DMA code to the DW PCIe-SPI driverSerge Semin5-69/+73
2020-05-29spi: dw: Add core suffix to the DW APB SSI core source fileSerge Semin2-0/+1
2020-05-29spi: dw: Fix Rx-only DMA transfersSerge Semin1-0/+1
2020-05-29spi: dw: Use DMA max burst to set the request thresholdsSerge Semin2-4/+35
2020-05-29spi: dw: Parameterize the DMA Rx/Tx burst lengthSerge Semin1-4/+6
2020-05-29spi: dw: Add SPI Rx-done wait method to DMA-based transferSerge Semin1-1/+47
2020-05-29spi: dw: Add SPI Tx-done wait method to DMA-based transferSerge Semin1-0/+34
2020-05-29spi: dw: Locally wait for the DMA transfers completionSerge Semin2-4/+42