aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-06drm/i915: Drop vm.ref for duplicate vma on constructionChris Wilson1-0/+1
2020-07-06drm/i915/fbc: Fix fence_y_offset handlingVille Syrjälä4-25/+25
2020-07-06drm/i915: Skip stale object handle for debugfs per-file-statsChris Wilson1-1/+1
2020-07-06net: qede: fix BE vs CPU comparisonAlexander Lobakin1-4/+4
2020-07-06net: qede: fix kernel-doc for qede_ptp_adjfreq()Alexander Lobakin1-5/+5
2020-07-06net: qed: sanitize BE/LE data processingAlexander Lobakin19-391/+427
2020-07-06net: qed: use ptr shortcuts to dedup field accessing in some partsAlexander Lobakin5-64/+68
2020-07-06net: qed: improve indentation of some parts of codeAlexander Lobakin9-144/+136
2020-07-06net: qed: address kernel-doc warningsAlexander Lobakin4-48/+55
2020-07-06net: qed: correct qed_hw_err_notify() prototypeAlexander Lobakin2-6/+6
2020-07-06net: qed: cleanup global structs declarationsAlexander Lobakin9-21/+20
2020-07-06net: qed: move static iro_arr[] out of header fileAlexander Lobakin2-73/+73
2020-07-06geneve: move all configuration under struct geneve_configSabrina Dubroca1-98/+87
2020-07-06dpaa2-eth: fix draining of S/G cacheIoana Ciornei1-1/+1
2020-07-06net/amd: Remove needless assignment and the extra brank linesTang Bin1-5/+0
2020-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+8
2020-07-06net: hns3: fix use-after-free when doing self testYonglong Liu1-3/+6
2020-07-06net: hns3: add a missing uninit debugfs when unload driverHuazhong Tan1-2/+1
2020-07-06net: hns3: fix for mishandle of asserting VF reset failHuazhong Tan1-0/+5
2020-07-06net: hns3: check reset pending after FLR prepareHuazhong Tan1-1/+1
2020-07-06sun/cassini: use generic power managementVaibhav Gupta1-10/+7
2020-07-06sun/niu: use generic power managementVaibhav Gupta1-10/+7
2020-07-06sun/sungem: use generic power managementVaibhav Gupta1-33/+43
2020-07-06smsc95xx: avoid memory leak in smsc95xx_bindAndre Edich1-1/+2
2020-07-06smsc95xx: check return value of smsc95xx_resetAndre Edich1-0/+6
2020-07-06drivers/net/wan/lapbether: Fixed the value of hard_header_lenXie He1-1/+8
2020-07-06Merge tag 's390-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+1
2020-07-06mmc: owl-mmc: Get rid of of_match_ptr() macroManivannan Sadhasivam1-1/+1
2020-07-05net: dsa: vitesse-vsc73xx: Convert to plain comments to avoid kerneldoc warningsAndrew Lunn2-2/+2
2020-07-05net: dsa: lan9303: fix variable 'res' set but not usedAndrew Lunn1-4/+3
2020-07-05net: dsa: rtl8366: Pass GENMASK() signed bitsAndrew Lunn1-1/+1
2020-07-05net: dsa: bcm_sf2: Pass GENMASK() signed bitsAndrew Lunn1-2/+2
2020-07-05net: dsa: bcm_sf2: Initialize __be16 with a __be16 valueAndrew Lunn1-2/+2
2020-07-05net: dsa: b53: Fixup endianness warningsAndrew Lunn1-8/+18
2020-07-05net: dsa: mv88e6xxx: scratch: Fixup kerneldocAndrew Lunn1-3/+6
2020-07-05net: dsa: mv88e6xxx: Remove set but unused variableAndrew Lunn1-3/+2
2020-07-05net: dsa: mv88e6xxx: vlan_tci is __be16Andrew Lunn1-1/+1
2020-07-05net: dsa: mv88e6xxx: Fix sparse warnings from GENMASKAndrew Lunn1-2/+2
2020-07-05net: dsa: felix: use resolved link config in mac_link_up()Vladimir Oltean3-156/+187
2020-07-05net: dsa: felix: delete .phylink_mac_an_restart codeVladimir Oltean3-48/+0
2020-07-05net: dsa: felix: set proper pause frame timers based on link speedVladimir Oltean1-4/+23
2020-07-05net: dsa: felix: unconditionally configure MAC speed to 1000MbpsVladimir Oltean1-2/+7
2020-07-05net: dsa: felix: support half-duplex link modesVladimir Oltean2-11/+16
2020-07-05net: dsa: felix: clarify the intention of writes to MII_BMCRVladimir Oltean1-8/+3
2020-07-05Merge tag 'irq-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-17/+9
2020-07-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-27/+29
2020-07-05Merge tag 'block-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+13
2020-07-05Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds5-4/+26
2020-07-04net: rmnet: do not allow to add multiple bridge interfacesTaehee Yoo1-0/+5
2020-07-04net: rmnet: fix lower interface leakTaehee Yoo1-9/+12