index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
linux
/
ramips
/
files
Commit message (
Expand
)
Author
Age
Files
Lines
*
ramips: aw9523: add can_sleep flag for GPIO chip
David Bauer
2021-12-29
1
-1
/
+1
*
treewide: backport support for nvmem on non platform devices
Ansuel Smith
2021-08-05
1
-4
/
+1
*
ramips: add AW9523 I2C GPIO expander driver
David Bauer
2021-06-27
1
-0
/
+1135
*
ramips: ethernet: ralink: rewrite esw_rt3050 to support link states
Alexander Couzens
2021-06-25
3
-45
/
+103
*
ramips: ethernet: ralink: allow to return EPROBE_DEFER on switch_init
Alexander Couzens
2021-06-25
1
-2
/
+7
*
ramips: ethernet: ralink: move reset of the esw into the esw instead of fe
Alexander Couzens
2021-06-25
2
-9
/
+2
*
ramips: ethernet: ralink: use the reset controller api for esw & ephy
Alexander Couzens
2021-06-25
1
-7
/
+37
*
ramips: ethernet: ralink: add fe_reset_fe() to reset fe via reset controller
Alexander Couzens
2021-06-25
5
-25
/
+23
*
ramips: ethernet: ralink: add struct fe_priv as context to fe_reset()
Alexander Couzens
2021-06-25
6
-7
/
+7
*
ramips: mt7620: ethernet: use more macros and bump version
Michael Pratt
2021-06-23
4
-7
/
+11
*
ramips: mt7620: fix RGMII TXID PHY mode
Michael Pratt
2021-06-23
1
-1
/
+1
*
ramips: mt7620: add ephy-disable option to switch driver
Michael Pratt
2021-06-23
2
-2
/
+13
*
ramips: mt7620: move mt7620_mdio_mode() to ethernet driver
Michael Pratt
2021-06-23
2
-49
/
+37
*
ramips: mt7620: use DTS to set PHY base address for external PHYs
Michael Pratt
2021-06-23
1
-6
/
+4
*
ramips: mt7620: allow both internal and external PHYs
Michael Pratt
2021-06-23
1
-62
/
+57
*
ramips: mt7620: fix ethernet driver GMAC port init
Michael Pratt
2021-06-23
2
-15
/
+9
*
ramips: mt7620: remove useless GMAC nodes
Michael Pratt
2021-06-23
1
-1
/
+4
*
ramips: mt7620: simplify DTS properties for GMAC
Michael Pratt
2021-06-23
3
-18
/
+6
*
ramips: mt7620: enable autonegotiation for all ports
Gaspare Bruno
2021-06-08
1
-0
/
+1
*
ramips: make PHY initialization more descriptive
David Bauer
2021-06-08
1
-3
/
+4
*
ramips: mt7530 swconfig: fix race condition in register access
DENG Qingfang
2021-04-15
1
-6
/
+10
*
ramips: 5.10: port and refresh patches, ralink drv
Ilya Lipnitskiy
2021-03-06
4
-1
/
+31
*
Revert "ramips: add support for kernel 5.10"
Adrian Schmutzler
2021-03-06
4
-31
/
+1
*
ramips: add support for kernel 5.10
Ilya Lipnitskiy
2021-03-05
4
-1
/
+31
*
ramips: drop kernel version switches
Adrian Schmutzler
2020-10-09
2
-31
/
+0
*
ramips: remove further mt7621 code from local ethernet driver
Adrian Schmutzler
2020-08-26
5
-265
/
+2
*
ramips: remove legacy ethernet driver components for mt7621
Adrian Schmutzler
2020-08-21
8
-1433
/
+6
*
ramips: add arl_table support for MT7530
Salvatore Mesoraca
2020-07-17
1
-0
/
+119
*
ramips: fix sd polling
Qin Wei
2020-06-27
1
-0
/
+4
*
ramips: 5.4: handle ERR_PTR properly
Sungbo Eo
2020-05-19
1
-1
/
+1
*
ramips: ralink-eth: fix leftover dma dev argument
Chuanhong Guo
2020-04-13
1
-1
/
+1
*
ramips: ralink-eth: add support for 5.4 kernel
Chuanhong Guo
2020-04-12
2
-0
/
+34
*
ramips: ralink-eth: fix device struct passed to dma functions
Chuanhong Guo
2020-04-12
1
-14
/
+12
*
ramips: move and rename out-of-tree mtk eth driver
Chuanhong Guo
2020-04-12
26
-0
/
+8616
*
ramips: mtk-mmc: set correct DMA mask
DENG Qingfang
2020-04-04
1
-1
/
+1
*
ramips: move MTK MMC driver to files directory
DENG Qingfang
2020-04-04
7
-0
/
+4021
*
ralink: drop old ethernet driver
John Crispin
2015-12-17
21
-6842
/
+0
*
ralink: remove stray "+" from ethernet driver
John Crispin
2015-12-12
1
-1
/
+1
*
ralink: bump to the target to v4.3
John Crispin
2015-12-10
2
-8
/
+11
*
ramips: fix for kernel 4.0 napi repoll need return budgets number
Felix Fietkau
2015-10-30
1
-1
/
+4
*
ramips: Enable rx of 1536 bytes ethernet frames on MT7621
John Crispin
2015-10-05
1
-4
/
+4
*
ramips: Fix too small rx buffer
John Crispin
2015-10-05
1
-4
/
+12
*
ramips: Fix setting of rx buffer length
John Crispin
2015-10-05
2
-2
/
+3
*
ramips: Allow to receive vlan over untag ports on MT7530
John Crispin
2015-10-05
1
-3
/
+33
*
ramips: collect rx related members to fe_rx_ring struct
Felix Fietkau
2015-07-10
3
-58
/
+69
*
ramips: add xmit_more support
Felix Fietkau
2015-07-10
2
-20
/
+33
*
ralink: add support for mt7621 switch counters
John Crispin
2015-06-18
1
-1
/
+187
*
ramips: improve tx clean up and add fe_tx_ring struct
Felix Fietkau
2015-06-05
3
-70
/
+83
*
ramips: change ethernet napi interrupt sequence
Felix Fietkau
2015-06-05
1
-5
/
+4
*
ramips: fix ethernet vlan tx offload support check when delete
Felix Fietkau
2015-06-05
1
-1
/
+1
[next]