Imre Kaloz
6e5921c1f3
fixup some boardnames
...
SVN-Revision: 22288
15 years ago
Imre Kaloz
eb86bf8fe8
remove unneeded patches
...
SVN-Revision: 22287
15 years ago
Alexandros C. Couloumbis
34d506c321
ixp4xx: backport r21893 wrt300nv2 mac fix to 2.6.32
...
SVN-Revision: 22284
15 years ago
Florian Fainelli
370e1f64de
add support for generic eb214a, thanks cezary ( #7027 )
...
SVN-Revision: 22275
15 years ago
Florian Fainelli
8b2e8f6674
remove 2.6.30 support
...
SVN-Revision: 22274
15 years ago
Florian Fainelli
f6935a4bdb
fix alice gate2 internet:green led ( #6743 )
...
SVN-Revision: 22273
15 years ago
Hauke Mehrtens
2d87b1c1ee
brcm47xx: activate swap again and run make oldconfig
...
SVN-Revision: 22266
15 years ago
Florian Fainelli
cb373b8d1b
use bootloader baudrate settings, thanks bifferos ( #7619 )
...
SVN-Revision: 22259
15 years ago
Florian Fainelli
3184a71056
fix bifferboard flash map, thanks bifferos ( #7622 )
...
SVN-Revision: 22258
15 years ago
Florian Fainelli
5571c233e9
refresh 2.6.32 patches
...
SVN-Revision: 22257
15 years ago
Florian Fainelli
3ad5c63eec
refresh 2.6.32 patches
...
SVN-Revision: 22256
15 years ago
Alexandros C. Couloumbis
2e0ff6cb7c
ixp4xx: update 2.6.35 config options
...
SVN-Revision: 22254
15 years ago
Hauke Mehrtens
c5ef57706d
kernel: refresh patches
...
SVN-Revision: 22252
15 years ago
Alexandros C. Couloumbis
628252073e
ixp4xx: use default lzma kernel compression
...
SVN-Revision: 22249
15 years ago
Alexandros C. Couloumbis
472585ce4a
ixp4xx: sync 2.6.33 patches against 2.6.33.6
...
SVN-Revision: 22248
15 years ago
Alexandros C. Couloumbis
9a4ca45096
ixp4xx: fix lzma/jffs2 config options
...
SVN-Revision: 22247
15 years ago
Hauke Mehrtens
bcec3ad0e9
kernel: fix kernel panic when traffic goes over the network.
...
SVN-Revision: 22246
15 years ago
Hauke Mehrtens
2e05035bb1
kernel: the interface fsync changed a little
...
SVN-Revision: 22244
15 years ago
Alexandros C. Couloumbis
30b022c3bd
ixp4xx: update 2.6.35 patches to 2.6.35-rc5
...
SVN-Revision: 22239
15 years ago
Alexandros C. Couloumbis
883e39cf8f
generic: update 2.6.35 patches to 2.6.35-rc5
...
SVN-Revision: 22238
15 years ago
Hamish Guthrie
d163ae3f61
Add a profile including Jamvm for Gumstix
...
SVN-Revision: 22230
15 years ago
Gabor Juhos
1ca67cba7f
ramips: enable ethernet driver for rt288x
...
SVN-Revision: 22214
15 years ago
Gabor Juhos
2e45ce264d
ramips: register ethernet device on the RT-N15
...
SVN-Revision: 22213
15 years ago
Gabor Juhos
c2ebadc504
ramips: add generic ethernet device for the RT288x
...
SVN-Revision: 22212
15 years ago
Gabor Juhos
0d8c036e56
ramips: add mdio_cfg configuration for the ethernet driver
...
SVN-Revision: 22211
15 years ago
Gabor Juhos
9445ce43a6
generic: rtl8366: add debugfs file to show PVIDs
...
SVN-Revision: 22206
15 years ago
Gabor Juhos
9a92e1a32c
generic: rtl8366: make rtl8366_set_vlan static
...
SVN-Revision: 22205
15 years ago
Gabor Juhos
48934bbd88
generic: rtl8366: add common rtl8366_sw_{get,set}_vlan_ports functions
...
SVN-Revision: 22204
15 years ago
Gabor Juhos
d4e0b75dda
generic: rtl8366: add common rtl8366_sw_get_vlan_info
...
SVN-Revision: 22203
15 years ago
Gabor Juhos
a59fa57985
generic: rtl8366: use smi->num_ports and smi->ops->get_vlan_4k
...
SVN-Revision: 22202
15 years ago
Gabor Juhos
ce7eca2dff
generic: rtl8366: add is_vlan_valid function to smi_ops
...
SVN-Revision: 22201
15 years ago
Gabor Juhos
dffd45dc61
generic: rtl8366: add common rtl8366_sw_get_port_mib function
...
SVN-Revision: 22200
15 years ago
Gabor Juhos
0049e74882
generic: rtl8366: generealize rtl8366{s,rb}_sw_get_port_mib functions
...
SVN-Revision: 22199
15 years ago
Gabor Juhos
e110321fce
generic: rtl8366: make rtl8366_{g,s}et_pvid static
...
SVN-Revision: 22198
15 years ago
Gabor Juhos
e561b18521
generic: rtl8366: add common rtl8366_sw_{get,set}_port_pvid functions
...
SVN-Revision: 22197
15 years ago
Gabor Juhos
534480d3fb
generic: rtl8366: add setup to rtl8366_smi_ops struct
...
SVN-Revision: 22196
15 years ago
Gabor Juhos
b093cec6cc
generic: rtl8366: introduce rtl8366_smi_alloc
...
SVN-Revision: 22195
15 years ago
Gabor Juhos
c7bc8fb46c
generic: rtl8366: get rid of private rtl8366{s,rb} structs
...
SVN-Revision: 22194
15 years ago
Gabor Juhos
008c81b859
generic: rtl8366: move switch device to the rtl8366_smi struct
...
SVN-Revision: 22193
15 years ago
Gabor Juhos
5508b23aaf
generic: rtl8366: get rid of private vlan_{mc,4k} structs
...
The usage of bitfields causes problems in Little-Endian mode. Remove
them and manipulate the bits directly in the appropriate functions. This
change also reduces the size of the binary a bit.
SVN-Revision: 22192
15 years ago
Gabor Juhos
540b3e6419
generic: rtl8366: use SWITCH_TYPE_NOVAL for reset_mib attributes
...
SVN-Revision: 22191
15 years ago
Gabor Juhos
4bb11f9a39
generic: move ath5k_platform.h from ar71xx to generic files
...
SVN-Revision: 22189
15 years ago
Gabor Juhos
95e09cccd8
ar71xx: in-flash macs and eeprom for mach-eap7660d
...
This adds in-flash mac-addresses and calibration data for the Senao
EAP7660D board.
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>
SVN-Revision: 22187
15 years ago
Daniel Dickinson
17ba48cd90
target (base-files): Fixed failsafe mode by adding back insmod diag
...
SVN-Revision: 22186
15 years ago
Jo-Philipp Wich
abdf25b045
add required exports for wl.ko
...
SVN-Revision: 22174
15 years ago
Gabor Juhos
d14e9e706e
ramips: Fix bridging in ramips ethernet driver
...
Bridging between the ramips ethernet driver and rt2800pci was somewhat
broken. Frames received by the ethernet driver which were passed to the
wifi driver for transmission were sometimes corrupted or sent out with
huge delays.
The reason for this is the missing assignment of skb->tail in the ramips
ethernet driver's rx path resulting in skb->tail pointing to skb->data.
Since skb->tail is used by mac80211 it writes into skb->data which messes
up the frames content.
Fix this by using skb_put to correctly set skb->len and skb->tail.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 22172
15 years ago
Gabor Juhos
27375c5139
ramips: protect GPIO register access with a spinlock
...
SVN-Revision: 22171
15 years ago
Gabor Juhos
9ee8b1f8c6
ramips: sync kernel config
...
SVN-Revision: 22170
15 years ago
Jo-Philipp Wich
9978dd7637
export SSB fallback SPROM - required for wl.ko
...
SVN-Revision: 22168
15 years ago
Claudio Mignanti
2d86ea7bf3
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
...
SVN-Revision: 22145
15 years ago