Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
25b77ad774a88cd7a9a8f63e122d4bda68479267
/
drivers
/
net
/
ethernet
/
renesas
/
sh_eth.c
25b77ad
sh_eth: Implement multicast statistic based on the RFS8 status bit
by Ben Hutchings
· 10 years ago
dacc73e
sh_eth: Really fix padding of short frames on TX
by Ben Hutchings
· 10 years ago
9b4a636
Revert "sh_eth: Enable Rx descriptor word 0 shift for r8a7790"
by Ben Hutchings
· 10 years ago
6ded286
sh_eth: Fix RX recovery on R-Car in case of RX ring underrun
by Ben Hutchings
· 10 years ago
7d7355f
sh_eth: Ensure proper ordering of descriptor active bit write/read
by Ben Hutchings
· 10 years ago
a14c7d1
sh_eth: Fix lost MAC address on kexec
by Geert Uytterhoeven
· 10 years ago
95f873f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
52b9fa3
sh_eth: Fix DMA-API usage for RX buffers
by Ben Hutchings
· 10 years ago
aa3933b
sh_eth: Check for DMA mapping errors on transmit
by Ben Hutchings
· 10 years ago
740c7f3
sh_eth: Ensure DMA engines are stopped before freeing buffers
by Ben Hutchings
· 10 years ago
dc1d0e6
sh_eth: Remove RX overflow log messages
by Ben Hutchings
· 10 years ago
283e38d
sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlers
by Ben Hutchings
· 10 years ago
084236d
sh_eth: Fix crash or memory leak when resizing rings on device that is down
by Ben Hutchings
· 10 years ago
bd88891
sh_eth: Detach net device when stopping queue to resize DMA rings
by Ben Hutchings
· 10 years ago
eebfb64
sh_eth: Fix padding of short frames on TX
by Ben Hutchings
· 10 years ago
b71af04
sh_eth: add more PM methods
by Mikhail Ulyanov
· 10 years ago
e7d7e89
sh_eth: use SET_RUNTIME_PM_OPS()
by Mikhail Ulyanov
· 10 years ago
4f9dce23
sh_eth: Fix ethtool operation crash when net device is down
by Ben Hutchings
· 10 years ago
b37feed
sh_eth: Fix promiscuous mode on chips without TSU
by Ben Hutchings
· 10 years ago
0799c2d
net: sh_eth: Use u32 for 32-bit register data
by Geert Uytterhoeven
· 10 years ago
01fbd3f
sh_eth: Fix addition of .trscer_err_mask to wrong SoC data
by Geert Uytterhoeven
· 10 years ago
b284fbe
sh_eth: Fix access to TRSCER register
by Nobuhiro Iwamatsu
· 10 years ago
d407bc0
sh-eth: Set fdr_value of R-Car SoCs
by Nobuhiro Iwamatsu
· 10 years ago
22f1092
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
450fa21
sh_eth: Remove redundant alignment adjustment
by Mitsuhiro Kimura
· 10 years ago
319cd52
sh_eth: Optimization for RX excess judgement
by Mitsuhiro Kimura
· 10 years ago
7fa2955
sh_eth: Fix sleeping function called from invalid context
by Mitsuhiro Kimura
· 10 years ago
4d6a949
sh_eth: Fix skb alloc size and alignment adjust rule.
by Mitsuhiro Kimura
· 10 years ago
9488e1e
net: sh_eth: Add r8a7793 support
by Hisashi Nakamura
· 10 years ago
966d6db
net: sh_eth: Add RMII mode setting in probe
by Hisashi Nakamura
· 10 years ago
c960804
ethernet: renesas: remove unnecessary check
by Varka Bhadram
· 10 years ago
0f76b9d
net: sh_eth: Add r8a7794 support
by Hisashi Nakamura
· 10 years ago
179d80a
sh_eth: remove checks around dev_kfree_skb() calls
by Sergei Shtylyov
· 10 years ago
1b72a0f
net: sh_eth: Fix timing of RACT setting in sh_eth_rx()
by Yoshihiro Shimoda
· 10 years ago
4f809ce
net: sh_eth: Fix receive packet "exceeded" condition in sh_eth_rx()
by Yoshihiro Shimoda
· 10 years ago
c99f7ab
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
d8b0426
sh_eth: fix SH7619/771x support
by Sergei Shtylyov
· 10 years ago
530aa2d
sh_eth: use RNC mode for packet reception
by Ben Dooks
· 10 years ago
86b5d25
sh_eth: replace devm_kzalloc() with devm_kmalloc_array()
by Sergei Shtylyov
· 10 years ago
7ad24ea
net: get rid of SET_ETHTOOL_OPS
by Wilfried Klaebe
· 10 years ago
b5893a0
sh_eth: ensure pm_runtime cannot suspend the device during init
by Ben Dooks
· 11 years ago
f738a13
sh_eth: Remove goto statements that jump straight to a return
by Laurent Pinchart
· 11 years ago
daacf03
sh_eth: Register MDIO bus before registering the network device
by Laurent Pinchart
· 11 years ago
bd920ff
sh_eth: Simplify MDIO bus initialization and release
by Laurent Pinchart
· 11 years ago
a5bd6060
sh_eth: Use the platform device as the MDIO bus parent
by Laurent Pinchart
· 11 years ago
aa8d422
sh_eth: Use the platform device for memory allocation
by Laurent Pinchart
· 11 years ago
8d5009f
sh_eth: fold netif_msg_*() and netdev_*() calls into netif_*() invocations
by Sergei Shtylyov
· 11 years ago
da24685
sh_eth: convert dev_*() to netdev_*() calls
by Sergei Shtylyov
· 11 years ago
f75f14e
sh_eth: convert pr_*() to netdev_*() calls
by Sergei Shtylyov
· 11 years ago
264be2f
sh_eth: exit probe with unknown register layout
by Sergei Shtylyov
· 11 years ago
702eca0
sh_eth: update OF PHY registeration
by Ben Dooks
· 11 years ago
b356e97
sh_eth: add device tree support
by Sergei Shtylyov
· 11 years ago
730c8c6
sh_eth: use ETH_ZLEN instead of home-grown #define
by Sergei Shtylyov
· 11 years ago
db89347
sh_eth: Add support for r7s72100
by Simon Horman
· 11 years ago
504c8ca
sh_eth: Use bool as return type of sh_eth_is_gether()
by Simon Horman
· 11 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
090d560
sh_eth: fix garbled TX error message
by Sergei Shtylyov
· 11 years ago
128296f
sh_eth: coding style fixes
by Sergei Shtylyov
· 11 years ago
c4bde29
net: renesas: slight optimization of addr compare
by dingtianhong
· 11 years ago
4174ecd
sh_eth: do not reset PHY needlessly
by Sergei Shtylyov
· 11 years ago
18be099
sh_eth: add PHY IRQ to platform data
by Sergei Shtylyov
· 11 years ago
94a12b1
sh_eth: add R8A7791 support
by Sergei Shtylyov
· 11 years ago
0c9eb5b
net: sh_eth: do not issue a wild PHY reset through BMCR
by Florian Fainelli
· 11 years ago
3b4c5cb
sh_eth: check platform data pointer
by Sergei Shtylyov
· 11 years ago
305a338
sh_eth: add/use RMCR.RNC bit
by Sergei Shtylyov
· 11 years ago
c3fa32b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
cc23528
net: sh_eth: Correct fix for RX packet errors on R8A7740
by Simon Horman
· 11 years ago
53af53a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
2c6221e
net: sh_eth: Fix RX packets errors on R8A7740
by Nguyen Hong Ky
· 11 years ago
d458cdf
net:drivers/net: Miscellaneous conversions to ETH_ALEN
by Joe Perches
· 11 years ago
06c5405
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
d2779e9
sh_eth: fix napi_{en|dis}able() calls racing against interrupts
by Sergei Shtylyov
· 11 years ago
a8e9fd0
sh_eth: NAPI requires netif_receive_skb()
by Sergei Shtylyov
· 11 years ago
fd9af07
sh_eth: Enable Rx descriptor word 0 shift for r8a7790
by Kouei Abe
· 11 years ago
7db8e0c
sh_eth: Fix cache invalidation omission of receive buffer
by Kouei Abe
· 11 years ago
0b76b86
net: sh_eth: use dev_get_platdata()
by Jingoo Han
· 11 years ago
4885948
sh_eth: no need to call ether_setup()
by Sergei Shtylyov
· 11 years ago
a3153d8
sh_eth: get register layout from 'struct sh_eth_cpu_data'
by Sergei Shtylyov
· 11 years ago
ba361cb
sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interrupt
by Laurent Pinchart
· 11 years ago
e18dbf7
sh_eth: Add support for r8a7790 SoC
by Simon Horman
· 11 years ago
55754f1
sh_eth: add support for RMIIMODE register
by Simon Horman
· 11 years ago
0c1072a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
4eb313a
sh_eth: fix misreporting of transmit abort
by Sergei Shtylyov
· 11 years ago
ca8c358
sh_eth: fix unhandled RFE interrupt
by Sergei Shtylyov
· 11 years ago
ac8025a
sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef
by Sergei Shtylyov
· 11 years ago
a80c3de
sh_eth: remove redundant bits from 'eesipr_value' field initializer
by Sergei Shtylyov
· 11 years ago
8f80899
sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'
by Sergei Shtylyov
· 11 years ago
3719109
sh_eth: add NAPI support
by Sergei Shtylyov
· 11 years ago
ea7d69e
sh_eth: define/use EESR_RX_CHECK macro
by Sergei Shtylyov
· 11 years ago
d98cae64e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
dd01989
net: sh_eth: fix incorrect RX length error if R8A7740
by Yoshihiro Shimoda
· 11 years ago
8e99440
sh_eth: remove '__maybe_unused' annotations
by Sergei Shtylyov
· 11 years ago
8f728d7
sh_eth: split 'sh_eth_netdev_ops'
by Sergei Shtylyov
· 11 years ago
9f8c426
sh_eth: fix result of sh_eth_check_reset() on timeout
by Sergei Shtylyov
· 11 years ago
e403d29
sh_eth: Fix warnings on 64-bit.
by David S. Miller
· 11 years ago
589ebde
sh_eth: get R8A777x support out of #ifdef
by Sergei Shtylyov
· 11 years ago
9c3beaa
sh_eth: get SH7724 support out of #ifdef
by Sergei Shtylyov
· 11 years ago
24549e2
sh_eth: get SH7757 support out of #ifdef
by Sergei Shtylyov
· 11 years ago
f5d1276
sh_eth: get SH77{34|63} support out of #ifdef
by Sergei Shtylyov
· 11 years ago
e5c9b4c
sh_eth: get R8A7740 support out of #ifdef
by Sergei Shtylyov
· 11 years ago
Next »