Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
752a6a6a94c9c8122996b561fcef57f32cccac0f
/
drivers
/
net
/
ethernet
/
renesas
f9f73c5
ravb: Fix use-after-free on `ifconfig eth0 down`
by Eugeniu Rosca
· 7 years ago
d162682
ravb: unmap descriptors when freeing rings
by Kazuya Mizuguchi
· 8 years ago
e344e97
sh_eth: unmap DMA buffers when freeing rings
by Sergei Shtylyov
· 8 years ago
08e6507
ravb: do not use zero-length alignment DMA descriptor
by Masaru Nagai
· 8 years ago
50d5aa4
net: renesas: ravb: unintialized return value
by Dan Carpenter
· 8 years ago
33d446d
sh_eth: remove unchecked interrupts for RZ/A1
by Chris Brandt
· 8 years ago
9f70eb3
net: ethernet: renesas: ravb: fix fixed-link phydev leaks
by Johan Hovold
· 8 years ago
c099ff3
sh_eth: add R8A7743/5 support
by Sergei Shtylyov
· 8 years ago
b20b378
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
e148788
net: ethernet: renesas: sh_eth: add POST registers for rz
by Chris Brandt
· 8 years ago
1ddcf41
ravb: avoid unused function warnings
by Arnd Bergmann
· 8 years ago
04462f2
net: ethernet: renesas: ravb: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
0f63517
net: ethernet: renesas: ravb: use phydev from struct net_device
by Philippe Reynes
· 8 years ago
f08aff4
net: ethernet: renesas: sh_eth: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
9fd0375
net: ethernet: renesas: sh_eth: use phydev from struct net_device
by Philippe Reynes
· 8 years ago
b89b815
ravb: use proper names for suspend/resume functions
by Niklas Söderlund
· 8 years ago
0184165
ravb: add sleep PM suspend/resume support
by Niklas Söderlund
· 8 years ago
8da703d
ethernet: renesas: sh_eth: add missing of_node_put after calling of_parse_phandle
by Peter Chen
· 8 years ago
c9b1eb8
ethernet: renesas: ravb_main: add missing of_node_put after calling of_parse_phandle
by Peter Chen
· 8 years ago
3c78658
sh_eth: fix DMA channel misreporting
by Sergei Shtylyov
· 8 years ago
9345b24
ravb: fix DMA channel misreporting
by Sergei Shtylyov
· 8 years ago
c8296b9
ravb: Remove manual pause frame transmit
by Masaru Nagai
· 8 years ago
524c6f6
ravb: Add SET_RUNTIME_PM_OPS macro
by Kazuya Mizuguchi
· 8 years ago
8d9c418
ravb: Add ESF in RCR for enabling separation filter
by Masaru Nagai
· 8 years ago
ccf9282
ravb: Add missing free_irq() calls to ravb_close()
by Geert Uytterhoeven
· 8 years ago
909b27f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7fa816b
ravb: Add missing free_irq() call to ravb_close()
by Geert Uytterhoeven
· 9 years ago
c66b258
sh_eth: reuse sh_eth_chip_reset()
by Sergei Shtylyov
· 9 years ago
7927092
sh_eth: call sh_eth_tsu_write() from sh_eth_chip_reset_giga()
by Sergei Shtylyov
· 9 years ago
094e43d
ravb: Remove rx buffer ALIGN
by Kazuya Mizuguchi
· 9 years ago
ec65cfc
sh_eth: rename ARSTR register bit
by Sergei Shtylyov
· 9 years ago
97717ed
sh_eth: use EDMR_SRST_GETHER in sh_eth_check_reset()
by Sergei Shtylyov
· 9 years ago
f796721
sh_eth: get rid of the 2nd parameter to sh_eth_dev_init()
by Sergei Shtylyov
· 9 years ago
1602f49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
d0988a5
ravb: make ravb_ptp_interrupt() *void*
by Sergei Shtylyov
· 9 years ago
a6d3713
net: ethernet: renesas: ravb_main: test clock rate to avoid division by 0
by Wolfram Sang
· 9 years ago
49dd48d
sh_eth: re-enable-E-MAC interrupts in sh_eth_set_ringparam()
by Sergei Shtylyov
· 9 years ago
f51bdc2
ravb: Add dma queue interrupt support
by Kazuya Mizuguchi
· 9 years ago
d7be81a
ravb: fix software timestamping
by Lino Sanfilippo
· 9 years ago
38c848c
ravb: fix result value overwrite
by Yoshihiro Kaneko
· 9 years ago
ad846aa
sh_eth: do not call netif_start_queue() from sh_eth_dev_init()
by Sergei Shtylyov
· 9 years ago
4fa8c3c
sh_eth: kill useless initializers
by Sergei Shtylyov
· 9 years ago
d0ba913
sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
by Sergei Shtylyov
· 9 years ago
c1b7fca
sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
by Sergei Shtylyov
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
274ba62
sh_eth, ravb: Use ARCH_RENESAS
by Simon Horman
· 9 years ago
42a67c9
net: ethernet: renesas: sh_eth: don't open code of_device_get_match_data()
by Wolfram Sang
· 9 years ago
e866863
net: ethernet: renesas: ravb_main: don't open code of_device_get_match_data()
by Wolfram Sang
· 9 years ago
b633353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
82c1330
sh_eth: kill useless *switch* defaults
by Sergei Shtylyov
· 9 years ago
bb64b03
ravb: kill useless *switch* defaults
by Sergei Shtylyov
· 9 years ago
50bfd83
ravb: skip gPTP start/stop on R-Car gen3
by Sergei Shtylyov
· 9 years ago
d0c5f45
ravb: kill duplicate setting of CCC.CSEL
by Sergei Shtylyov
· 9 years ago
b2b14d2
sh_eth: factor out register bit twiddling code
by Sergei Shtylyov
· 9 years ago
568b3ce
ravb: factor out register bit twiddling code
by Sergei Shtylyov
· 9 years ago
9d367ed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
bffa731
sh_eth: stop reading ECMR in sh_eth_dev_init()
by Sergei Shtylyov
· 9 years ago
1c1fa82
ravb: stop reading ECMR in ravb_emac_init()
by Sergei Shtylyov
· 9 years ago
e7f4dc3
mdio: Move allocation of interrupts into core
by Andrew Lunn
· 9 years ago
2220943
phy: Centralise print about attached phy
by Andrew Lunn
· 9 years ago
84eff6d
phy: add phydev_name() wrapper
by Andrew Lunn
· 9 years ago
7cf7247
sh_eth: get rid of {cpu|edmac}_to_{edmac|cpu}()
by Sergei Shtylyov
· 9 years ago
888cc8c
sh_eth: remove EDMAC_BIG_ENDIAN
by Sergei Shtylyov
· 9 years ago
c07f30a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
5cbf20c
sh_eth: fix 16-bit descriptor field access endianness too
by Sergei Shtylyov
· 9 years ago
b3e0d3d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
b4bc88a
ravb: Add fixed-link support
by Kazuya Mizuguchi
· 9 years ago
5449996
ravb: Add disable 10base
by Kazuya Mizuguchi
· 9 years ago
1299653
sh_eth: fix descriptor access endianness
by Sergei Shtylyov
· 9 years ago
3e23099
sh_eth: fix TX buffer byte-swapping
by Sergei Shtylyov
· 9 years ago
2274d37
sh_eth: uninline sh_eth_{write|read}()
by Sergei Shtylyov
· 9 years ago
6474de5
ravb: clear RIC1 in init instead of stop
by Kazuya Mizuguchi
· 9 years ago
78fa3c5
sh_eth: get rid of bb_{set|clr|read}()
by Sergei Shtylyov
· 9 years ago
39b4b06
sh_eth: factor out common code from MDIO bitbang methods
by Sergei Shtylyov
· 9 years ago
3242e2b
sh_eth: remove mask fields from 'struct bb_info'
by Sergei Shtylyov
· 9 years ago
37742f0
sh_eth: read MAC address registers only once
by Sergei Shtylyov
· 9 years ago
d966063
ravb: read MAC address registers only once
by Sergei Shtylyov
· 9 years ago
b17c1d9
ravb: fix RX queue #1 frame error counter name
by Sergei Shtylyov
· 9 years ago
248be83
sh_eth: fix kernel oops in skb_put()
by Sergei Shtylyov
· 9 years ago
f188b95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
0e87436
ravb: add fallback compatibility strings
by Simon Horman
· 9 years ago
f5d7837
ravb: ptp: Add CONFIG mode support
by Kazuya Mizuguchi
· 9 years ago
1af2729
sh_eth: Remove obsolete r8a777x-ether platform_device_id entry
by Geert Uytterhoeven
· 9 years ago
a0f48be
sh_eth: Remove obsolete r8a7740-gether platform_device_id entry
by Geert Uytterhoeven
· 9 years ago
c74a224
sh_eth: Remove obsolete r8a779x-ether platform_device_id entries
by Geert Uytterhoeven
· 9 years ago
99f84be
sh_eth: Remove obsolete r7s72100-ether platform_device_id entry
by Geert Uytterhoeven
· 9 years ago
b3d39a8
ravb: use clock rate as basis for GTI.TIV
by Simon Horman
· 9 years ago
508dc06
ravb: fix WARNING in __free_irq()
by Sergei Shtylyov
· 9 years ago
d60cf61
ravb: remove unhandle int cause
by Masaru Nagai
· 9 years ago
2452cb0
ravb: Fix int mask value overwritten issue
by Masaru Nagai
· 9 years ago
8e03a5e
sh_eth: merge sh_eth_free_dma_buffer() into sh_eth_ring_free()
by Sergei Shtylyov
· 9 years ago
91d8068
sh_eth: kill 'ret' variable in sh_eth_ring_init()
by Sergei Shtylyov
· 9 years ago
f32bfb9
sh_eth: use DMA barriers
by Sergei Shtylyov
· 9 years ago
73186df
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
c238041
sh_eth: fix typo in RX descriptor bit name
by Sergei Shtylyov
· 9 years ago
c451113
ravb: use pdev rather than ndev for error messages
by Simon Horman
· 9 years ago
b61ed8f
sh_eth: fix WARNING in dma_common_free_remap()
by Sergei Shtylyov
· 9 years ago
2c94e85
sh_eth: fix uninitialized arrays in sh_eth_ring_init()
by Sergei Shtylyov
· 9 years ago
b75ec3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
cb36859
sh_eth: fix RX buffer size calculation
by Sergei Shtylyov
· 9 years ago
Next »