index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
renesas
/
sh_eth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ethernet: renesas: sh_eth: add missing of_node_put after calling of_parse_pha...
Peter Chen
2016-08-01
1
-0
/
+1
*
sh_eth: fix DMA channel misreporting
Sergei Shtylyov
2016-07-19
1
-1
/
+0
*
sh_eth: reuse sh_eth_chip_reset()
Sergei Shtylyov
2016-05-09
1
-9
/
+2
*
sh_eth: call sh_eth_tsu_write() from sh_eth_chip_reset_giga()
Sergei Shtylyov
2016-05-09
1
-2
/
+3
*
sh_eth: rename ARSTR register bit
Sergei Shtylyov
2016-04-26
1
-3
/
+3
*
sh_eth: use EDMR_SRST_GETHER in sh_eth_check_reset()
Sergei Shtylyov
2016-04-26
1
-1
/
+1
*
sh_eth: get rid of the 2nd parameter to sh_eth_dev_init()
Sergei Shtylyov
2016-04-26
1
-14
/
+9
*
sh_eth: re-enable-E-MAC interrupts in sh_eth_set_ringparam()
Sergei Shtylyov
2016-04-09
1
-5
/
+1
*
sh_eth: do not call netif_start_queue() from sh_eth_dev_init()
Sergei Shtylyov
2016-03-16
1
-2
/
+4
*
sh_eth: kill useless initializers
Sergei Shtylyov
2016-03-14
1
-9
/
+9
*
sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
Sergei Shtylyov
2016-03-10
1
-3
/
+4
*
sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
Sergei Shtylyov
2016-03-10
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-03-08
1
-7
/
+3
|
\
|
*
net: ethernet: renesas: sh_eth: don't open code of_device_get_match_data()
Wolfram Sang
2016-03-03
1
-7
/
+3
*
|
sh_eth: kill useless *switch* defaults
Sergei Shtylyov
2016-02-17
1
-12
/
+0
*
|
sh_eth: factor out register bit twiddling code
Sergei Shtylyov
2016-02-10
1
-29
/
+24
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-01-11
1
-5
/
+2
|
\
|
*
sh_eth: stop reading ECMR in sh_eth_dev_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
1
-2
/
+1
*
|
phy: add phydev_name() wrapper
Andrew Lunn
2016-01-07
1
-1
/
+1
*
|
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
1
-16
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-31
1
-11
/
+14
|
\
\
|
|
/
|
*
sh_eth: fix 16-bit descriptor field access endianness too
Sergei Shtylyov
2015-12-22
1
-11
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-17
1
-14
/
+41
|
\
\
|
|
/
|
*
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
1
-0
/
+24
|
*
sh_eth: fix kernel oops in skb_put()
Sergei Shtylyov
2015-12-05
1
-2
/
+2
*
|
sh_eth: get rid of bb_{set|clr|read}()
Sergei Shtylyov
2015-12-08
1
-21
/
+6
*
|
sh_eth: factor out common code from MDIO bitbang methods
Sergei Shtylyov
2015-12-08
1
-23
/
+12
*
|
sh_eth: remove mask fields from 'struct bb_info'
Sergei Shtylyov
2015-12-08
1
-15
/
+7
*
|
sh_eth: read MAC address registers only once
Sergei Shtylyov
2015-12-05
1
-6
/
+9
*
|
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
|
/
*
sh_eth: merge sh_eth_free_dma_buffer() into sh_eth_ring_free()
Sergei Shtylyov
2015-11-04
1
-38
/
+22
*
sh_eth: kill 'ret' variable in sh_eth_ring_init()
Sergei Shtylyov
2015-11-04
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-02
1
-2
/
+2
|
/
*
sh_eth: fix RX buffer size calculation
Sergei Shtylyov
2015-10-26
1
-2
/
+2
*
sh_eth: fix RX buffer size alignment
Sergei Shtylyov
2015-10-26
1
-5
/
+5
*
sh_eth: propagate platform_get_irq() error upstream
Sergei Shtylyov
2015-08-28
1
-3
/
+1
*
sh_eth: Mitigate lost statistics updates
Ben Hutchings
2015-03-04
1
-12
/
+25
*
sh_eth: Optionally log RX and TX status for each completed descriptor
Ben Hutchings
2015-03-04
1
-0
/
+7
[next]