Felix Fietkau
7b609a31be
kernel: improve profiling support, keep static symbols when profiling is enabled
...
SVN-Revision: 30964
2012-03-17 13:03:14 +00:00
Florian Fainelli
9b60eb478a
remove support for old kernels
...
SVN-Revision: 30963
2012-03-17 11:55:59 +00:00
Florian Fainelli
a2a18fe1ea
switch to 3.2
...
SVN-Revision: 30962
2012-03-17 11:55:56 +00:00
Florian Fainelli
6e2c0fbe9f
add support for 3.2
...
SVN-Revision: 30961
2012-03-17 11:55:53 +00:00
Florian Fainelli
9ef8de0e0a
add some more missing symbols
...
SVN-Revision: 30960
2012-03-17 11:55:49 +00:00
Felix Fietkau
94354fcb71
ath9k: remove the queue wake optimization, it may be unreliable in some cases
...
SVN-Revision: 30959
2012-03-16 22:22:34 +00:00
Gabor Juhos
f601339e79
ar71xx: add profile and generate image for the JA76PF2 board
...
SVN-Revision: 30958
2012-03-16 18:00:40 +00:00
Gabor Juhos
6036151187
ar71xx: add support for the jjPlus JA76PF2 board
...
SVN-Revision: 30957
2012-03-16 18:00:34 +00:00
Gabor Juhos
a680662391
ar71xx: change LED name prefix on the jjplus boards
...
SVN-Revision: 30956
2012-03-16 18:00:26 +00:00
Gabor Juhos
90279757bb
mpc52xx: switch to 3.2.9
...
SVN-Revision: 30955
2012-03-16 15:35:00 +00:00
Felix Fietkau
dd0f928b14
kernel: optimize out remaining netfilter hooks in the bridging code if bridge filtering is disabled
...
SVN-Revision: 30954
2012-03-16 09:21:59 +00:00
Felix Fietkau
b957208807
swconfig: use a mutex instead of a spinlock, many swconfig calls sleep
...
SVN-Revision: 30952
2012-03-15 19:32:31 +00:00
Felix Fietkau
404a4c1fcd
ar8216: fix a MTU related regression
...
Switch reset on AR8316 appears to clobber the MTU configuration register
and possibly other global config registers. Move global configuration
register init writes back to the reset callback.
SVN-Revision: 30951
2012-03-15 16:57:27 +00:00
Felix Fietkau
fab655c2b1
6to4: set the tunnel remote endpoint to any, put the gateway in the route instead
...
SVN-Revision: 30950
2012-03-15 11:01:50 +00:00
Felix Fietkau
7dcb1402e5
6to4: add netifd support
...
SVN-Revision: 30949
2012-03-15 09:49:33 +00:00
Felix Fietkau
b60539115e
netifd: fix ipv6 issues, add sit tunnel support
...
SVN-Revision: 30948
2012-03-15 09:49:29 +00:00
Felix Fietkau
adff0183ca
netifd: implement find_config()
...
SVN-Revision: 30947
2012-03-15 09:49:26 +00:00
Gabor Juhos
c00b53f3d0
ar71xx: move micrel PHY driver to the generic linux target
...
SVN-Revision: 30946
2012-03-15 09:25:53 +00:00
Gabor Juhos
0011804302
linux/3.3: build mdio_register_board_info into the kernel if PHYLIB is selected
...
SVN-Revision: 30945
2012-03-15 09:25:49 +00:00
Gabor Juhos
eb096bca59
linux/3.2: build mdio_register_board_info into the kernel if PHYLIB is selected
...
SVN-Revision: 30944
2012-03-15 09:25:47 +00:00
Hauke Mehrtens
cee31ca238
brcm47xx: add support for NAND flash on devices using bcma
...
This patch add support for the NAND flash on BCM5357 based devices like the WNR3500Lv2.
Thank you Tathagata Das <tathagata@alumnux.com> for the patch
SVN-Revision: 30943
2012-03-14 22:59:39 +00:00
Hauke Mehrtens
7fee567dc0
brcm47xx: move and rename the patches
...
The patches are now grouped by the part what they are doing and are using three digest numbers.
This does not remove or adds anything
SVN-Revision: 30942
2012-03-14 21:48:23 +00:00
Jonas Gorski
fab5be9b4f
lantiq: load dwc_otg early
...
Needed for using external rootfs on usb sticks.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
SVN-Revision: 30940
2012-03-14 10:59:52 +00:00
Jo-Philipp Wich
911666bff8
openssl 1.0.0h update patch
...
Hi
this patch updates openssl to 1.0.0h and refreshes all patches.
This fixes CVE-2012-0884.
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 30939
2012-03-13 22:09:48 +00:00
Jo-Philipp Wich
dd6c299d2e
firewall: fix fw__uci_state_del() procedure ( #11132 )
...
SVN-Revision: 30938
2012-03-13 21:22:13 +00:00
Jo-Philipp Wich
654f9c879f
switch: the hardware must be up while configuring Since the removal of the interface coldplug hack the timing changed in such a way that eth0 is not up during switch setup, leading to an inaccesible device. Bring up the switch interface before configuring it to mitigate the problem.
...
SVN-Revision: 30937
2012-03-13 21:15:41 +00:00
Jo-Philipp Wich
80307216f2
uhttpd: reorder compiler flags to fix native build on Ubuntu 11.x
...
SVN-Revision: 30936
2012-03-13 20:41:31 +00:00
Gabor Juhos
e3af7c82f8
generic: ar8216: merge multiple if statements in ar8216_hw_apply
...
SVN-Revision: 30928
2012-03-13 17:33:12 +00:00
Gabor Juhos
6a57a1fbdb
imagebuilder: fix parallel building ( closes #11117 )
...
SVN-Revision: 30927
2012-03-13 17:29:40 +00:00
Gabor Juhos
ff909edf94
ar71xx: ag71xx: fix ARP frame reception on AR934x switch ports
...
SVN-Revision: 30926
2012-03-13 17:29:38 +00:00
Gabor Juhos
cd6a4cde13
ar71xx: ag71xx: start aneg on switch PHYs after reset
...
SVN-Revision: 30925
2012-03-13 17:29:37 +00:00
Gabor Juhos
7c9534cfd7
ar71xx: ag71xx: poll PHY status of all available switch ports
...
SVN-Revision: 30924
2012-03-13 17:29:36 +00:00
Gabor Juhos
8449eecf5f
ar71xx: ag71xx: allow to use port 5 of the AR934x built-in switch
...
SVN-Revision: 30923
2012-03-13 17:29:34 +00:00
Gabor Juhos
1c5ac02a29
ar71xx: reset the switch on AR934x before ethernet device registration
...
SVN-Revision: 30922
2012-03-13 17:29:33 +00:00
Gabor Juhos
17d3131d3c
ar71xx: fix a typo in ar71xx_regs.h
...
SVN-Revision: 30921
2012-03-13 17:29:31 +00:00
Florian Fainelli
07486c4d96
remove udc patch since it is unused
...
SVN-Revision: 30920
2012-03-13 14:06:44 +00:00
Jo-Philipp Wich
95edc71814
base-files-network: configure vlan interface name type immediately before the vconfig add calls, fixes race condition ( #11127 )
...
SVN-Revision: 30919
2012-03-13 12:25:28 +00:00
Felix Fietkau
dce6ee5830
ath9k: optimize waking tx queues, slightly improves performance under load
...
SVN-Revision: 30918
2012-03-13 11:19:19 +00:00
Felix Fietkau
b387cfd6e4
kernel: bypass all netfilter hooks if the sysctls for that functionality have been disabled - eliminates the overhead of enabling CONFIG_BRIDGE_NETFILTER in the kernel config
...
SVN-Revision: 30917
2012-03-13 10:06:45 +00:00
Felix Fietkau
5744d736f2
base-files: remove old coldplugging hacks that are no longer necessary since the new main hotplug2 instance calls udevtrigger as well
...
SVN-Revision: 30916
2012-03-13 09:18:30 +00:00
Felix Fietkau
57b4047a5d
ath9k: remove stuck beacon detection optimization, it may be unreliable on some hardware
...
SVN-Revision: 30915
2012-03-13 07:56:01 +00:00
Gabor Juhos
66df117d1b
ar71xx: use a dummy callback for interfaces with fixed speed
...
SVN-Revision: 30913
2012-03-12 20:38:58 +00:00
Gabor Juhos
8b2b37ae58
ar71xx: merge ar934x_bo_ddr_flush patch
...
SVN-Revision: 30912
2012-03-12 20:38:57 +00:00
Gabor Juhos
b0bb0793b9
ar71xx: enable UART function for early_printk/console
...
SVN-Revision: 30909
2012-03-12 17:32:39 +00:00
Gabor Juhos
727a8c20c0
linux/3.3: refresh patches against 3.3-rc7
...
SVN-Revision: 30908
2012-03-12 17:32:38 +00:00
Gabor Juhos
18f7081e17
ramips: rt305x: add profile for the AZtech HW-5503G board
...
Patch from #11085 .
SVN-Revision: 30907
2012-03-12 17:29:06 +00:00
Gabor Juhos
fdb175f909
linux/3.3: allow to set platform_data for phy devices
...
SVN-Revision: 30906
2012-03-12 16:28:01 +00:00
Gabor Juhos
1f79bfec0b
linux/3.2: allow to set platform_data for phy devices
...
SVN-Revision: 30905
2012-03-12 16:28:00 +00:00
Gabor Juhos
2c2c288a3c
linux/3.3: add missing config symbol
...
SVN-Revision: 30904
2012-03-12 16:27:58 +00:00
Gabor Juhos
ccc939ebc0
ar71xx: remove a 3.3 patch, it is already in 3.3-rc7
...
SVN-Revision: 30903
2012-03-12 16:27:57 +00:00