index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
bnxt_en: Add BNXT_STATE_IN_FW_RESET state.
Michael Chan
3
-0
/
+26
2019-08-31
bnxt_en: Enable health monitoring.
Michael Chan
2
-2
/
+73
2019-08-31
bnxt_en: Pre-map the firmware health monitoring registers.
Michael Chan
2
-0
/
+35
2019-08-31
bnxt_en: Discover firmware error recovery capabilities.
Michael Chan
2
-0
/
+115
2019-08-31
bnxt_en: Handle firmware reset status during IF_UP.
Michael Chan
2
-20
/
+89
2019-08-31
bnxt_en: Register buffers for VFs before reserving resources.
Vasundhara Volam
1
-5
/
+5
2019-08-31
bnxt_en: Refactor bnxt_sriov_enable().
Michael Chan
2
-16
/
+35
2019-08-31
bnxt_en: Prepare bnxt_init_one() to be called multiple times.
Michael Chan
3
-40
/
+93
2019-08-31
bnxt_en: Suppress all error messages in hwrm_do_send_msg() in silent mode.
Michael Chan
1
-10
/
+17
2019-08-31
bnxt_en: Simplify error checking in the SR-IOV message forwarding functions.
Michael Chan
1
-64
/
+8
2019-08-31
bnxt_en: Convert error code in firmware message response to standard code.
Michael Chan
6
-77
/
+44
2019-08-31
bnxt_en: Remove the -1 error return code from bnxt_hwrm_do_send_msg().
Michael Chan
1
-3
/
+3
2019-08-31
bnxt_en: Use a common function to print the same ethtool -f error message.
Michael Chan
1
-6
/
+8
2019-08-30
net: sgi: ioc3-eth: no need to stop queue set_multicast_list
Thomas Bogendoerfer
1
-4
/
+0
2019-08-30
net: sgi: ioc3-eth: protect emcr in all cases
Thomas Bogendoerfer
1
-0
/
+8
2019-08-30
net: sgi: ioc3-eth: Fix IPG settings
Thomas Bogendoerfer
1
-2
/
+2
2019-08-30
net: sgi: ioc3-eth: use csum_fold
Thomas Bogendoerfer
1
-5
/
+1
2019-08-30
net: sgi: ioc3-eth: use dma-direct for dma allocations
Thomas Bogendoerfer
1
-33
/
+113
2019-08-30
net: sgi: ioc3-eth: refactor rx buffer allocation
Thomas Bogendoerfer
1
-50
/
+45
2019-08-30
net: sgi: ioc3-eth: split ring cleaning/freeing and allocation
Thomas Bogendoerfer
1
-15
/
+13
2019-08-30
net: sgi: ioc3-eth: introduce chip start function
Thomas Bogendoerfer
1
-20
/
+29
2019-08-30
net: sgi: ioc3-eth: separate tx and rx ring handling
Thomas Bogendoerfer
1
-12
/
+8
2019-08-30
net: sgi: ioc3-eth: get rid of ioc3_clean_rx_ring()
Thomas Bogendoerfer
1
-21
/
+1
2019-08-30
net: sgi: ioc3-eth: allocate space for desc rings only once
Thomas Bogendoerfer
1
-53
/
+52
2019-08-30
net: sgi: ioc3-eth: use defines for constants dealing with desc rings
Thomas Bogendoerfer
1
-18
/
+24
2019-08-30
net: sgi: ioc3-eth: remove checkpatch errors/warning
Thomas Bogendoerfer
1
-145
/
+130
2019-08-30
MIPS: SGI-IP27: restructure ioc3 register access
Thomas Bogendoerfer
1
-233
/
+185
2019-08-30
wimax/i2400m: remove debug containing bogus calculation of index
Colin Ian King
1
-7
/
+2
2019-08-30
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
4
-26
/
+68
2019-08-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-11
/
+20
2019-08-30
Merge tag 'ceph-for-5.3-rc7' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-0
/
+11
2019-08-30
Merge tag 'mmc-v5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...
Linus Torvalds
5
-5
/
+49
2019-08-30
Merge tag 'drm-fixes-2019-08-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
16
-47
/
+161
2019-08-30
i2c: mediatek: disable zero-length transfers for mt8183
Hsin-Yi Wang
1
-1
/
+10
2019-08-30
i2c: iproc: Stop advertising support of SMBUS quick cmd
Lori Hikichi
1
-1
/
+4
2019-08-30
mmc: sdhci-cadence: enable v4_mode to fix ADMA 64-bit addressing
Masahiro Yamada
1
-0
/
+1
2019-08-30
mmc: sdhci-sprd: clear the UHS-I modes read from registers
Chunyan Zhang
1
-1
/
+12
2019-08-30
mms: sdhci-sprd: add SDHCI_QUIRK_BROKEN_CARD_DETECTION
Chunyan Zhang
1
-1
/
+2
2019-08-30
mmc: sdhci-sprd: add SDHCI_QUIRK2_PRESET_VALUE_BROKEN
Chunyan Zhang
1
-1
/
+2
2019-08-30
mmc: sdhci-sprd: add get_ro hook function
Chunyan Zhang
1
-0
/
+6
2019-08-30
mmc: sdhci-sprd: fixed incorrect clock divider
Chunyan Zhang
1
-3
/
+4
2019-08-30
mmc: core: Fix init of SD cards reporting an invalid VDD range
Ulf Hansson
1
-0
/
+6
2019-08-30
Merge tag 'drm-intel-fixes-2019-08-29' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
4
-2
/
+19
2019-08-30
net: spider_net: Use struct_size() helper
Gustavo A. R. Silva
1
-4
/
+2
2019-08-30
Merge tag 'drm-fixes-5.3-2019-08-28' of git://people.freedesktop.org/~agd5f/l...
Dave Airlie
5
-27
/
+92
2019-08-30
r8169: add support for EEE on RTL8125
Heiner Kallweit
1
-0
/
+24
2019-08-30
r8169: add RTL8125 PHY initialization
Heiner Kallweit
1
-3
/
+127
2019-08-30
r8169: add support for RTL8125
Heiner Kallweit
2
-18
/
+265
2019-08-30
r8169: don't use bit LastFrag in tx descriptor after send
Heiner Kallweit
1
-1
/
+1
2019-08-30
r8169: read common register for PCI commit
Heiner Kallweit
1
-1
/
+1
[prev]
[next]