index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cadence
/
macb_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: macb: fix for fixed-link mode
Milind Parab
2020-01-13
1
-13
/
+17
*
macb: Don't unregister clks unconditionally
Stephen Boyd
2020-01-05
1
-3
/
+1
*
net: macb: fix probing of PHY not described in the dt
Antoine Tenart
2019-12-19
1
-4
/
+23
*
net: macb: add missed tasklet_kill
Chuhong Yuan
2019-11-28
1
-0
/
+1
*
net: phylink: rename mac_link_state() op to mac_pcs_get_state()
Russell King
2019-11-23
1
-4
/
+4
*
net: macb: convert to phylink
Antoine Tenart
2019-11-13
1
-213
/
+232
*
net: macb: move the Tx and Rx buffer initialization into a function
Antoine Tenart
2019-11-13
1
-15
/
+24
*
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2019-11-04
1
-3
/
+4
*
macb: propagate errors when getting optional clocks
Michael Tretter
2019-10-19
1
-6
/
+6
*
net: macb: Remove dead code
Shubhrajyoti Datta
2019-09-25
1
-3
/
+2
*
macb: Update compatibility string for SiFive FU540-C000
Yash Shah
2019-08-28
1
-1
/
+1
*
macb: fix build warning for !CONFIG_OF
Arnd Bergmann
2019-07-08
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-27
1
-1
/
+1
|
\
|
*
net: macb: do not copy the mac address if NULL
Antoine Tenart
2019-06-24
1
-1
/
+1
*
|
net: macb: use GRO
Antoine Tenart
2019-06-24
1
-8
/
+10
*
|
net: macb: use NAPI_POLL_WEIGHT
Antoine Tenart
2019-06-24
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-22
1
-4
/
+1
|
\
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
|
macb: Add support for SiFive FU540-C000
Yash Shah
2019-06-18
1
-0
/
+123
|
/
*
net: macb: save/restore the remaining registers and features
Claudiu Beznea
2019-05-22
1
-27
/
+84
*
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
1
-5
/
+25
*
net: macb: Check MDIO state before read/write and use timeouts
Harini Katakam
2019-03-03
1
-6
/
+27
*
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
1
-11
/
+17
*
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
1
-6
/
+42
|
\
|
*
net: macb: add missing barriers when reading descriptors
Anssi Hannula
2018-12-18
1
-3
/
+10
|
*
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
[next]