aboutsummaryrefslogtreecommitdiffstats
path: root/package/iproute2/patches
Commit message (Collapse)AuthorAgeFilesLines
* packages: sort network related packages into package/network/Felix Fietkau2012-10-1012-1003/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iproute2: update to 3.3.0, drop a few useless old patches, add codel supportFelix Fietkau2012-05-1611-3176/+583
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31758 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iproute2: update to 2.6.39Florian Fainelli2011-10-074-13/+4
| | | | | | Signed-off-by: Daniel Mierswa <impulze@impulze.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a new scheduler action for restoring the connection tracking ↵Felix Fietkau2011-02-211-0/+84
| | | | | | mark - useful for ingress shaping, will be used for replacing IMQ later git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25639 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iproute2: dont filter cached routes on iproute_get (#8339)Jo-Philipp Wich2010-12-026-32/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24216 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iproute2: Add lex/yacc files dependencies. Refresh other patches.Michael Büsch2010-09-126-39/+80
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iproute2: update to v2.6.31 (#7354)Jo-Philipp Wich2010-05-206-154/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iproute2: refresh patchesGabor Juhos2010-03-261-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iproute2: honour when building libnetlink.a, completes r18323 and ↵Jo-Philipp Wich2009-11-141-0/+7
| | | | | | fixes #6160 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Pass TARGET_CFLAGS using and external variable instead a sed expression that ↵Felix Fietkau2009-11-051-0/+11
| | | | | | | | can fail when TARGET_CFLAGS contains the ":" symbol. Signed-off: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, ↵Felix Fietkau2009-07-121-0/+9
| | | | | | allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16791 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler actionFelix Fietkau2009-07-118-102/+59
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package iproute2 has problems building on recent BSD-derived platformsFlorian Fainelli2008-08-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | because some programs to be run on the host use malloc.h in an incompatible way. package/iproute2/patches/004-darwin_fixes.patch has a fix for Darwin, however the fix can be made to work on other BSD platforms by changing the patch as below. I think a similar approach should work for other BSD-derived platforms, replacing the #ifndef __APPLE__ with #if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(...) or perhaps even with just #ifdef __linux__ if the set of platforms where malloc.h is ok is small or restricted to just linux In any case, the patch is below. (#3869) Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update iproute2 to version 2.6.25, and fixup patchesPeter Denison2008-05-204-223/+154
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11230 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert iproute2 to the old version until the new one is fixed (#3026)Felix Fietkau2008-04-064-2970/+1477
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted ↵Tim Yardley2008-01-084-1477/+2970
| | | | | | patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix compilation on 2.4 kernelsFlorian Fainelli2007-06-131-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7615 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add esfq to iproute2 and 2.4 kernel (#1891)Florian Fainelli2007-06-131-0/+295
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update iproute2 to 2.6.20-070313, and package genl utilityPeter Denison2007-06-096-90/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-046-68/+90
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Patch to work arounf flex issues with newer version of flex with someHamish Guthrie2007-05-071-0/+1768
| | | | | | | distros. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix MacOSX build errors with iproute2 (#1533)Florian Fainelli2007-04-081-0/+63
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to iproute2-2.6.15-060110Imre Kaloz2006-03-221-49/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add advanced overhead options for htb in iproute2/tcFelix Fietkau2005-11-151-0/+96
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2505 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade wireless-tools and iproute2Imre Kaloz2005-05-274-620/+538
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Force iproute2 Config to build without ATM support, even if host system hasNicolas Thill2005-03-231-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nbd's makefile/menuconfig rewriteMike Baker2005-03-063-0/+1526
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73