Commit graph

4255 commits

Author SHA1 Message Date
Florian Fainelli
a1d41fa69b move broadcom-shdc from trunk to packages/utils
SVN-Revision: 21702
2010-06-07 11:26:32 +00:00
Jo-Philipp Wich
527e4c9b65 kernel: ensure that IMQ is autoloaded after ip_queue, fixes disappearing traffic when using qos rules
SVN-Revision: 21700
2010-06-07 10:47:20 +00:00
Alexandros C. Couloumbis
478e2efca7 add 2.6.35 support
SVN-Revision: 21693
2010-06-06 19:34:41 +00:00
Florian Fainelli
75cde2fd4c update openssl to 0.9.8o (#7428)
SVN-Revision: 21687
2010-06-06 19:02:22 +00:00
Jo-Philipp Wich
93c2c81bcf base-files: introduce option "broadcast" for proto=dhcp interface to enable the broadcast flag in DHCP requests, required by certain providers
SVN-Revision: 21661
2010-06-02 20:21:41 +00:00
Jo-Philipp Wich
fa244a1265 base-files: remove IPv6 LL addr from interfaces before adding them to a bridge
SVN-Revision: 21659
2010-06-02 17:18:38 +00:00
Felix Fietkau
c890f0d4df mac80211: reduce the size of the debugfs code
SVN-Revision: 21657
2010-06-02 01:12:16 +00:00
Jo-Philipp Wich
48c357ec01 firewall: - support alias ifnames different from parent ifname - properly handle multiple subnets per alias (v4+v6)
SVN-Revision: 21656
2010-06-02 00:59:35 +00:00
Jo-Philipp Wich
94db915196 base-files: - add aliases to device by default (not ifname) - introduce option "layer" to select the target ifname to attach the alias to: - 3 use tun device (tun over bridge over device) fallback to bridge or device - 2 use bridge (bridge over device) fallback to device - 1 use device
SVN-Revision: 21655
2010-06-02 00:22:13 +00:00
Felix Fietkau
8e39b122c9 mac80211: remove the pid rate control algorithm to save a few kbytes
SVN-Revision: 21654
2010-06-01 23:11:43 +00:00
Jo-Philipp Wich
07b571a239 firewall: Initial alias interface support. This allows to define zones covering alias interfaces and associated entries like rules and forwardings.
SVN-Revision: 21653
2010-06-01 21:58:48 +00:00
Jo-Philipp Wich
75941a19ac base-file: move alias setup to route hotplug, this fixes alias sections for non-static interfaces like ppp, dhcp, 6in4 etc.
SVN-Revision: 21652
2010-06-01 21:43:52 +00:00
Felix Fietkau
013be5ebe6 ath9k: one more queue stop/start fix
SVN-Revision: 21651
2010-06-01 19:30:32 +00:00
Felix Fietkau
82e32fbb71 ath9k: fix queue stopping/starting logic, should slightly reduce RAM usage under load and make throughput more smooth
SVN-Revision: 21650
2010-06-01 17:38:01 +00:00
Jo-Philipp Wich
a756114e59 firewall: change the order of IPv4/IPv6 address detection, fixes mixed notation v6 improperly detected as v4 address
SVN-Revision: 21642
2010-05-31 01:34:47 +00:00
Jo-Philipp Wich
c14e8be337 base-files: don't skip subsequent hotplug rules when doing makedev for tun or tap interfaces - this fixes support for uci managed OpenVPN interfaces and other externally created tuntap devices
SVN-Revision: 21641
2010-05-31 01:22:36 +00:00
Jo-Philipp Wich
e25fbfccdf firewall: fix support for netranges in redirect and rule sections
SVN-Revision: 21640
2010-05-30 23:49:47 +00:00
Jo-Philipp Wich
261d41a906 base-files: - use add_dns() and remove_dns() for when changing resolv.conf.auto for static or dhcp interfaces - force 0644 permissions when creating resolv.conf.auto, fixes dnsmasq permissions denied problem with pppd interfaces - revert dns servers in /sbin/ifdown - bump package revision
SVN-Revision: 21638
2010-05-30 18:23:43 +00:00
Jo-Philipp Wich
0bd7c65447 6in4: - support to automatically determine the local endpoint address from the current IPv4 default gateway - support updating the tunnel endpoint for he.net
SVN-Revision: 21612
2010-05-28 22:03:30 +00:00
Felix Fietkau
93dd5cdde9 grub: compile fixes for Mac OS X (based on patches by Jukka Ylitalo)
SVN-Revision: 21608
2010-05-28 19:48:05 +00:00
Jo-Philipp Wich
09df0523fd base-files: revert r21595
SVN-Revision: 21597
2010-05-28 10:52:02 +00:00
Jo-Philipp Wich
482b8385d2 base-files: bring bridge port iface down before changing the mac (#7111)
SVN-Revision: 21595
2010-05-28 00:59:19 +00:00
Jo-Philipp Wich
8bc961239b base-files: 3g connection interfaces are now called "3g-*" - adjust 10-net hotplug handler to match them
SVN-Revision: 21591
2010-05-28 00:35:54 +00:00
Jo-Philipp Wich
090680f083 pptp: support interface sections without ifname by implementing scan_pptp()
SVN-Revision: 21590
2010-05-28 00:30:09 +00:00
Jo-Philipp Wich
278589f5d7 add 6in4 - support for static IPv6-in-IPv4 tunnels through /etc/config/network
SVN-Revision: 21589
2010-05-28 00:27:01 +00:00
Jo-Philipp Wich
c0820d3261 base-files: respect .auto option when running coldplug_interface_*() hooks on boot
SVN-Revision: 21588
2010-05-27 23:04:56 +00:00
Vasilis Tsiligiannis
c42a8611fc madwifi: Fix 0dBm txpower setting display
SVN-Revision: 21584
2010-05-27 20:10:50 +00:00
Felix Fietkau
4920935b98 ath9k: merge some more pending fixes - should improve throughput
SVN-Revision: 21578
2010-05-27 14:04:32 +00:00
Felix Fietkau
6df2ad3e70 when changing the mac address of a bridge interface, keep member interface addresses in sync (patch from #7111)
SVN-Revision: 21577
2010-05-27 14:04:28 +00:00
Felix Fietkau
5399ba9751 remove a leftover .orig file
SVN-Revision: 21576
2010-05-27 14:04:22 +00:00
Jo-Philipp Wich
f6f89817e3 comgt: remove obsolete iptables support code
SVN-Revision: 21574
2010-05-26 20:14:42 +00:00
Nicolas Thill
e583494eca package/carl9170: update to 1.0.5.3 (closes: #7342), make DebugFS support configurable and add LEDs support
SVN-Revision: 21572
2010-05-26 14:25:17 +00:00
Florian Fainelli
2f20eed642 revert r21522, updating to 1.4.8 requires libnfnetlink
SVN-Revision: 21571
2010-05-26 12:17:14 +00:00
Felix Fietkau
b674689a98 mac80211: update to wireless-testing 2010-05-24
SVN-Revision: 21568
2010-05-25 17:29:50 +00:00
Jo-Philipp Wich
a93571825f pptp: add "buffering" uci option to enable --nobuffer if needed (#7080)
SVN-Revision: 21563
2010-05-24 16:28:46 +00:00
Nicolas Thill
338f1af5f3 bump release number for packages ahead of backfire in trunk
SVN-Revision: 21556
2010-05-23 21:55:40 +00:00
Nicolas Thill
e9246f9c56 remove unused $Id$
SVN-Revision: 21550
2010-05-23 14:42:44 +00:00
Nicolas Thill
87f8a80eae add PKG_RELEASE var to packages lacking one
SVN-Revision: 21547
2010-05-23 14:09:25 +00:00
Nicolas Thill
203fd74f16 package/compcache: fix release number
SVN-Revision: 21546
2010-05-23 14:05:47 +00:00
Nicolas Thill
cbdb520895 package/busybox: add upstream hush patch, bump release number
SVN-Revision: 21545
2010-05-23 14:00:43 +00:00
Florian Fainelli
962c5c03b6 update iptables md5sum
SVN-Revision: 21534
2010-05-22 07:55:39 +00:00
Jo-Philipp Wich
409edb1b8e firewall: count rules per chain and family, fix wrong order of ip6tables rules when ipv4 only or dual family rules are defined
SVN-Revision: 21533
2010-05-22 02:01:19 +00:00
Florian Fainelli
2b0bf20c86 fix kmod-swconfig module loading typo
SVN-Revision: 21530
2010-05-21 21:25:39 +00:00
Jo-Philipp Wich
46301850d6 uci: bump pkg release after r21489-r21494 (#7312)
SVN-Revision: 21529
2010-05-21 20:35:39 +00:00
Nicolas Thill
a6f41b3356 package/button-hotplug: bump release number (missed from r21074)
SVN-Revision: 21528
2010-05-21 15:37:00 +00:00
Nicolas Thill
4e42dff799 package/broadcom-diag: bump release number (missed from r20737 & r20869)
SVN-Revision: 21527
2010-05-21 15:32:29 +00:00
Nicolas Thill
8a6e466d9f package/arptables: update to 0.0.3-4
SVN-Revision: 21526
2010-05-21 15:23:02 +00:00
Nicolas Thill
050f495cb3 package/ebtables: update to 2.0.9-2
SVN-Revision: 21525
2010-05-21 15:22:31 +00:00
Nicolas Thill
b965033a8d package/dropbear: bump release number (missed in r20960)
SVN-Revision: 21524
2010-05-21 15:10:33 +00:00
Nicolas Thill
e2df3ea15f package/dnsmasq: bump release number (missed from r21400)
SVN-Revision: 21523
2010-05-21 15:08:27 +00:00