Commit Graph

3253 Commits (fbd4214bb0727268aa535af5b600d38939ec8dbc)

Author SHA1 Message Date
Jo-Philipp Wich eea5f1c565 fix a typo in config-2.6.34 and config-2.6.35, thanks frogonwheels
SVN-Revision: 22421
14 years ago
Alexandros C. Couloumbis b8d60bb9d4 target/linux: refresh kernel patches
SVN-Revision: 22413
14 years ago
Alexandros C. Couloumbis 1e05fd6eef generic/patches-2.6.34: Make devtmpfs available on (embedded) configurations without SHMEM/TMPFS, using ramfs instead. (gone mainline in kernel 2.6.35-r3)
SVN-Revision: 22407
14 years ago
Alexandros C. Couloumbis 766d2494b2 generic/config-2.6.32: switch from gzip to lzma jffs2 compression
SVN-Revision: 22374
14 years ago
Felix Fietkau dff51d3f2c kernel: add some missing debugging related config symbols
SVN-Revision: 22324
14 years ago
Felix Fietkau 9f6c22b497 kernel: add the new 'crashlog' feature, which tries to store kernel oops/panic logs in a fixed location in RAM to recover them after the reboot and make them available to user space using debugfs
SVN-Revision: 22305
14 years ago
Claudio Mignanti 3f25930247 pwm: export the generic pwm api as module
SVN-Revision: 22297
14 years ago
Hauke Mehrtens 49edb3c342 brcm47xx: prepare brcm47xx patches for sending to mainline.
SVN-Revision: 22296
14 years ago
Florian Fainelli 3ad5c63eec refresh 2.6.32 patches
SVN-Revision: 22256
14 years ago
Hauke Mehrtens c5ef57706d kernel: refresh patches
SVN-Revision: 22252
14 years ago
Hauke Mehrtens bcec3ad0e9 kernel: fix kernel panic when traffic goes over the network.
SVN-Revision: 22246
14 years ago
Hauke Mehrtens 2e05035bb1 kernel: the interface fsync changed a little
SVN-Revision: 22244
14 years ago
Alexandros C. Couloumbis 883e39cf8f generic: update 2.6.35 patches to 2.6.35-rc5
SVN-Revision: 22238
14 years ago
Gabor Juhos 9445ce43a6 generic: rtl8366: add debugfs file to show PVIDs
SVN-Revision: 22206
14 years ago
Gabor Juhos 9a92e1a32c generic: rtl8366: make rtl8366_set_vlan static
SVN-Revision: 22205
14 years ago
Gabor Juhos 48934bbd88 generic: rtl8366: add common rtl8366_sw_{get,set}_vlan_ports functions
SVN-Revision: 22204
14 years ago
Gabor Juhos d4e0b75dda generic: rtl8366: add common rtl8366_sw_get_vlan_info
SVN-Revision: 22203
14 years ago
Gabor Juhos a59fa57985 generic: rtl8366: use smi->num_ports and smi->ops->get_vlan_4k
SVN-Revision: 22202
14 years ago
Gabor Juhos ce7eca2dff generic: rtl8366: add is_vlan_valid function to smi_ops
SVN-Revision: 22201
14 years ago
Gabor Juhos dffd45dc61 generic: rtl8366: add common rtl8366_sw_get_port_mib function
SVN-Revision: 22200
14 years ago
Gabor Juhos 0049e74882 generic: rtl8366: generealize rtl8366{s,rb}_sw_get_port_mib functions
SVN-Revision: 22199
14 years ago
Gabor Juhos e110321fce generic: rtl8366: make rtl8366_{g,s}et_pvid static
SVN-Revision: 22198
14 years ago
Gabor Juhos e561b18521 generic: rtl8366: add common rtl8366_sw_{get,set}_port_pvid functions
SVN-Revision: 22197
14 years ago
Gabor Juhos 534480d3fb generic: rtl8366: add setup to rtl8366_smi_ops struct
SVN-Revision: 22196
14 years ago
Gabor Juhos b093cec6cc generic: rtl8366: introduce rtl8366_smi_alloc
SVN-Revision: 22195
14 years ago
Gabor Juhos c7bc8fb46c generic: rtl8366: get rid of private rtl8366{s,rb} structs
SVN-Revision: 22194
14 years ago
Gabor Juhos 008c81b859 generic: rtl8366: move switch device to the rtl8366_smi struct
SVN-Revision: 22193
14 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
14 years ago
Gabor Juhos 540b3e6419 generic: rtl8366: use SWITCH_TYPE_NOVAL for reset_mib attributes
SVN-Revision: 22191
14 years ago
Gabor Juhos 4bb11f9a39 generic: move ath5k_platform.h from ar71xx to generic files
SVN-Revision: 22189
14 years ago
Jo-Philipp Wich 9978dd7637 export SSB fallback SPROM - required for wl.ko
SVN-Revision: 22168
14 years ago
Claudio Mignanti 86f3d57a00 pwm: use coherent naming to avoid conflicts
SVN-Revision: 22142
14 years ago
Hauke Mehrtens 91ce82ef77 kernel: Add missing kernel config options
SVN-Revision: 22136
14 years ago
Hauke Mehrtens d6e8db7e6a kernel: add missing dma_dev member to struct ssb_device to make b43/b43legacy compile with current mac80211 version
SVN-Revision: 22135
14 years ago
Hauke Mehrtens 3aa9ba520f kernel: add missing config option found by buildbot
SVN-Revision: 22080
14 years ago
Felix Fietkau 36b295eefd repair the damage that was done to the packet socket type filter patch when it was forward ported to 2.6.33 this should fix the mac80211 problems in 2.6.33 and later versions
SVN-Revision: 22079
14 years ago
Felix Fietkau 3e425b2cbc add mini_fo fix to 2.6.30 as well
SVN-Revision: 22058
14 years ago
Felix Fietkau 3512ba10c0 mini_fo: add error pointer checks after dentry lookups to fix various crash bugs (fixes #7277, #7207, #7259)
SVN-Revision: 22057
14 years ago
Gabor Juhos 86b4b5e1e9 generic: rtl8366: enable VLAN ingress filtering
SVN-Revision: 22044
14 years ago
Florian Fainelli b917b09b91 refresh 2.6.34 patches
SVN-Revision: 22042
14 years ago
Claudio Mignanti d30bf22a55 Don't force pci support on .34 and .35
SVN-Revision: 21993
14 years ago
Gabor Juhos 50d88ac7d4 generic: rtl8366: minor cleanup
SVN-Revision: 21985
14 years ago
Gabor Juhos e19838e04c generic: rtl8366: add common read_debugfs_mibs function
SVN-Revision: 21984
14 years ago
Gabor Juhos 393f0bda89 generic: rtl8366: standardize read_debugfs_mibs functions
SVN-Revision: 21983
14 years ago
Gabor Juhos 5986c1f2d0 generic: rtl8366: use common rtl8366_mib_counter structure
SVN-Revision: 21982
14 years ago
Gabor Juhos 672018a30d generic: rtl8366: move common debugfs code to rtl8366_smi.c
SVN-Revision: 21981
14 years ago
Gabor Juhos 19ed040c62 generic: rtl8366: move buf to struct rtl8366_smi
SVN-Revision: 21980
14 years ago
Gabor Juhos 830b04bd72 generic: rtl8366: move common VLAN handling functions to rtl8366_smi.c
SVN-Revision: 21979
14 years ago
Gabor Juhos 81e9e7916f generic: rtl8366: add cpu_port, num_ports and num_vlan_mc to struct rtl8366_smi
SVN-Revision: 21978
14 years ago
Gabor Juhos 08942e9a98 generic: rtl8366: add VLAN handling functions to rtl8366_smi_ops
SVN-Revision: 21977
14 years ago
Gabor Juhos e8e8554192 generic: rtl8366: use RTL8366{S,RB} prefixes for all defines
SVN-Revision: 21976
14 years ago
Gabor Juhos c4dc96934d generic: rtl8366rb: fix MIB counter reset
SVN-Revision: 21969
14 years ago
Felix Fietkau da1bb88a2b rename target/linux/generic-2.6 to generic
SVN-Revision: 21952
14 years ago