Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f4420b2400c03beab7481328c63c8a7c30ee3df6
/
drivers
/
net
/
ethernet
/
renesas
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
8d3214c
sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'
by Sergei Shtylyov
· 12 years ago
a3153d8
sh_eth: get register layout from 'struct sh_eth_cpu_data'
by Sergei Shtylyov
· 12 years ago
ba361cb
sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interrupt
by Laurent Pinchart
· 12 years ago
e18dbf7
sh_eth: Add support for r8a7790 SoC
by Simon Horman
· 12 years ago
55754f1
sh_eth: add support for RMIIMODE register
by Simon Horman
· 12 years ago
b41e6a5
sh_eth: SH_ETH should depend on HAS_DMA
by Geert Uytterhoeven
· 12 years ago
0c1072a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
4eb313a
sh_eth: fix misreporting of transmit abort
by Sergei Shtylyov
· 12 years ago
ca8c358
sh_eth: fix unhandled RFE interrupt
by Sergei Shtylyov
· 12 years ago
a1606c7
net: Move MII out from under NET_CORE and hide it
by Ben Hutchings
· 12 years ago
ac8025a
sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef
by Sergei Shtylyov
· 12 years ago
c8bbe37
sh_eth: cleanup 'enum TD_STS_BIT'
by Sergei Shtylyov
· 12 years ago
a80c3de
sh_eth: remove redundant bits from 'eesipr_value' field initializer
by Sergei Shtylyov
· 12 years ago
8f80899
sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'
by Sergei Shtylyov
· 12 years ago
3719109
sh_eth: add NAPI support
by Sergei Shtylyov
· 12 years ago
ea7d69e
sh_eth: define/use EESR_RX_CHECK macro
by Sergei Shtylyov
· 12 years ago
d98cae64e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
dd01989
net: sh_eth: fix incorrect RX length error if R8A7740
by Yoshihiro Shimoda
· 12 years ago
8e99440
sh_eth: remove '__maybe_unused' annotations
by Sergei Shtylyov
· 12 years ago
8f728d7
sh_eth: split 'sh_eth_netdev_ops'
by Sergei Shtylyov
· 12 years ago
9f8c426
sh_eth: fix result of sh_eth_check_reset() on timeout
by Sergei Shtylyov
· 12 years ago
e403d29
sh_eth: Fix warnings on 64-bit.
by David S. Miller
· 12 years ago
eb770bf
sh_eth: remove dependencies from Kconfig
by Sergei Shtylyov
· 12 years ago
589ebde
sh_eth: get R8A777x support out of #ifdef
by Sergei Shtylyov
· 12 years ago
9c3beaa
sh_eth: get SH7724 support out of #ifdef
by Sergei Shtylyov
· 12 years ago
24549e2
sh_eth: get SH7757 support out of #ifdef
by Sergei Shtylyov
· 12 years ago
f5d1276
sh_eth: get SH77{34|63} support out of #ifdef
by Sergei Shtylyov
· 12 years ago
e5c9b4c
sh_eth: get R8A7740 support out of #ifdef
by Sergei Shtylyov
· 12 years ago
c18a79a
sh_eth: get SH7619 support out of #ifdef
by Sergei Shtylyov
· 12 years ago
7bbe150
sh_eth: get SH771x support out of #ifdef
by Sergei Shtylyov
· 12 years ago
afe391a
sh_eth: create initial ID table
by Sergei Shtylyov
· 12 years ago
540ad1b
sh_eth: enclose PM code into #ifdef CONFIG_PM
by Nobuhiro Iwamatsu
· 12 years ago
dabdde9
sh_eth: consolidate sh_eth_reset()
by Nobuhiro Iwamatsu
· 12 years ago
b7feacf
sh_eth: remove #ifdef around sh_eth_select_mii()
by Nobuhiro Iwamatsu
· 12 years ago
5b3dfd1
sh_eth: add IRQ flags to 'struct sh_eth_cpu_data'
by Nobuhiro Iwamatsu
· 12 years ago
9f86134
sh_eth: remove SH_ETH_HAS_TSU
by Nobuhiro Iwamatsu
· 12 years ago
04b0ed2
sh_eth: remove duplicate sh_eth_set_duplex() definitions
by Nobuhiro Iwamatsu
· 12 years ago
ddcd91c
sh_eth: use EDSR_ENALL to set EDSR
by Nobuhiro Iwamatsu
· 12 years ago
41d5ffe
sh_eth: remove #ifdef around EDSR and GECMR bit definitions
by Nobuhiro Iwamatsu
· 12 years ago
dfd93c9
net: ethernet: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
042c730
drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resource
by Wolfram Sang
· 12 years ago
d6a98c9
drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resource
by Wolfram Sang
· 12 years ago
ff6e722
sh_eth: use random MAC address if no valid one supplied
by Sergei Shtylyov
· 12 years ago
674853b
sh_eth: add R8A77781 support
by Sergei Shtylyov
· 12 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
a210576
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
3340d2a
sh_eth: make 'link' field of 'struct sh_eth_private' *int*
by Sergei Shtylyov
· 12 years ago
3893b27345
sh_eth: workaround for spurious ECI interrupt
by Sergei Shtylyov
· 12 years ago
1e1b812
sh_eth: fix handling of no LINK signal
by Sergei Shtylyov
· 12 years ago
a3f109b
sh_eth: add R-Car support for real
by Sergei Shtylyov
· 12 years ago
c0013f6
sh_eth: move data from header file to driver
by Sergei Shtylyov
· 12 years ago
fe0e76f
sh_eth: fix unused variable warning
by Sergei Shtylyov
· 12 years ago
d5e07e6
sh_eth: use managed device API
by Sergei Shtylyov
· 12 years ago
564044b
sh_eth: kill unneeded typecast in sh_eth_drv_probe()
by Sergei Shtylyov
· 12 years ago
dfed5e7
sh_eth: use PIR_* bits
by Sergei Shtylyov
· 12 years ago
14c3326
net: sh-eth: Use pr_err instead of printk
by Nobuhiro Iwamatsu
· 12 years ago
6181659
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
fc0c090
sh_eth: check TSU registers ioremap() error
by Sergei Shtylyov
· 12 years ago
0582b7d
sh_eth: fix bitbang memory leak
by Sergei Shtylyov
· 12 years ago
d0320f7
drivers:net: Remove dma_alloc_coherent OOM messages
by Joe Perches
· 12 years ago
b2adaca
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
by Joe Perches
· 12 years ago
f9a8f83
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
by Florian Fainelli
· 12 years ago
8f6352f
net: sh_eth: Fix a typo - replace regist with register.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
043c478
drivers/net/ethernet/renesas/sh_eth.c: fix error return code
by Peter Senna Tschudin
· 12 years ago
d0418bb
net: sh_eth: Add eth support for R8A7779 device
by Phil Edworthy
· 13 years ago
525b807
net: sh_eth: add support for set_ringparam/get_ringparam
by Yoshihiro Shimoda
· 13 years ago
91c7755
net: sh_eth: fix up the buffer pointers
by Yoshihiro Shimoda
· 13 years ago
2ecbb78
net: sh_eth: remove unnecessary members/definitions
by Yoshihiro Shimoda
· 13 years ago
c265026
net: sh_eth: remove unnecessary function
by Yoshihiro Shimoda
· 13 years ago
5cee1d3
net/sh-eth: Check return value of sh_eth_reset when chip reset fail
by Nobuhiro Iwamatsu
· 13 years ago
5e7a76b
net/sh-eth: Add support selecting MII function for SH7734 and R8A7740
by Nobuhiro Iwamatsu
· 13 years ago
a18e08b
net: sh_eth: fix the condition to fix the cur_tx/dirty_rx
by Yoshihiro Shimoda
· 13 years ago
79fba9f
net: sh_eth: fix the rxdesc pointer when rx descriptor empty happens
by Yoshihiro Shimoda
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
73a0d90
net: sh_eth: add support R8A7740
by Yoshihiro Shimoda
· 13 years ago
10b9194
net: sh_eth: fix endian check for architecture independent
by Yoshihiro Shimoda
· 13 years ago
f0e81fe
net: sh_eth: Add support SH7734
by Nobuhiro Iwamatsu
· 13 years ago
71cc7c3
net: sh_eth: add support for VLAN tag filtering
by Yoshihiro Shimoda
· 13 years ago
6743fe6
net: sh_eth: add support for multicast filtering
by Yoshihiro Shimoda
· 13 years ago
6ba8802
net: sh_eth: modify a condition of ioremap for TSU
by Yoshihiro Shimoda
· 13 years ago
150647f
net: sh_eth: change the condition of initialization
by Yoshihiro Shimoda
· 13 years ago
3acbc97
net: sh_eth: add the value of tsu to the SH7757's GETHER
by Yoshihiro Shimoda
· 13 years ago
1638760
renesas/sh_eth.c: fix linux/interrupt.h included twice
by Danny Kukawka
· 13 years ago
d5ef8a4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
dae2e9f
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
by Pradeep A. Dalvi
· 13 years ago
Next »