summaryrefslogtreecommitdiff
path: root/package/iproute2/patches
AgeCommit message (Collapse)Author
2011-10-07[package] iproute2: update to 2.6.39florian
Signed-off-by: Daniel Mierswa <impulze@impulze.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28378 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-21kernel: add a new scheduler action for restoring the connection tracking ↵nbd
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
2010-12-02[package] iproute2: dont filter cached routes on iproute_get (#8339)jow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-12iproute2: Add lex/yacc files dependencies. Refresh other patches.mb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23027 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-20[package] iproute2: update to v2.6.31 (#7354)jow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21513 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-26package/iproute2: refresh patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20464 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-14[package] iproute2: honour when building libnetlink.a, completes r18323 and ↵jow
fixes #6160 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18422 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-05Pass TARGET_CFLAGS using and external variable instead a sed expression that ↵nbd
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
2009-07-12sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, ↵nbd
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
2009-07-11upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler actionnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16777 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-08package iproute2 has problems building on recent BSD-derived platformsflorian
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
2008-05-20Update iproute2 to version 2.6.25, and fixup patchesnoz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-06revert iproute2 to the old version until the new one is fixed (#3026)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-08updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted ↵pavlov
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
2007-06-13Fix compilation on 2.4 kernelsflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7615 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-13Add esfq to iproute2 and 2.4 kernel (#1891)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-09update iproute2 to 2.6.20-070313, and package genl utilitynoz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-04refresh all package patches in the buildroot using quiltnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-07Patch to work arounf flex issues with newer version of flex with somehcg
distros. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7123 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-08Fix MacOSX build errors with iproute2 (#1533)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6904 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-22upgrade to iproute2-2.6.15-060110kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3449 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-15add advanced overhead options for htb in iproute2/tcnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-27upgrade wireless-tools and iproute2kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-23Force iproute2 Config to build without ATM support, even if host system hasnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-06nbd's makefile/menuconfig rewritembm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73