654f9c879fswitch: 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.
Jo-Philipp Wich
2012-03-13 21:15:41 +00:00
80307216f2uhttpd: reorder compiler flags to fix native build on Ubuntu 11.x
Jo-Philipp Wich
2012-03-13 20:41:31 +00:00
e3af7c82f8generic: ar8216: merge multiple if statements in ar8216_hw_apply
Gabor Juhos
2012-03-13 17:33:12 +00:00
6a57a1fbdbimagebuilder: fix parallel building (closes#11117)
Gabor Juhos
2012-03-13 17:29:40 +00:00
cd6a4cde13ar71xx: ag71xx: start aneg on switch PHYs after reset
Gabor Juhos
2012-03-13 17:29:37 +00:00
7c9534cfd7ar71xx: ag71xx: poll PHY status of all available switch ports
Gabor Juhos
2012-03-13 17:29:36 +00:00
8449eecf5far71xx: ag71xx: allow to use port 5 of the AR934x built-in switch
Gabor Juhos
2012-03-13 17:29:34 +00:00
1c5ac02a29ar71xx: reset the switch on AR934x before ethernet device registration
Gabor Juhos
2012-03-13 17:29:33 +00:00
17d3131d3car71xx: fix a typo in ar71xx_regs.h
Gabor Juhos
2012-03-13 17:29:31 +00:00
07486c4d96remove udc patch since it is unused
Florian Fainelli
2012-03-13 14:06:44 +00:00
95edc71814base-files-network: configure vlan interface name type immediately before the vconfig add calls, fixes race condition (#11127)
Jo-Philipp Wich
2012-03-13 12:25:28 +00:00
dce6ee5830ath9k: optimize waking tx queues, slightly improves performance under load
Felix Fietkau
2012-03-13 11:19:19 +00:00
b387cfd6e4kernel: 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
Felix Fietkau
2012-03-13 10:06:45 +00:00
5744d736f2base-files: remove old coldplugging hacks that are no longer necessary since the new main hotplug2 instance calls udevtrigger as well
Felix Fietkau
2012-03-13 09:18:30 +00:00
57b4047a5dath9k: remove stuck beacon detection optimization, it may be unreliable on some hardware
Felix Fietkau
2012-03-13 07:56:01 +00:00
66df117d1bar71xx: use a dummy callback for interfaces with fixed speed
Gabor Juhos
2012-03-12 20:38:58 +00:00
0cdeb6e4b2build: unexport C_INCLUDE_PATH to prevent user settings from interfering with the build (fixes#9865)
Felix Fietkau
2012-03-05 21:39:07 +00:00
c996929e14netifd: update to latest version
Felix Fietkau
2012-03-05 19:53:16 +00:00
96e8c6f0fdpackage/kernel: don't allow to select NAND modules for kernels <3.0
Gabor Juhos
2012-03-05 18:01:55 +00:00
74946bb022build: remove redundant call to $(SH_FUNC) (#8042)
Felix Fietkau
2012-03-05 11:57:08 +00:00
63a1a106fbkernel: fix powerpc unused-but-set variables
Felix Fietkau
2012-03-05 00:51:12 +00:00
8821950069kernel: remove the crtsavres dependency, the patched gcc will no longer emit references to that code
Felix Fietkau
2012-03-05 00:51:08 +00:00
40bf6ee842gcc: now that the gpr save/restore issues are taken care of, remove the -Os/-O2 workaround that dealt with it earlier
Felix Fietkau
2012-03-05 00:51:05 +00:00
d8c570a153gcc: do not emit references to _savegpr_* and _restgpr_* on powerpc, as they are tricky to deal with wrt. libgcc. they cannot be linked dynamically
Felix Fietkau
2012-03-05 00:51:01 +00:00