index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
renesas
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ethernet: renesas: sh_eth: don't open code of_device_get_match_data()
Wolfram Sang
2016-03-03
1
-7
/
+3
*
net: ethernet: renesas: ravb_main: don't open code of_device_get_match_data()
Wolfram Sang
2016-03-03
1
-3
/
+1
*
ravb: skip gPTP start/stop on R-Car gen3
Sergei Shtylyov
2016-02-16
1
-4
/
+8
*
ravb: kill duplicate setting of CCC.CSEL
Sergei Shtylyov
2016-02-16
1
-4
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-01-12
2
-10
/
+4
|
\
|
*
sh_eth: stop reading ECMR in sh_eth_dev_init()
Sergei Shtylyov
2016-01-11
1
-5
/
+2
|
*
ravb: stop reading ECMR in ravb_emac_init()
Sergei Shtylyov
2016-01-11
1
-5
/
+2
*
|
mdio: Move allocation of interrupts into core
Andrew Lunn
2016-01-07
1
-11
/
+1
*
|
phy: Centralise print about attached phy
Andrew Lunn
2016-01-07
2
-4
/
+2
*
|
phy: add phydev_name() wrapper
Andrew Lunn
2016-01-07
2
-2
/
+2
*
|
sh_eth: get rid of {cpu|edmac}_to_{edmac|cpu}()
Sergei Shtylyov
2016-01-04
1
-43
/
+29
*
|
sh_eth: remove EDMAC_BIG_ENDIAN
Sergei Shtylyov
2016-01-04
2
-17
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-01-01
2
-28
/
+30
|
\
|
|
*
sh_eth: fix 16-bit descriptor field access endianness too
Sergei Shtylyov
2015-12-22
2
-28
/
+30
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-18
3
-40
/
+45
|
\
|
|
*
ravb: Add disable 10base
Kazuya Mizuguchi
2015-12-15
1
-0
/
+3
|
*
sh_eth: fix descriptor access endianness
Sergei Shtylyov
2015-12-15
1
-10
/
+14
|
*
sh_eth: fix TX buffer byte-swapping
Sergei Shtylyov
2015-12-15
1
-2
/
+1
|
*
sh_eth: uninline sh_eth_{write|read}()
Sergei Shtylyov
2015-12-14
2
-25
/
+24
|
*
ravb: fix RX queue #1 frame error counter name
Sergei Shtylyov
2015-12-05
1
-1
/
+1
|
*
sh_eth: fix kernel oops in skb_put()
Sergei Shtylyov
2015-12-05
1
-2
/
+2
*
|
ravb: Add fixed-link support
Kazuya Mizuguchi
2015-12-15
1
-0
/
+12
*
|
ravb: clear RIC1 in init instead of stop
Kazuya Mizuguchi
2015-12-14
1
-2
/
+3
*
|
sh_eth: get rid of bb_{set|clr|read}()
Sergei Shtylyov
2015-12-09
1
-21
/
+6
*
|
sh_eth: factor out common code from MDIO bitbang methods
Sergei Shtylyov
2015-12-09
1
-23
/
+12
*
|
sh_eth: remove mask fields from 'struct bb_info'
Sergei Shtylyov
2015-12-09
1
-15
/
+7
*
|
sh_eth: read MAC address registers only once
Sergei Shtylyov
2015-12-06
1
-6
/
+9
*
|
ravb: read MAC address registers only once
Sergei Shtylyov
2015-12-06
1
-6
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-04
1
-2
/
+4
|
\
|
|
*
ravb: fix WARNING in __free_irq()
Sergei Shtylyov
2015-11-19
1
-2
/
+4
*
|
ravb: add fallback compatibility strings
Simon Horman
2015-12-03
1
-0
/
+2
*
|
ravb: ptp: Add CONFIG mode support
Kazuya Mizuguchi
2015-12-03
2
-5
/
+29
*
|
sh_eth: Remove obsolete r8a777x-ether platform_device_id entry
Geert Uytterhoeven
2015-11-24
1
-3
/
+0
*
|
sh_eth: Remove obsolete r8a7740-gether platform_device_id entry
Geert Uytterhoeven
2015-11-24
1
-63
/
+62
*
|
sh_eth: Remove obsolete r8a779x-ether platform_device_id entries
Geert Uytterhoeven
2015-11-24
1
-4
/
+2
*
|
sh_eth: Remove obsolete r7s72100-ether platform_device_id entry
Geert Uytterhoeven
2015-11-24
1
-41
/
+42
*
|
ravb: use clock rate as basis for GTI.TIV
Simon Horman
2015-11-20
2
-1
/
+40
|
/
*
ravb: remove unhandle int cause
Masaru Nagai
2015-11-16
1
-2
/
+0
*
ravb: Fix int mask value overwritten issue
Masaru Nagai
2015-11-16
1
-2
/
+4
*
sh_eth: merge sh_eth_free_dma_buffer() into sh_eth_ring_free()
Sergei Shtylyov
2015-11-05
1
-38
/
+22
*
sh_eth: kill 'ret' variable in sh_eth_ring_init()
Sergei Shtylyov
2015-11-05
1
-16
/
+8
*
sh_eth: use DMA barriers
Sergei Shtylyov
2015-11-03
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-11-03
1
-5
/
+5
|
\
|
*
sh_eth: fix WARNING in dma_common_free_remap()
Sergei Shtylyov
2015-11-02
1
-1
/
+1
|
*
sh_eth: fix uninitialized arrays in sh_eth_ring_init()
Sergei Shtylyov
2015-11-02
1
-4
/
+4
*
|
sh_eth: fix typo in RX descriptor bit name
Sergei Shtylyov
2015-11-03
2
-3
/
+3
*
|
ravb: use pdev rather than ndev for error messages
Simon Horman
2015-11-02
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-11-01
1
-7
/
+7
|
\
|
|
*
sh_eth: fix RX buffer size calculation
Sergei Shtylyov
2015-10-27
1
-2
/
+2
|
*
sh_eth: fix RX buffer size alignment
Sergei Shtylyov
2015-10-27
1
-5
/
+5
[next]