Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iproute2: update to 3.10.0 | Luka Perkov | 2013-07-28 | 3 | -15/+6 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37590 | ||||
* | kernel: fix xtables-addons dependencies with kernel 3.3 | Hauke Mehrtens | 2013-07-19 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37461 | ||||
* | xtables-addons: use a select of kmod-ipt-core instead of depending on it | Jo-Philipp Wich | 2013-07-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 37425 | ||||
* | xtables-addons: add missing kmod dependencies | Jo-Philipp Wich | 2013-07-19 | 1 | -3/+3 |
| | | | | SVN-Revision: 37424 | ||||
* | Bump iptables version | Steven Barth | 2013-07-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 37329 | ||||
* | iptables: restore reap functionality to recent module | Steven Barth | 2013-07-15 | 1 | -0/+13 |
| | | | | | | | | | | | | | | The reap functionality appears to have been accidentally disabled by commit 74ded7257e5da5e309844d386290f24ae91950a6 to iptables.git, see: git://git.netfilter.org/iptables.git and subsequently in iptables 1.4.15 and later. This adds a patch to restore reap functionality for recent_opts_v1. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 37328 | ||||
* | ipset: force the shell to bash to fix build issues on mac os x | Felix Fietkau | 2013-07-10 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37227 | ||||
* | xtables-addons: update to version 2.3, adds linux 3.10 compatibility | Felix Fietkau | 2013-07-10 | 7 | -95/+12 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37226 | ||||
* | linux-atm: fix dependencies | Luka Perkov | 2013-07-08 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37189 | ||||
* | mac80211: update to wireless-testing 2013-06-27, fix ATH_USER_REGD handling | Felix Fietkau | 2013-06-30 | 1 | -9/+208 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37097 | ||||
* | arptables: Bump to 0.0.4 | Steven Barth | 2013-06-24 | 1 | -2/+2 |
| | | | | SVN-Revision: 37020 | ||||
* | packages: clean up the package folder | John Crispin | 2013-06-21 | 6 | -0/+828 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007 | ||||
* | iproute2: add drop-failed rule action (patch by Jonas Gorski) | Steven Barth | 2013-06-11 | 2 | -1/+64 |
| | | | | SVN-Revision: 36910 | ||||
* | iwinfo: add phyname attribute, this is useful to group networks by radio phy | Jo-Philipp Wich | 2013-06-09 | 12 | -3/+95 |
| | | | | SVN-Revision: 36889 | ||||
* | libiwinfo: ignore log messages from wpa_supplicant while scanning | Jo-Philipp Wich | 2013-06-09 | 1 | -16/+47 |
| | | | | | | | | | | | | | | | wpa_supplicant may send log and event messages intermixed with the expected scan results. This makes "iwinfo wlan0 scan" and LuCI "site survey" display nothing when many AP's are around. Eliminate the CTRL-EVENT-BSS-ADDED events, interspersed log messages, lines with unexpected format. Increase timeout to handle the max number of channels (2.4, 3.6, 4.9, 5 GHz). Insure receive buffer is null-terminated. Signed-off-by: Jean-Pierre Tosoni <jp.tosoni@acksys.fr> SVN-Revision: 36888 | ||||
* | iptables: install libext*.a into staging dir | Jo-Philipp Wich | 2013-06-06 | 1 | -0/+4 |
| | | | | SVN-Revision: 36867 | ||||
* | iptables: bump to 1.4.19.1 | Steven Barth | 2013-05-29 | 4 | -67/+20 |
| | | | | SVN-Revision: 36760 | ||||
* | mac80211: add support for "active" monitor interfaces which allow userspace ↵ | Felix Fietkau | 2013-05-28 | 2 | -0/+28 |
| | | | | | | | | tools to connect to APs via injection Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36743 | ||||
* | ipset: remove dependency on iptables-mod-ipset - technically it does not ↵ | Jo-Philipp Wich | 2013-05-21 | 1 | -1/+1 |
| | | | | | | depend on it and the iptables matches are now part of the base SVN-Revision: 36685 | ||||
* | netfilter: move time, mark, set matches and MARK, REDIRECT, SET targets into ↵ | Jo-Philipp Wich | 2013-05-21 | 1 | -21/+14 |
| | | | | | | base iptables package - drop iptables-mod-ipset SVN-Revision: 36683 | ||||
* | iptables: use -ffunction-sections, -fdata-sections and --gc-sections | Jo-Philipp Wich | 2013-05-21 | 1 | -2/+6 |
| | | | | SVN-Revision: 36680 | ||||
* | iproute2: workaround compile issues with gcc 4.8.x | Luka Perkov | 2013-05-16 | 4 | -4/+16 |
| | | | | SVN-Revision: 36642 | ||||
* | iproute2: upgrade to 3.9.0 | Luka Perkov | 2013-05-14 | 11 | -120/+50 |
| | | | | SVN-Revision: 36638 | ||||
* | iproute2: print help in connmark | Luka Perkov | 2013-05-14 | 2 | -2/+5 |
| | | | | SVN-Revision: 36637 | ||||
* | package: fold the IPv6 menu into Network | Felix Fietkau | 2013-05-14 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36634 | ||||
* | iwinfo: only consider joined bss when finding current operating frequency, ↵ | Jo-Philipp Wich | 2013-05-12 | 2 | -2/+3 |
| | | | | | | fixes spurious misreporting of frequencies in ad-hoc mode SVN-Revision: 36604 | ||||
* | iw: update to 3.10, sync with nl80211.h changes in compat-wireless | Felix Fietkau | 2013-05-06 | 6 | -512/+72 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36569 | ||||
* | Fix install of iptables pkg-config files. | Jo-Philipp Wich | 2013-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | libiptc.pc depends on libip[4|6]tc.pc, thus all of those need to be installed. Should fix collectd build and thus #13146; which should make collectd appear in snapshots again. Signed-off-by: Danny Baumann <dannybaumann@web.de> SVN-Revision: 36509 | ||||
* | iwinfo: fix iwinfo_hardware() return value if chip id is not found | Jo-Philipp Wich | 2013-04-28 | 2 | -7/+4 |
| | | | | SVN-Revision: 36471 | ||||
* | iwinfo: add hw database file | Jo-Philipp Wich | 2013-04-26 | 1 | -0/+55 |
| | | | | SVN-Revision: 36450 | ||||
* | iwinfo: move builtin hardware database to /usr/share/libiwinfo/hardware.txt | Jo-Philipp Wich | 2013-04-26 | 4 | -83/+35 |
| | | | | SVN-Revision: 36449 | ||||
* | iwinfo: add SR71-15 radio info, fix nl80211 channel/frequency reporting on ↵ | Jo-Philipp Wich | 2013-04-24 | 3 | -5/+7 |
| | | | | | | some architectures SVN-Revision: 36417 | ||||
* | iwinfo: print info of all existing wireless ifaces when cli is called ↵ | Jo-Philipp Wich | 2013-04-15 | 2 | -2/+29 |
| | | | | | | without arguments SVN-Revision: 36339 | ||||
* | iwinfo: fix frequency/channel and channel/frequency conversions to properly ↵ | Jo-Philipp Wich | 2013-04-09 | 2 | -13/+20 |
| | | | | | | implement 802.11j SVN-Revision: 36292 | ||||
* | iptables: don't use --enable-ipv6 if IPv6 is disabled | Steven Barth | 2013-03-25 | 1 | -2/+1 |
| | | | | SVN-Revision: 36125 | ||||
* | kernel: add some fixes for kernel 3.9 | Hauke Mehrtens | 2013-03-20 | 4 | -4/+34 |
| | | | | | | This patch fixes some compile problems with kernel 3.9 and adds some missing linux 3.9 handling into kernel packages. SVN-Revision: 36098 | ||||
* | iptables: Add missing IPv6 builtin modules | Steven Barth | 2013-03-07 | 1 | -3/+3 |
| | | | | SVN-Revision: 35898 | ||||
* | iptables: redo update to 1.4.18 with old linking-behaviour | Steven Barth | 2013-03-06 | 12 | -512/+156 |
| | | | | SVN-Revision: 35896 | ||||
* | Revert "iptables: update to 1.4.18" due to toolchain-issue: binaries cause ↵ | Steven Barth | 2013-03-06 | 11 | -105/+512 |
| | | | | | | segfaults when stripped on ar71xx SVN-Revision: 35894 | ||||
* | iptables: update to 1.4.18 | Steven Barth | 2013-03-05 | 11 | -512/+105 |
| | | | | SVN-Revision: 35892 | ||||
* | xtables-addons: fix packaging of iptaccount | Jo-Philipp Wich | 2013-02-28 | 1 | -0/+2 |
| | | | | SVN-Revision: 35831 | ||||
* | dante: fix broken configure script not using CFLAGS for conftest | Florian Fainelli | 2013-02-19 | 1 | -0/+3 |
| | | | | | | | | Spotted by doing an ARM hard float build. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35685 | ||||
* | iptables: fix bad PKG_RELEASE in previous commit | Jo-Philipp Wich | 2013-02-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 35569 | ||||
* | iptables: add --lenient switch to iptables-restore and ip6tables-restore ↵ | Jo-Philipp Wich | 2013-02-11 | 2 | -2/+174 |
| | | | | | | that allows to skip erroneous lines SVN-Revision: 35568 | ||||
* | libiwinfo: reset ioctl_socket fd in iwinfo_close(), fixes random failures ↵ | Jo-Philipp Wich | 2013-02-03 | 2 | -7/+9 |
| | | | | | | with multiple cycles of iwinfo_finish() / iwinfo_backend() SVN-Revision: 35471 | ||||
* | tcpdump: add SLL parsing support to tcpdump-mini, use -ffunction-sections, ↵ | Felix Fietkau | 2013-01-22 | 2 | -52/+70 |
| | | | | | | -fdata-sections and --gc-sections to reduce size SVN-Revision: 35288 | ||||
* | network/iproute2: Bump version to 3.7.0 | Felix Fietkau | 2013-01-20 | 6 | -534/+70 |
| | | | | | | | | | | | Updated to latest stable version and added an upstream patch to handle a link failure Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa> [dgolle@allnet.de: refreshed patches] Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 35250 | ||||
* | xtables-addons: rework uid/gid compat patch to use KUIDT_INIT() and ↵ | Jo-Philipp Wich | 2013-01-17 | 1 | -2/+2 |
| | | | | | | KGIDT_INIT() macros SVN-Revision: 35203 | ||||
* | xtables-addons: move to package/, add myself as maintainer | Jo-Philipp Wich | 2013-01-17 | 18 | -0/+39869 |
| | | | | SVN-Revision: 35193 | ||||
* | netfilter.mk: add addrtype match to iptables-mod-extra (kmod-ipt-extra) | Jo-Philipp Wich | 2013-01-14 | 1 | -0/+1 |
| | | | | SVN-Revision: 35155 |