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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ar71xx: add kernel support for MR3420v2
Gabor Juhos
2013-03-11
2
-12
/
+96
*
ar71xx: enabling control GPIO14 and GPIO15 on MR3040/MR11U
Gabor Juhos
2013-03-11
1
-0
/
+6
*
ar71xx: add profile support for dir-835-a1
Gabor Juhos
2013-03-11
2
-0
/
+12
*
ar71xx: add user space support for dir-835-a1
Gabor Juhos
2013-03-11
5
-6
/
+9
*
ar71xx: add kernel support for dir-835-a1
Gabor Juhos
2013-03-11
5
-13
/
+63
*
cns3xxx: ethernet - clean the tx ring before refilling the rx ring to reduce ...
Felix Fietkau
2013-03-11
1
-4
/
+4
*
cns3xxx: ethernet - clean the tx ring only in the poll function, not in the x...
Felix Fietkau
2013-03-11
1
-6
/
+11
*
cns3xxx: increase number of ethernet driver rx buffers
Felix Fietkau
2013-03-10
1
-1
/
+1
*
cns3xxx: prevent the ethernet driver from accessing uninitialized dma descrip...
Felix Fietkau
2013-03-10
1
-1
/
+2
*
cns3xxx: minor ethernet driver cleanup
Felix Fietkau
2013-03-10
1
-35
/
+19
*
brcm47xx: refresh config
Hauke Mehrtens
2013-03-10
2
-6
/
+0
*
xburst: fix compilation: remove the __dev attributes
Hauke Mehrtens
2013-03-10
2
-6
/
+6
*
kernel: add some missing config options found by the buildbot.
Hauke Mehrtens
2013-03-10
5
-1
/
+9
*
mac80211: b43: increase number of rx slots to 256 again.
Hauke Mehrtens
2013-03-10
1
-1
/
+1
*
cns3xxx: use kmalloc instead of kzalloc for ethernet rx buffers
Felix Fietkau
2013-03-10
1
-1
/
+1
*
cns3xxx: fix an rx irq handling corner case
Felix Fietkau
2013-03-10
1
-5
/
+5
*
cns3xxx: fix ethernet driver memory barrier usage
Felix Fietkau
2013-03-10
1
-5
/
+8
*
realview: remove 3.3 support
Gabor Juhos
2013-03-10
3
-262
/
+0
*
realview: switch to 3.8
Gabor Juhos
2013-03-10
1
-1
/
+1
*
kernel: prevent -f*-sections from leaking into the boot zImage wrapper on arm
Felix Fietkau
2013-03-10
1
-0
/
+10
*
kernel: ensure that the arm exception handlers get preserved
Felix Fietkau
2013-03-10
1
-0
/
+9
*
kernel: use -ffunction-sections, -fdata-sections and --gc-sections on ARM to ...
Felix Fietkau
2013-03-10
2
-2
/
+94
*
kernel: remove the BROKEN dependency on the kernel export symbol strip
Felix Fietkau
2013-03-10
1
-1
/
+0
*
xburst: remove 3.3 support
Gabor Juhos
2013-03-10
26
-5389
/
+0
*
xburst: switch to 3.8
Gabor Juhos
2013-03-10
1
-2
/
+2
*
xburst: add support for 3.8
Gabor Juhos
2013-03-10
20
-0
/
+4655
*
linux/3.8: add missing config symbols
Gabor Juhos
2013-03-10
1
-0
/
+4
*
adm5120: remove 3.7 support
Gabor Juhos
2013-03-10
17
-1038
/
+0
*
adm5120: switch to 3.8
Gabor Juhos
2013-03-10
1
-1
/
+1
*
malta: remove 3.7 support
Gabor Juhos
2013-03-10
1
-290
/
+0
*
malta: switch to 3.8
Gabor Juhos
2013-03-10
1
-1
/
+1
*
atheros: remove 3.3 support
Gabor Juhos
2013-03-10
13
-6484
/
+0
*
atheros: switch to 3.8
Gabor Juhos
2013-03-10
1
-1
/
+1
*
mpc83xx: remove 3.7 support
Gabor Juhos
2013-03-10
11
-4541
/
+0
*
mpc83xx: switch to 3.8
Gabor Juhos
2013-03-10
1
-1
/
+1
*
rb532: remove 3.7 support
Gabor Juhos
2013-03-10
3
-209
/
+0
*
rb532: switch to 3.8
Gabor Juhos
2013-03-10
1
-1
/
+1
*
rb532: add support for 3.8
Gabor Juhos
2013-03-10
3
-0
/
+214
*
ar71xx: correct board name to make LEDs work on RB750
Gabor Juhos
2013-03-10
1
-1
/
+1
*
ppc40x: remove __dev_{in,ex}it annotations
Gabor Juhos
2013-03-10
2
-6
/
+6
*
cns3xxx: reduce buffer allocation size to 2048 bytes, improves ethernet perfo...
Felix Fietkau
2013-03-10
1
-1
/
+1
*
cns3xxx: remove linux 3.3 support
Felix Fietkau
2013-03-10
23
-1558
/
+0
*
cns3xxx: disable CONFIG_PROC_STRIPPED and add an init script to set the ether...
Felix Fietkau
2013-03-10
2
-0
/
+22
*
mac80211: decrease rx slots to 128, I hope this is a good trade of between st...
Hauke Mehrtens
2013-03-09
1
-1
/
+1
*
brcm47xx: add some more partition parser fixes by Rafał Miłecki
Hauke Mehrtens
2013-03-09
4
-14
/
+156
*
brcm47xx: netconfig: add bacis support for swconfig
Hauke Mehrtens
2013-03-09
1
-25
/
+27
*
kernel: add a missing config symbol for 3.8
Felix Fietkau
2013-03-09
1
-0
/
+1
*
mkimage: unbreak build on non-linux systems
Felix Fietkau
2013-03-09
1
-0
/
+31
*
cns3xxx: add linux 3.8 support and use it by default
Felix Fietkau
2013-03-09
31
-25
/
+1543
*
kernel: fix mpcore watchdog symbol export
Felix Fietkau
2013-03-09
1
-2
/
+10
[next]