index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
cxgb4: Add support to catch bits set in INT_CAUSE5
Rahul Kundu
2020-03-25
2
-8
/
+30
*
octeontx2-pf: Fix ndo_set_rx_mode
Sunil Goutham
2020-03-25
2
-2
/
+29
*
octeontx2-pf: Fix rx buffer page refcount
Sunil Goutham
2020-03-25
1
-0
/
+1
*
s390/qeth: modernize two list helpers
Julian Wiedmann
2020-03-25
1
-5
/
+3
*
s390/qeth: keep track of fixed prio-queue configuration
Julian Wiedmann
2020-03-25
3
-4
/
+7
*
s390/qeth: fine-tune MAC Address-related errnos
Julian Wiedmann
2020-03-25
1
-5
/
+5
*
s390/qeth: add TX IRQ coalescing support for IQD devices
Julian Wiedmann
2020-03-25
3
-8
/
+102
*
s390/qeth: collect more TX statistics
Julian Wiedmann
2020-03-25
3
-6
/
+17
*
s390/qeth: clean up the mac_bits
Julian Wiedmann
2020-03-25
2
-8
/
+8
*
s390/qeth: simplify L3 dev_id logic
Julian Wiedmann
2020-03-25
2
-22
/
+13
*
s390/qdio: extend polling support to multiple queues
Julian Wiedmann
2020-03-25
6
-104
/
+83
*
s390/qeth: remove redundant if-clause in RX poll code
Julian Wiedmann
2020-03-25
1
-30
/
+26
*
s390/qeth: split out RX poll code
Julian Wiedmann
2020-03-25
1
-21
/
+33
*
s390/qeth: simplify RX buffer tracking
Julian Wiedmann
2020-03-25
2
-19
/
+13
*
cxgb4: remove set but not used variable 'tab'
YueHaibing
2020-03-25
1
-3
/
+1
*
net: phy: mscc: consolidate a common RGMII delay implementation
Vladimir Oltean
2020-03-24
2
-57
/
+49
*
net: axienet: Allow DMA to beyond 4GB
Andre Przywara
2020-03-24
1
-0
/
+8
*
net: axienet: Autodetect 64-bit DMA capability
Andre Przywara
2020-03-24
2
-0
/
+27
*
net: axienet: Upgrade descriptors to hold 64-bit addresses
Andre Przywara
2020-03-24
2
-39
/
+83
*
net: axienet: Wrap DMA pointer writes to prepare for 64 bit
Andre Przywara
2020-03-24
1
-10
/
+16
*
net: axienet: Add mii-tool support
Andre Przywara
2020-03-24
1
-0
/
+11
*
net: axienet: Drop MDIO interrupt registers from ethtools dump
Andre Przywara
2020-03-24
2
-11
/
+0
*
net: axienet: Mark eth_irq as optional
Andre Przywara
2020-03-24
1
-2
/
+2
*
net: axienet: Check for DMA mapping errors
Andre Przywara
2020-03-24
1
-1
/
+30
*
net: axienet: Factor out TX descriptor chain cleanup
Andre Przywara
2020-03-24
1
-22
/
+57
*
net: axienet: Improve DMA error handling
Andre Przywara
2020-03-24
1
-2
/
+2
*
net: axienet: Fix DMA descriptor cleanup path
Andre Przywara
2020-03-24
1
-15
/
+28
*
net: axienet: Propagate failure of DMA descriptor setup
Andre Przywara
2020-03-24
1
-7
/
+19
*
net: axienet: Convert DMA error handler to a work queue
Andre Przywara
2020-03-24
2
-13
/
+13
*
net: xilinx: temac: Relax Kconfig dependencies
Andre Przywara
2020-03-24
1
-1
/
+0
*
net: phy: mdio-mux-bcm-iproc: use readl_poll_timeout() to simplify code
Dejin Zheng
2020-03-24
1
-10
/
+4
*
Merge tag 'wireless-drivers-next-2020-03-24' of git://git.kernel.org/pub/scm/...
David S. Miller
2020-03-24
129
-1978
/
+3955
|
\
|
*
rtl8xxxu: Fix sparse warning: cast from restricted __le16
Chris Chiu
2020-03-23
1
-4
/
+4
|
*
mt76: mt7615: add missing declaration in mt7615.h
Lorenzo Bianconi
2020-03-23
1
-0
/
+1
|
*
mt76: mt7615: fix endianness in unified command
Lorenzo Bianconi
2020-03-23
1
-1
/
+1
|
*
mt76: mt7615: fix mt7663e firmware struct endianness
Lorenzo Bianconi
2020-03-23
1
-7
/
+7
|
*
rtw88: 8822c: config RF table path B before path A
Yan-Hsuan Chuang
2020-03-23
1
-1
/
+1
|
*
rtw88: kick off TX packets once for higher efficiency
Yan-Hsuan Chuang
2020-03-23
5
-56
/
+136
|
*
rtw88: pci: define a mask for TX/RX BD indexes
Yan-Hsuan Chuang
2020-03-23
2
-11
/
+23
|
*
rtw88: associate reserved pages with each vif
Yan-Hsuan Chuang
2020-03-23
6
-103
/
+258
|
*
rtw88: extract alloc rsvd_page and h2c skb routines
Yan-Hsuan Chuang
2020-03-23
3
-23
/
+66
|
*
rtw88: don't hold all IRQs disabled for PS operations
Brian Norris
2020-03-23
2
-22
/
+36
|
*
wl3501_cs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
1
-1
/
+1
|
*
ray_cs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
1
-1
/
+1
|
*
atmel: at76c50x: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
1
-1
/
+1
|
*
adm80211: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
1
-1
/
+1
|
*
cw1200: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
1
-1
/
+1
|
*
zd1211rw: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
1
-4
/
+4
|
*
brcmfmac: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
2
-2
/
+2
|
*
wireless: marvell: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
3
-24
/
+24
[next]