Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/brcm-2.4: add missing CONFIG_INPUT_* symbols | Nicolas Thill | 2010-04-29 | 1 | -1/+6 |
| | | | | SVN-Revision: 21261 | ||||
* | add kernel support for iptables comment match | Jo-Philipp Wich | 2010-04-05 | 1 | -0/+95 |
| | | | | SVN-Revision: 20720 | ||||
* | fix ndisc compilation failure (#6984) | Florian Fainelli | 2010-03-29 | 1 | -0/+11 |
| | | | | SVN-Revision: 20591 | ||||
* | add missing linux/types.h header in netlink.h | Florian Fainelli | 2010-03-26 | 1 | -0/+11 |
| | | | | SVN-Revision: 20488 | ||||
* | ppp: enable multilink support (#4837) | Jo-Philipp Wich | 2010-02-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 19811 | ||||
* | update kernel to version 2.4.37.9 and refresh patches | Hauke Mehrtens | 2010-02-19 | 6 | -42/+42 |
| | | | | SVN-Revision: 19762 | ||||
* | netfilter: add support for raw table and NOTRACK target (#5504) | Jo-Philipp Wich | 2010-02-19 | 2 | -0/+710 |
| | | | | SVN-Revision: 19721 | ||||
* | brcm-2.4: add support for 8-bit flash bus width | Felix Fietkau | 2010-01-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 19421 | ||||
* | sort all target config files | Imre Kaloz | 2009-11-11 | 1 | -58/+58 |
| | | | | SVN-Revision: 18367 | ||||
* | enable multicast routing for linux 2.4 (#6037) | Felix Fietkau | 2009-11-05 | 1 | -1/+3 |
| | | | | SVN-Revision: 18312 | ||||
* | remove ipset support from core, it is now provided by xtables-addons from ↵ | Nicolas Thill | 2009-10-03 | 13 | -5763/+24 |
| | | | | | | the packages feed SVN-Revision: 17844 | ||||
* | refresh patches | Andy Boyett | 2009-09-10 | 23 | -184/+139 |
| | | | | SVN-Revision: 17553 | ||||
* | remove nat pptp conntracking patch | Andy Boyett | 2009-09-10 | 5 | -2563/+125 |
| | | | | | | | | | | | | | | | Patch 603-netfilter_nat_pptp.patch appears to be the cause of the longstanding brcm-2.4 dnat off-by-one port forwarding bug. Months of testing builds with this patch removed have not been able to reproduce the issue. The 603 patch is rather large and we (the OpenWrt developers) have not been able to isolate the cause of the bug within the patch. The number of people have actually use pptp nat conntracking is far less than number of people that use port forwarding and as a result we must drop this patch to ensure proper behavior for the majority of users. SVN-Revision: 17552 | ||||
* | patches/607-netfilter_connmark: fix typo | Andy Boyett | 2009-09-10 | 1 | -2/+1 |
| | | | | SVN-Revision: 17551 | ||||
* | add patch from #4850 to make hdparm work on usb drivers (#4850) | Florian Fainelli | 2009-07-25 | 1 | -0/+14 |
| | | | | SVN-Revision: 16978 | ||||
* | update to 2.4.37, tested on wrt54gs (#4766) | Florian Fainelli | 2009-05-28 | 22 | -329/+85 |
| | | | | SVN-Revision: 16144 | ||||
* | brcm-2.4: fix conntrack structure inconsistency with iptables, which can ↵ | Felix Fietkau | 2009-05-28 | 1 | -0/+49 |
| | | | | | | cause problems with port matching/forwarding and protocol matching SVN-Revision: 16141 | ||||
* | generic-2.4: add missing missing <linux/types.h> include to <linux/watchdog.h> | Nicolas Thill | 2009-05-27 | 1 | -0/+10 |
| | | | | SVN-Revision: 16109 | ||||
* | brcm-2.4: potential fix for pptp nat | Felix Fietkau | 2009-05-21 | 1 | -0/+53 |
| | | | | SVN-Revision: 15970 | ||||
* | revert r15861 for generic-2.4 config | Jo-Philipp Wich | 2009-05-16 | 1 | -0/+1 |
| | | | | SVN-Revision: 15879 | ||||
* | config cleanups | Imre Kaloz | 2009-05-15 | 1 | -1/+0 |
| | | | | SVN-Revision: 15861 | ||||
* | generic-2.4: refresh patches | Andy Boyett | 2009-05-15 | 68 | -3453/+1624 |
| | | | | SVN-Revision: 15860 | ||||
* | generic-2.4: renumber netfilter patches | Andy Boyett | 2009-05-15 | 3 | -0/+0 |
| | | | | | | | both the netfilter_random and tc_esfq patches were numbered 621 in the patch series, bumped index of tc_esfq and all following 62x patches by one SVN-Revision: 15859 | ||||
* | generic-2.4: fix ipt_random patch after removal of ipt_time | Andy Boyett | 2009-05-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 15858 | ||||
* | netfilter: remove ipt_limit (CONFIG_IP_NF_MATCH_TIME) superseeded by ↵ | Nicolas Thill | 2009-05-14 | 1 | -242/+0 |
| | | | | | | xt_limit (CONFIG_NETFILTER_XT_MATCH_TIME) in 2.6.24 and newer, remove ipt_limit in 2.4 since we don't have userland support for it in iptables v1.3.8 SVN-Revision: 15843 | ||||
* | unset CONFIG_WATCHDOG_NOWAYOUT in default kernel config | Jo-Philipp Wich | 2009-05-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 15809 | ||||
* | include missing xt_layer7.h in 602-netfilter_layer7_2.21.patch | Jo-Philipp Wich | 2009-05-01 | 1 | -0/+17 |
| | | | | SVN-Revision: 15546 | ||||
* | drop iptables 1.3.8 and switch to to 1.4.3.2, refresh layer7 kernel patches ↵ | Jo-Philipp Wich | 2009-04-29 | 1 | -161/+111 |
| | | | | | | and add packages for libiptc + libxtables SVN-Revision: 15501 | ||||
* | move the mii_ioctl to generic patches, fixes (#1802) | Florian Fainelli | 2009-03-26 | 1 | -0/+64 |
| | | | | SVN-Revision: 15045 | ||||
* | backport ipv6 security fix to 2.4 (#4245) | Felix Fietkau | 2008-12-23 | 1 | -0/+26 |
| | | | | SVN-Revision: 13734 | ||||
* | Add missing firewire configuration symbols to 2.4 as well | Florian Fainelli | 2008-11-10 | 1 | -0/+9 |
| | | | | SVN-Revision: 13171 | ||||
* | make the whole iptables/netfiter modular (closes: #3871, #3527) | Nicolas Thill | 2008-09-22 | 1 | -11/+13 |
| | | | | SVN-Revision: 12649 | ||||
* | Package ip6t_limit and ip6t_frag for 2.4 kernels (#3760) | Florian Fainelli | 2008-08-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 12276 | ||||
* | This series of patches closes the support gap on one of the explicitly ↵ | Travis Kemen | 2008-07-21 | 1 | -6/+2 |
| | | | | | | supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com> SVN-Revision: 11898 | ||||
* | refresh generic-2.4 patches | Gabor Juhos | 2008-05-19 | 67 | -3767/+3767 |
| | | | | SVN-Revision: 11213 | ||||
* | update iptables to 1.4.0 (2.6 kernels only), refresh kernel patches | Gabor Juhos | 2008-04-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 10843 | ||||
* | Fix kmod-nls-* dependency under brcm-2.4 | Florian Fainelli | 2008-04-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 10712 | ||||
* | Fix bridge ioctls patch | Florian Fainelli | 2008-04-01 | 1 | -2/+0 |
| | | | | SVN-Revision: 10699 | ||||
* | generic-2.4: add ip6t_REJECT support | Gabor Juhos | 2008-02-18 | 2 | -0/+361 |
| | | | | SVN-Revision: 10482 | ||||
* | Add missing bridge ioctls to make bluez-utils compile with brcm-3.4 | Florian Fainelli | 2008-02-10 | 1 | -0/+18 |
| | | | | SVN-Revision: 10441 | ||||
* | add missing kernel config option | Felix Fietkau | 2008-02-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 10362 | ||||
* | update brcm-2.4 to 2.4.35.4, integrate new broadcom system code, update ↵ | Felix Fietkau | 2008-01-06 | 67 | -3032/+4002 |
| | | | | | | broadcom-wl to a contributed version (v4.150.10.5) - no bcm57xx support yet, will follow shortly SVN-Revision: 10137 | ||||
* | revert r9801 - fixes #2921 | Felix Fietkau | 2008-01-06 | 2 | -7126/+0 |
| | | | | SVN-Revision: 10132 | ||||
* | Put back kmod-ebtables for 2.4 kernels | Florian Fainelli | 2007-12-19 | 2 | -0/+7126 |
| | | | | SVN-Revision: 9801 | ||||
* | move crypto support to a seperate crypto.mk file, split modules into ↵ | Nicolas Thill | 2007-09-23 | 1 | -14/+14 |
| | | | | | | multiple packages and adjust dependencies, sync crypto options in kconfigs. SVN-Revision: 8980 | ||||
* | add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP ↵ | Nicolas Thill | 2007-09-22 | 1 | -2/+2 |
| | | | | | | (closes: #2297, thanks to aorlinsk), sync 2.4 / 2.6 kconfigs. SVN-Revision: 8955 | ||||
* | set CONFIG_JFFS2_FS_DEBUG=0 in generic 2.4 kconfig | Nicolas Thill | 2007-09-22 | 1 | -0/+1 |
| | | | | SVN-Revision: 8948 | ||||
* | remove two ip6t modules on linux 2.4, because they're causing conflicts with ↵ | Felix Fietkau | 2007-09-20 | 1 | -2/+2 |
| | | | | | | ipv4 stuff SVN-Revision: 8863 | ||||
* | merge 3G usb serial card patches and move it at 802 | Nicolas Thill | 2007-09-17 | 2 | -24/+15 |
| | | | | SVN-Revision: 8827 | ||||
* | Add Merlin XU870 (#1303) | Florian Fainelli | 2007-09-09 | 1 | -0/+13 |
| | | | | SVN-Revision: 8715 |