summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dnsmasq: initscript: fix bool options handling, bump release numberNicolas Thill2010-07-172-4/+4
| | | | SVN-Revision: 22251
* ixp4xx: use default lzma kernel compressionAlexandros C. Couloumbis2010-07-171-2/+0
| | | | SVN-Revision: 22249
* ixp4xx: sync 2.6.33 patches against 2.6.33.6Alexandros C. Couloumbis2010-07-172-21/+10
| | | | SVN-Revision: 22248
* ixp4xx: fix lzma/jffs2 config optionsAlexandros C. Couloumbis2010-07-171-3/+1
| | | | SVN-Revision: 22247
* kernel: fix kernel panic when traffic goes over the network.Hauke Mehrtens2010-07-171-7/+26
| | | | SVN-Revision: 22246
* kernel: the interface fsync changed a littleHauke Mehrtens2010-07-171-4/+29
| | | | SVN-Revision: 22244
* finalize r22241 fixesAlexandros C. Couloumbis2010-07-173-6/+7
| | | | SVN-Revision: 22242
* package/kernel: update r22229Alexandros C. Couloumbis2010-07-171-1/+1
| | | | SVN-Revision: 22241
* ep80579-drivers: the build system for this package is broken beyond repair. ↵Felix Fietkau2010-07-171-13/+25
| | | | | | work around this by only using the kbuild make invocations and ignoring the other crap SVN-Revision: 22240
* ixp4xx: update 2.6.35 patches to 2.6.35-rc5Alexandros C. Couloumbis2010-07-161-6/+6
| | | | SVN-Revision: 22239
* generic: update 2.6.35 patches to 2.6.35-rc5Alexandros C. Couloumbis2010-07-161-524/+0
| | | | SVN-Revision: 22238
* Add a profile including Jamvm for GumstixHamish Guthrie2010-07-161-0/+25
| | | | SVN-Revision: 22230
* iptables: package hashlimit module (#6696)Jo-Philipp Wich2010-07-162-0/+26
| | | | SVN-Revision: 22229
* firewall: allow redirecting only destination port (#7197)Jo-Philipp Wich2010-07-162-3/+4
| | | | SVN-Revision: 22227
* dnsmasq: add and enable DNS rebind protectionsJo-Philipp Wich2010-07-163-2/+28
| | | | SVN-Revision: 22222
* firewall: fix another notrack related bugJo-Philipp Wich2010-07-151-1/+1
| | | | SVN-Revision: 22218
* firewall: - notrack support was broken in multiple ways, fix it - also ↵Jo-Philipp Wich2010-07-155-9/+11
| | | | | | consider a zone conntracked if any redirect references it (#7196) SVN-Revision: 22215
* ramips: enable ethernet driver for rt288xGabor Juhos2010-07-152-2/+2
| | | | SVN-Revision: 22214
* ramips: register ethernet device on the RT-N15Gabor Juhos2010-07-151-0/+8
| | | | SVN-Revision: 22213
* ramips: add generic ethernet device for the RT288xGabor Juhos2010-07-152-0/+44
| | | | SVN-Revision: 22212
* ramips: add mdio_cfg configuration for the ethernet driverGabor Juhos2010-07-153-0/+86
| | | | SVN-Revision: 22211
* generic: rtl8366: add debugfs file to show PVIDsGabor Juhos2010-07-151-0/+42
| | | | SVN-Revision: 22206
* generic: rtl8366: make rtl8366_set_vlan staticGabor Juhos2010-07-152-5/+2
| | | | SVN-Revision: 22205
* generic: rtl8366: add common rtl8366_sw_{get,set}_vlan_ports functionsGabor Juhos2010-07-154-106/+57
| | | | SVN-Revision: 22204
* generic: rtl8366: add common rtl8366_sw_get_vlan_infoGabor Juhos2010-07-154-84/+47
| | | | SVN-Revision: 22203
* generic: rtl8366: use smi->num_ports and smi->ops->get_vlan_4kGabor Juhos2010-07-152-8/+8
| | | | SVN-Revision: 22202
* generic: rtl8366: add is_vlan_valid function to smi_opsGabor Juhos2010-07-153-6/+25
| | | | SVN-Revision: 22201
* generic: rtl8366: add common rtl8366_sw_get_port_mib functionGabor Juhos2010-07-154-68/+39
| | | | SVN-Revision: 22200
* generic: rtl8366: generealize rtl8366{s,rb}_sw_get_port_mib functionsGabor Juhos2010-07-152-8/+10
| | | | SVN-Revision: 22199
* generic: rtl8366: make rtl8366_{g,s}et_pvid staticGabor Juhos2010-07-152-44/+41
| | | | SVN-Revision: 22198
* generic: rtl8366: add common rtl8366_sw_{get,set}_port_pvid functionsGabor Juhos2010-07-154-28/+21
| | | | SVN-Revision: 22197
* generic: rtl8366: add setup to rtl8366_smi_ops structGabor Juhos2010-07-154-8/+11
| | | | SVN-Revision: 22196
* generic: rtl8366: introduce rtl8366_smi_allocGabor Juhos2010-07-154-9/+20
| | | | SVN-Revision: 22195
* generic: rtl8366: get rid of private rtl8366{s,rb} structsGabor Juhos2010-07-152-84/+42
| | | | SVN-Revision: 22194
* generic: rtl8366: move switch device to the rtl8366_smi structGabor Juhos2010-07-153-22/+15
| | | | SVN-Revision: 22193
* generic: rtl8366: get rid of private vlan_{mc,4k} structsGabor Juhos2010-07-152-277/+148
| | | | | | | | 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
* generic: rtl8366: use SWITCH_TYPE_NOVAL for reset_mib attributesGabor Juhos2010-07-152-23/+7
| | | | SVN-Revision: 22191
* madwifi: in-flash macs for mach-eap7660dGabor Juhos2010-07-152-1/+37
| | | | | | | | | This patch makes madwifi respect (at least) the platform_data supplied MAC address. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> SVN-Revision: 22190
* generic: move ath5k_platform.h from ar71xx to generic filesGabor Juhos2010-07-151-0/+0
| | | | SVN-Revision: 22189
* ath5k: in-flash macs and eeprom for mach-eap7660dGabor Juhos2010-07-153-1/+93
| | | | | | | | | This adds ath5k_platform.h to mac80211 and patches ath5k to respect MAC addresses and eeprom content from platform_data, if supplied. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> SVN-Revision: 22188
* ar71xx: in-flash macs and eeprom for mach-eap7660dGabor Juhos2010-07-153-3/+109
| | | | | | | | | 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
* target (base-files): Fixed failsafe mode by adding back insmod diagDaniel Dickinson2010-07-151-0/+8
| | | | SVN-Revision: 22186
* enable ipv6 support for packages by defaultFelix Fietkau2010-07-131-1/+1
| | | | SVN-Revision: 22176
* broadcom-wl: fix md5sumsJo-Philipp Wich2010-07-131-2/+2
| | | | SVN-Revision: 22175
* add required exports for wl.koJo-Philipp Wich2010-07-132-0/+68
| | | | SVN-Revision: 22174
* broadcom-wl: - update to v5.10.56.27.3 - get fallback SPROM from SSB if ↵Jo-Philipp Wich2010-07-133-33/+91
| | | | | | neither on-device SPROM nor nvram is available - working brcm63xx support SVN-Revision: 22173
* ramips: Fix bridging in ramips ethernet driverGabor Juhos2010-07-131-1/+1
| | | | | | | | | | | | | | | | | | 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
* ramips: protect GPIO register access with a spinlockGabor Juhos2010-07-131-1/+11
| | | | SVN-Revision: 22171
* ramips: sync kernel configGabor Juhos2010-07-132-22/+0
| | | | SVN-Revision: 22170
* tools/firmware-utils: enhance mktplinkfw utilityGabor Juhos2010-07-131-9/+278
| | | | | | | | | | | Attached patch enhances the mktplinkfw utility: 1. existing firmware files in TP-Link format can now be inspected, showing eg. the used offsets 2. optionally the kernel and rootfs parts can be extracted (saves calculations for dd) 3. when generating firmwares, kernel entry point, load address and rootfs offset can be overwritten (for experienced users) Patch-by: Pieter "Fate" Hollants <pieter@hollants.com> SVN-Revision: 22169