summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * thermal: tegra: Appease the kernel-doc deityAmit Kucheria2020-01-271-2/+13
| * thermal: samsung: Appease the kernel-doc deityAmit Kucheria2020-01-271-1/+4
| * thermal: rockchip: Appease the kernel-doc deityAmit Kucheria2020-01-271-6/+16
| * thermal: mediatek: Appease the kernel-doc deityAmit Kucheria2020-01-271-6/+6
| * thermal: max77620: Appease the kernel-doc deityAmit Kucheria2020-01-271-1/+1
| * thermal: devfreq_cooling: Appease the kernel-doc deityAmit Kucheria2020-01-271-1/+2
| * thermal: step_wise: Appease the kernel-doc deityAmit Kucheria2020-01-274-8/+8
| * thermal: cpu_cooling: Appease the kernel-doc deityAmit Kucheria2020-01-271-0/+1
| * thermal: of-thermal: Appease the kernel-doc deityAmit Kucheria2020-01-271-1/+1
| * thermal: db8500: Depromote debug printLinus Walleij2020-01-271-2/+2
* | Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-01-293-35/+30
|\ \
| * \ Merge branch 'asoc-5.6' into asoc-nextMark Brown2020-01-234-35/+44
| |\ \
| | * \ Merge tag 'regulator-eq' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2020-01-141-0/+14
| | |\ \
| | * | | soundwire: intel: update stream callbacks for hwparams/free stream operationsRander Wang2019-12-123-8/+17
| | * | | soundwire: intel: update interfaces between ASoC and SoundWirePierre-Louis Bossart2019-12-122-27/+13
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-29970-24932/+107549
|\ \ \ \ \
| * | | | | net: phy: add default ARCH_BCM_IPROC for MDIO_BCM_IPROCScott Branden2020-01-281-0/+1
| * | | | | qed: FW 8.42.2.0 debug featuresMichal Kalderon2020-01-275-2536/+1519
| * | | | | qed: rt init valid initialization changedMichal Kalderon2020-01-273-21/+6
| * | | | | qed: Debug feature: ilt and mdumpMichal Kalderon2020-01-277-214/+820
| * | | | | qed: FW 8.42.2.0 Add fw overlay featureMichal Kalderon2020-01-275-1/+224
| * | | | | qed: FW 8.42.2.0 HSI changesMichal Kalderon2020-01-275-123/+212
| * | | | | qed: FW 8.42.2.0 iscsi/fcoe changesMichal Kalderon2020-01-274-37/+6
| * | | | | qed: Add abstraction for different hsi values per chipMichal Kalderon2020-01-272-30/+88
| * | | | | qed: FW 8.42.2.0 Additional ll2 typeMichal Kalderon2020-01-278-34/+212
| * | | | | qed: Use dmae to write to widebus registers in fw_funcsMichal Kalderon2020-01-277-91/+142
| * | | | | qed: FW 8.42.2.0 Parser offsets modifiedMichal Kalderon2020-01-271-26/+25
| * | | | | qed: FW 8.42.2.0 Queue Manager changesMichal Kalderon2020-01-275-160/+149
| * | | | | qed: FW 8.42.2.0 Expose new registers and change windowsMichal Kalderon2020-01-274-538/+488
| * | | | | qed: FW 8.42.2.0 Internal ram offsets modificationsMichal Kalderon2020-01-272-191/+232
| * | | | | octeontx2-pf: ethtool RSS config supportSunil Goutham2020-01-274-4/+269
| * | | | | octeontx2-pf: Add basic ethtool supportChristina Jacob2020-01-276-4/+525
| * | | | | octeontx2-pf: Add ndo_get_stats64Geetha sowjanya2020-01-273-0/+97
| * | | | | octeontx2-pf: TCP segmentation offload supportSunil Goutham2020-01-275-4/+273
| * | | | | octeontx2-pf: Receive side scaling supportSunil Goutham2020-01-274-1/+167
| * | | | | octeontx2-pf: Error handling supportGeetha sowjanya2020-01-276-3/+255
| * | | | | octeontx2-pf: MTU, MAC and RX mode config supportSunil Goutham2020-01-276-6/+242
| * | | | | octeontx2-pf: Register and handle link notificationsLinu Cherian2020-01-273-0/+109
| * | | | | octeontx2-pf: Add packet transmission supportSunil Goutham2020-01-276-2/+470
| * | | | | octeontx2-pf: Receive packet handling supportSunil Goutham2020-01-276-3/+349
| * | | | | octeontx2-pf: Setup interrupts and NAPI handlerSunil Goutham2020-01-276-10/+332
| * | | | | octeontx2-pf: Initialize and config queuesSunil Goutham2020-01-277-17/+1290
| * | | | | octeontx2-pf: Attach NIX and NPA block LFsSunil Goutham2020-01-274-4/+286
| * | | | | octeontx2-pf: Mailbox communication with AFSunil Goutham2020-01-274-3/+552
| * | | | | octeontx2-pf: Add Marvell OcteonTX2 NIC driverSunil Goutham2020-01-276-0/+362
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-272-2/+6
| |\ \ \ \ \
| | * | | | | bpf, xdp: Remove no longer required rcu_read_{un}lock()John Fastabend2020-01-271-1/+5
| | * | | | | bpf, xdp: virtio_net use access ptr macro for xdp enable checkJohn Fastabend2020-01-271-1/+1
| * | | | | | sfc: move mcdi filtering codeAlex Maftei (amaftei)2020-01-273-2246/+2271
| * | | | | | sfc: create header for mcdi filtering codeAlex Maftei (amaftei)2020-01-272-139/+211