Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | packages: sort network related packages into package/network/ | Felix Fietkau | 2012-10-10 |
| | | | | SVN-Revision: 33688 | ||
* | iproute2: update to 3.3.0, drop a few useless old patches, add codel support | Felix Fietkau | 2012-05-16 |
| | | | | SVN-Revision: 31758 | ||
* | iproute2: update to 2.6.39 | Florian Fainelli | 2011-10-07 |
| | | | | | | Signed-off-by: Daniel Mierswa <impulze@impulze.org> SVN-Revision: 28378 | ||
* | kernel: add a new scheduler action for restoring the connection tracking ↵ | Felix Fietkau | 2011-02-21 |
| | | | | | | mark - useful for ingress shaping, will be used for replacing IMQ later SVN-Revision: 25639 | ||
* | iproute2: dont filter cached routes on iproute_get (#8339) | Jo-Philipp Wich | 2010-12-02 |
| | | | | SVN-Revision: 24216 | ||
* | iproute2: Add lex/yacc files dependencies. Refresh other patches. | Michael Büsch | 2010-09-12 |
| | | | | SVN-Revision: 23027 | ||
* | iproute2: update to v2.6.31 (#7354) | Jo-Philipp Wich | 2010-05-20 |
| | | | | SVN-Revision: 21513 | ||
* | package/iproute2: refresh patches | Gabor Juhos | 2010-03-26 |
| | | | | SVN-Revision: 20464 | ||
* | iproute2: honour when building libnetlink.a, completes r18323 and fixes #6160 | Jo-Philipp Wich | 2009-11-14 |
| | | | | SVN-Revision: 18422 | ||
* | Pass TARGET_CFLAGS using and external variable instead a sed expression that ↵ | Felix Fietkau | 2009-11-05 |
| | | | | | | | | can fail when TARGET_CFLAGS contains the ":" symbol. Signed-off: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> SVN-Revision: 18311 | ||
* | sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, ↵ | Felix Fietkau | 2009-07-12 |
| | | | | | | allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes SVN-Revision: 16791 | ||
* | upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler action | Felix Fietkau | 2009-07-11 |
| | | | | SVN-Revision: 16777 | ||
* | package iproute2 has problems building on recent BSD-derived platforms ↵ | Florian Fainelli | 2008-08-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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> SVN-Revision: 12249 | ||
* | Update iproute2 to version 2.6.25, and fixup patches | Peter Denison | 2008-05-20 |
| | | | | SVN-Revision: 11230 | ||
* | revert iproute2 to the old version until the new one is fixed (#3026) | Felix Fietkau | 2008-04-06 |
| | | | | SVN-Revision: 10744 | ||
* | updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted ↵ | Tim Yardley | 2008-01-08 |
| | | | | | | patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel SVN-Revision: 10147 | ||
* | Fix compilation on 2.4 kernels | Florian Fainelli | 2007-06-13 |
| | | | | SVN-Revision: 7615 | ||
* | Add esfq to iproute2 and 2.4 kernel (#1891) | Florian Fainelli | 2007-06-13 |
| | | | | SVN-Revision: 7612 | ||
* | update iproute2 to 2.6.20-070313, and package genl utility | Peter Denison | 2007-06-09 |
| | | | | SVN-Revision: 7540 | ||
* | refresh all package patches in the buildroot using quilt | Felix Fietkau | 2007-06-04 |
| | | | | SVN-Revision: 7490 | ||
* | Patch to work arounf flex issues with newer version of flex with some distros. | Hamish Guthrie | 2007-05-07 |
| | | | | SVN-Revision: 7123 | ||
* | Fix MacOSX build errors with iproute2 (#1533) | Florian Fainelli | 2007-04-08 |
| | | | | SVN-Revision: 6904 | ||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 |