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
/
net
/
ethernet
/
cadence
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
2
-8
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 341
Thomas Gleixner
2019-06-05
2
-24
/
+2
*
net: macb: save/restore the remaining registers and features
Claudiu Beznea
2019-05-22
2
-27
/
+91
*
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-05-21
1
-0
/
+1
|
\
|
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
|
net: macb: fix error format in dev_err()
Luca Ceresoli
2019-05-14
1
-8
/
+8
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-07
1
-3
/
+3
|
\
|
*
net: macb: Change interrupt and napi enable order in open
Harini Katakam
2019-05-07
1
-3
/
+3
*
|
net: macb: support of_get_mac_address new ERR_PTR error
Petr Štetiar
2019-05-05
1
-7
/
+5
*
|
net: macb: shrink macb_platform_data structure
Nicolas Ferre
2019-05-03
1
-48
/
+11
*
|
net: macb: remove redundant struct phy_device declaration
Nicolas Ferre
2019-05-03
1
-2
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-08
1
-1
/
+3
|
\
|
|
*
net: macb driver, check for SKBTX_HW_TSTAMP
Paul Thomas
2019-04-08
1
-1
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-27
1
-2
/
+8
|
\
|
|
*
net: macb: Add null check for PCLK and HCLK
Harini Katakam
2019-03-21
1
-2
/
+8
*
|
net: macb: simplify getting .driver_data
Wolfram Sang
2019-03-19
1
-4
/
+2
|
/
*
net: macb: Add support for suspend/resume with full power down
Harini Katakam
2019-03-03
1
-2
/
+38
*
net: macb: Add pm runtime support
Harini Katakam
2019-03-03
1
-36
/
+112
*
net: macb: Support clock management for tsu_clk
Harini Katakam
2019-03-03
2
-6
/
+27
*
net: macb: Check MDIO state before read/write and use timeouts
Harini Katakam
2019-03-03
2
-6
/
+29
*
net:ethernet:cadence: Replace dev_kfree_skb_any by dev_consume_skb_any
Huang Zijiang
2019-02-14
1
-1
/
+1
*
net: macb: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
2019-02-13
1
-1
/
+1
*
macb_main: pass struct device to DMA API functions
Christoph Hellwig
2019-02-12
1
-4
/
+4
*
net: macb: add sam9x60-macb compatibility string
Nicolas Ferre
2019-02-08
1
-0
/
+1
*
net: macb: Apply RXUBR workaround only to versions with errata
Harini Katakam
2019-01-29
2
-11
/
+20
*
net: macb: remove unnecessary code
Claudiu Beznea
2019-01-04
1
-6
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
2
-6
/
+44
|
\
|
*
net: macb: add missing barriers when reading descriptors
Anssi Hannula
2018-12-18
2
-3
/
+12
|
*
net: macb: fix dropped RX frames due to a race
Anssi Hannula
2018-12-18
1
-2
/
+7
|
*
net: macb: fix random memory corruption on RX with 64-bit DMA
Anssi Hannula
2018-12-18
1
-0
/
+5
|
*
net: macb: restart tx after tx used bit read
Claudiu Beznea
2018-12-18
1
-1
/
+20
*
|
net: cadence: switch to using nvmem_get_mac_address()
Bartosz Golaszewski
2018-12-03
1
-1
/
+1
|
/
*
net: ethernet: cadence: fix socket buffer corruption problem
Tristram Ha
2018-10-25
1
-1
/
+1
*
net: ethernet: cadence: macb_main: simplify getting .driver_data
Wolfram Sang
2018-10-21
1
-4
/
+2
*
net: macb: Clean 64b dma addresses if they are not detected
Michal Simek
2018-09-25
1
-0
/
+1
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-09-18
1
-0
/
+8
|
\
|
*
net: macb: disable scatter-gather for macb on sama5d3
Nicolas Ferre
2018-09-17
1
-0
/
+8
*
|
net: ethernet: Add helper to remove a supported link mode
Andrew Lunn
2018-09-12
1
-3
/
+2
*
|
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
2018-09-12
1
-2
/
+2
|
/
*
net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()
Jia-Ju Bai
2018-09-02
1
-1
/
+1
*
net: macb: do not disable MDIO bus at open/close time
Anssi Hannula
2018-08-25
1
-3
/
+6
*
net: macb: Fix regression breaking non-MDIO fixed-link PHYs
Ahmad Fatoum
2018-08-25
1
-10
/
+17
*
net: macb: Mark expected switch fall-through
Gustavo A. R. Silva
2018-08-07
1
-0
/
+1
*
net: macb: add support for padding and fcs computation
Claudiu Beznea
2018-08-07
1
-0
/
+70
*
net: macb: move checksum clearing outside of spinlock
Claudiu Beznea
2018-08-07
1
-5
/
+5
*
net: macb: use netdev_tx_t return type for ndo_start_xmit functions
Claudiu Beznea
2018-08-07
1
-3
/
+5
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2018-07-20
2
-11
/
+36
|
\
|
*
net: macb: Allocate valid memory for TX and RX BD prefetch
Harini Katakam
2018-07-07
2
-6
/
+32
|
*
net: macb: Free RX ring for all queues
Harini Katakam
2018-07-07
1
-6
/
+5
*
|
net: ethernet: Add missing VENDOR to Cadence and Packet Engines symbols
Geert Uytterhoeven
2018-07-05
1
-3
/
+3
|
/
[next]