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
...
*
generic: rtl8366: minor cleanup
Gabor Juhos
2010-06-28
2
-22
/
+16
*
generic: rtl8366: add common read_debugfs_mibs function
Gabor Juhos
2010-06-28
3
-144
/
+56
*
generic: rtl8366: standardize read_debugfs_mibs functions
Gabor Juhos
2010-06-28
3
-22
/
+44
*
generic: rtl8366: use common rtl8366_mib_counter structure
Gabor Juhos
2010-06-28
3
-48
/
+42
*
generic: rtl8366: move common debugfs code to rtl8366_smi.c
Gabor Juhos
2010-06-28
4
-335
/
+193
*
generic: rtl8366: move buf to struct rtl8366_smi
Gabor Juhos
2010-06-28
3
-72
/
+66
*
generic: rtl8366: move common VLAN handling functions to rtl8366_smi.c
Gabor Juhos
2010-06-28
4
-410
/
+217
*
generic: rtl8366: add cpu_port, num_ports and num_vlan_mc to struct rtl8366_smi
Gabor Juhos
2010-06-28
3
-20
/
+30
*
generic: rtl8366: add VLAN handling functions to rtl8366_smi_ops
Gabor Juhos
2010-06-28
3
-43
/
+69
*
generic: rtl8366: use RTL8366{S,RB} prefixes for all defines
Gabor Juhos
2010-06-28
2
-403
/
+403
*
rt2x00: cleanup patches
Gabor Juhos
2010-06-28
2
-29
/
+34
*
generic: rtl8366rb: fix MIB counter reset
Gabor Juhos
2010-06-27
1
-10
/
+8
*
busybox: Fixed remote logging bug in which starting syslog before the network...
Daniel Dickinson
2010-06-27
1
-0
/
+40
*
set the default target to brcm47xx, now that brcm-2.4 is gone
Felix Fietkau
2010-06-26
1
-1
/
+1
*
reinstate 2.6.30 support until 2.6.32 is fixed
Florian Fainelli
2010-06-26
9
-1
/
+575
*
make flashing scripts executable
Florian Fainelli
2010-06-26
4
-0
/
+0
*
remove support for building kernel headers with old kernels
Felix Fietkau
2010-06-26
1
-16
/
+3
*
remove obsolete kernel dependencies and version checks
Felix Fietkau
2010-06-26
37
-131
/
+65
*
remove gcc 3.4.6
Felix Fietkau
2010-06-26
14
-4679
/
+0
*
remove linux 2.4 support from several packages
Felix Fietkau
2010-06-26
19
-512
/
+53
*
remove broadcom-57xx (only used on linux 2.4)
Felix Fietkau
2010-06-26
28
-25147
/
+0
*
rename target/linux/generic-2.6 to generic
Felix Fietkau
2010-06-26
1042
-1
/
+1
*
remove linux 2.4 specific build system code
Felix Fietkau
2010-06-26
4
-22
/
+4
*
remove linux 2.4 kernel versions
Felix Fietkau
2010-06-26
1
-6
/
+0
*
remove a few packages which only work with linux 2.4
Felix Fietkau
2010-06-26
10
-525
/
+0
*
remove generic linux 2.4 support
Felix Fietkau
2010-06-26
254
-203191
/
+0
*
remove the old broadcom wl driver for linux 2.4
Felix Fietkau
2010-06-26
45
-16598
/
+0
*
remove the brcm-2.4 target, it will no longer be supported in future releases...
Felix Fietkau
2010-06-26
110
-27243
/
+0
*
add back the base-files/image code from brcm-2.4 to brcm47xx
Felix Fietkau
2010-06-26
23
-0
/
+1880
*
remove brcm47xx symlinks to brcm-2.4 (unfortunately svn does not allow a prop...
Felix Fietkau
2010-06-26
3
-3
/
+0
*
mac80211: update to wireless-testing 2010-06-15
Felix Fietkau
2010-06-26
11
-1946
/
+77
*
generic: rtl8366: rename vlan debugfs file to vlan_mc, and clean up it's format
Gabor Juhos
2010-06-26
2
-52
/
+26
*
generic: rtl8366: update vlan handling code for rtl8366s
Gabor Juhos
2010-06-26
1
-120
/
+174
*
generic: rtl8366: update vlan handling code of rtl8366rb
Gabor Juhos
2010-06-26
1
-121
/
+175
*
generic: rtl8366: add hw_init to initialize registers after reset
Gabor Juhos
2010-06-26
2
-4
/
+128
*
generic: rtl8366: introduce rtl8366_smi_rmwr function
Gabor Juhos
2010-06-26
4
-133
/
+75
*
generic: rtl8366s: get some MIB counters from another offset
Gabor Juhos
2010-06-26
1
-36
/
+57
*
generic: rtl8366: cleanup MIB counter printing
Gabor Juhos
2010-06-26
2
-122
/
+96
*
generic: rtl8366: use struct rtl8366_smi instead of struct rtl8366{s,rb}
Gabor Juhos
2010-06-26
2
-152
/
+141
*
generic: rtl8366: add common vlan_4k structure
Gabor Juhos
2010-06-26
3
-20
/
+49
*
generic: rtl8366: add common vlan_mc structure
Gabor Juhos
2010-06-26
3
-24
/
+62
*
generic: rtl8366: rename vlanmc and vlan4k related structures an functions
Gabor Juhos
2010-06-26
2
-83
/
+80
*
generic: rtl8366: use struct rtl8366_smi for phy_reg_{read,write} calls
Gabor Juhos
2010-06-26
2
-18
/
+14
*
generic: rtl8366: move mii bus handling to the rtl8366_smi code
Gabor Juhos
2010-06-26
4
-108
/
+75
*
generic: rtl8366: introduce rtl8366_smi_ops
Gabor Juhos
2010-06-26
4
-22
/
+63
*
generic: rtl8366: change format string for debugfs error messages
Gabor Juhos
2010-06-26
2
-12
/
+16
*
generic: rtl8366: don't show link parameters if the link is down
Gabor Juhos
2010-06-26
2
-24
/
+34
*
generic: rtl8366: fix register offset and size of MIB counters
Gabor Juhos
2010-06-26
2
-26
/
+26
*
generic: rtl8366: prevent modifications of VLAN 0
Gabor Juhos
2010-06-26
2
-6
/
+6
*
ar71xx: don't use vlan 0 for devices with rtl8366s switch
Gabor Juhos
2010-06-26
2
-2
/
+2
[prev]
[next]