Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | iwinfo: don't use the txpower value from debugfs for now, it does not match ↵ | Jo-Philipp Wich | 2013-01-04 | 2 | -1/+3 | |
| | | | | | | the values reported via wext SVN-Revision: 35007 | |||||
* | don't depend on lua | John Crispin | 2013-01-04 | 1 | -1/+1 | |
| | | | | | | | | Delete +lua from libiwinfo-lua. Signed-off-by: Stefan Hellermann <stefan@the2masters.de> SVN-Revision: 35005 | |||||
* | iwinfo: replace more wext calls with nl80211 equivalents, attempt to infer ↵ | Jo-Philipp Wich | 2013-01-02 | 4 | -71/+243 | |
| | | | | | | nl80211 tx power from debugfs before querying wext SVN-Revision: 34982 | |||||
* | Remove remaining etrax references | John Crispin | 2013-01-02 | 1 | -1/+1 | |
| | | | | SVN-Revision: 34968 | |||||
* | ipset: update to 6.16.1 to fix build with kernel 3.7 | Gabor Juhos | 2012-12-18 | 1 | -2/+2 | |
| | | | | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34752 | |||||
* | iw: sync with nl80211.h to fix setting antenna gain | Felix Fietkau | 2012-12-10 | 1 | -11/+331 | |
| | | | | SVN-Revision: 34593 | |||||
* | Make teql hotplug script run sooner | Gabor Juhos | 2012-12-02 | 2 | -1/+1 | |
| | | | | | | | | | | | | | | | In particular, it wants to run before the ntpclient script. Which may block for a long time attempting to do DNS lookups for NTP servers. In my case, that would have *worked* if the new device had been added to teql first, rather than timing out. This was effectively causing a huge delay between an interface coming up, and routing actually starting to work. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34442 | |||||
* | iptables: fix typo in iptables musl patch after r34313 | Florian Fainelli | 2012-11-25 | 1 | -1/+1 | |
| | | | | | | | | Thanks to Frank Meerkötter and Szabolcs Nagy for spotting the issue. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34326 | |||||
* | iptables: add some musl portability fixes | Florian Fainelli | 2012-11-23 | 5 | -9/+148 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34313 | |||||
* | resolveip: fix endless getopt() loop when compiled for arm (#12290) | Jo-Philipp Wich | 2012-11-08 | 2 | -4/+4 | |
| | | | | SVN-Revision: 34116 | |||||
* | iptables: remove support for libipq, it has been obsolete for years and is ↵ | Felix Fietkau | 2012-11-04 | 1 | -16/+0 | |
| | | | | | | unsupported in newer kernels SVN-Revision: 34069 | |||||
* | iwinfo: properly initialize memory of global nl80211_state, fixes random ↵ | Jo-Philipp Wich | 2012-10-29 | 2 | -1/+3 | |
| | | | | | | libnl-tiny assertions when using nl80211_probe() on not supported devices SVN-Revision: 34003 | |||||
* | iftop: update iftop to 1.0pre2 | Florian Fainelli | 2012-10-16 | 7 | -61/+15 | |
| | | | | | | | | | | Most significantly, includes IPv6 support. This version forces libncurses, by patching the configure script, instead of allowing libncursesw, saving (~65k) image space. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 33782 | |||||
* | rssileds: improve performance | Florian Fainelli | 2012-10-14 | 2 | -25/+35 | |
| | | | | | | | | | LEDs brightness is now only updated if the value actually changed, thus reducing the number of fwrite syscalls significantly. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33766 | |||||
* | ipset: update to v6.14, drop obsolete patches | Jo-Philipp Wich | 2012-10-12 | 4 | -74/+3 | |
| | | | | SVN-Revision: 33735 | |||||
* | iputils: move to trunk and add myself as maintainer | Jo-Philipp Wich | 2012-10-10 | 6 | -0/+437 | |
| | | | | SVN-Revision: 33704 | |||||
* | iftop: move to trunk and add myself as maintainer | Jo-Philipp Wich | 2012-10-10 | 6 | -0/+100 | |
| | | | | SVN-Revision: 33702 | |||||
* | conntrack-tools: move to trunk and add myself as maintainer | Jo-Philipp Wich | 2012-10-10 | 1 | -0/+61 | |
| | | | | SVN-Revision: 33701 | |||||
* | dante: move to trunk and add myself as maintainer | Jo-Philipp Wich | 2012-10-10 | 4 | -0/+673 | |
| | | | | SVN-Revision: 33699 | |||||
* | ipset: move to trunk and add myself as maintainer | Jo-Philipp Wich | 2012-10-10 | 4 | -0/+153 | |
| | | | | SVN-Revision: 33698 | |||||
* | package/network/utils/rssileds: claim maintainership | Felix Fietkau | 2012-10-10 | 1 | -0/+1 | |
| | | | | SVN-Revision: 33697 | |||||
* | claim maintainership for resolveip and lua | Jo-Philipp Wich | 2012-10-10 | 1 | -0/+1 | |
| | | | | SVN-Revision: 33694 | |||||
* | add myself as a maintainer for a few more packages | Felix Fietkau | 2012-10-10 | 2 | -0/+4 | |
| | | | | SVN-Revision: 33693 | |||||
* | iperf: move to trunk and add myself as maintainer | Felix Fietkau | 2012-10-10 | 2 | -0/+100 | |
| | | | | SVN-Revision: 33691 | |||||
* | tcpdump: move to trunk and add myself as maintainer | Felix Fietkau | 2012-10-10 | 5 | -0/+962 | |
| | | | | SVN-Revision: 33690 | |||||
* | packages: sort network related packages into package/network/ | Felix Fietkau | 2012-10-10 | 104 | -0/+20200 | |
SVN-Revision: 33688 |