aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-24ibmvnic: Fix use-after-free of VNIC login response bufferThomas Falcon2-22/+25
2020-08-24ipvlan: advertise link netns via netlinkTaehee Yoo1-0/+8
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller108-338/+1141
2020-08-23Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+12
2020-08-23Merge tag 'edac_urgent_for_v5.9_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/rasLinus Torvalds4-7/+7
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds18-58/+133
2020-08-22Merge tag 's390-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-7/+10
2020-08-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds16-52/+119
2020-08-22Merge tag 'devicetree-fixes-for-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+20
2020-08-21crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav13-91/+205
2020-08-21chelsio/chtls: separate chelsio tls driver from crypto driverVinay Kumar Yadav15-99/+120
2020-08-21Merge tag 'riscv-for-linus-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds4-17/+239
2020-08-21Merge tag 'for-linus-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2020-08-21Merge tag 'pm-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+12
2020-08-21net: dsa: b53: check for timeoutTom Rix1-0/+2
2020-08-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds10-18/+14
2020-08-21Merge tag 'drm-fixes-2020-08-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds41-94/+317
2020-08-21Merge tag 'drm-intel-fixes-2020-08-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDave Airlie11-27/+75
2020-08-21Merge tag 'amd-drm-fixes-5.9-2020-08-20' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie16-22/+126
2020-08-20hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()Haiyang Zhang1-1/+1
2020-08-20hv_netvsc: Remove "unlikely" from netvsc_select_queueHaiyang Zhang1-1/+1
2020-08-20nfc: st21nfca: Remove unnecessary castAlex Dewar1-2/+1
2020-08-20nfc: st-nci: Remove unnecessary castAlex Dewar1-2/+1
2020-08-20net: qed: Remove unnecessary castAlex Dewar1-1/+0
2020-08-20nfp: flower: add support to offload QinQ matchLouis Peens4-16/+152
2020-08-20nfp: flower: check that we don't exceed the FW key sizeLouis Peens2-0/+13
2020-08-20Merge tag 'pci-v5.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+6
2020-08-20cxgb4: insert IPv6 filter rules in next free regionRahul Kundu1-10/+7
2020-08-20sfc: fix build warnings on 32-bitEdward Cree1-4/+4
2020-08-20net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"Kaige Li1-2/+2
2020-08-20RISC-V: Remove CLINT related code from timer and archAnup Patel2-17/+3
2020-08-20clocksource/drivers: Add CLINT timer driverAnup Patel3-0/+236
2020-08-20Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2020-08-20Revert "RDMA/hns: Reserve one sge in order to avoid local length error"Weihang Li5-14/+8
2020-08-20RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE requestKaike Wan1-0/+1
2020-08-20RDMA/bnxt_re: Do not add user qps to flushlistSelvin Xavier1-1/+2
2020-08-20RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"Colin Ian King1-1/+1
2020-08-20efi/libstub: Handle unterminated cmdlineArvind Sankar1-2/+4
2020-08-20efi/libstub: Handle NULL cmdlineArvind Sankar1-1/+5
2020-08-20efi/libstub: Stop parsing arguments at "--"Arvind Sankar1-0/+2
2020-08-20efi: add missed destroy_workqueue when efisubsys_init failsLi Heng1-0/+2
2020-08-20opp: Enable resources again if they were disabled earlierRajendra Nayak1-4/+7
2020-08-20efi: avoid error message when booting under XenJuergen Gross1-1/+1
2020-08-19Merge tag 'vfio-v5.9-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds3-29/+164
2020-08-19Revert "drm/amdgpu: disable gfxoff for navy_flounder"Jiansong Chen1-3/+0
2020-08-19net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_probe()Wang Hai1-3/+1
2020-08-19net: atlantic: Use readx_poll_timeout() for large timeoutSebastian Andrzej Siewior1-2/+2
2020-08-19ptp: ptp_clockmatrix: use i2c_master_send for i2c writeMin Li2-13/+45
2020-08-19ptp: ptp_ines: Use generic helper functionKurt Kanzenbach1-63/+25
2020-08-19net: phy: dp83640: Use generic helper functionKurt Kanzenbach1-54/+16