29cea29df0dfe45562fd42673e26608d25180eee |
|
10-Apr-2012 |
Stephen Hemminger <shemminger@vyatta.com> |
Merge in 3.3-rc2 kernel headers
/external/iproute2/include/linux/pkt_sched.h
|
7878c0ba404c3688442d2362203d79fa108450e0 |
|
19-Jan-2012 |
Stephen Hemminger <shemminger@vyatta.com> |
Update to 3.3 headers (with inet_diag fix) Incorporate change to fix inet_diag build failure.
/external/iproute2/include/linux/pkt_sched.h
|
a08d2590a042f8173713cb3b1bf7bb7aeb3ce584 |
|
10-Jan-2012 |
Stephen Hemminger <shemminger@vyatta.com> |
Update to kernel v3.3 headers Initial merge window version of headers
/external/iproute2/include/linux/pkt_sched.h
|
1b1177ed5f3a8e34b1c7c7c79922c31448f212c9 |
|
22-Dec-2011 |
Stephen Hemminger <shemminger@vyatta.com> |
Update to latest 3.2 kernel headers Keep in sync
/external/iproute2/include/linux/pkt_sched.h
|
e760a19a437997820f16846636c0db23faa6d3ba |
|
11-Jul-2011 |
Stephen Hemminger <shemminger@vyatta.com> |
Update kernel headers to 3.0
/external/iproute2/include/linux/pkt_sched.h
|
21cfb5e1d9dfce7612ba622bcaf8e301268a35c8 |
|
12-Apr-2011 |
Stephen Hemminger <shemminger@vyatta.com> |
update to 2.6.39-rc3 headers
/external/iproute2/include/linux/pkt_sched.h
|
ab322673298bd0b8927cdd9d11f3d36af5941b93 |
|
26-Dec-2009 |
Stephen Hemminger <stephen.hemminger@vyatta.com> |
Update exported kernel headers These corespond with 2.6.33-rc2
/external/iproute2/include/linux/pkt_sched.h
|
67881151423f1173ddc31e4f27d736044c2c9a96 |
|
24-Mar-2009 |
Stephen Hemminger <stephen.hemminger@vyatta.com> |
Use sanatized headers from 2.6.29 Update to final 2.6.29 headers
/external/iproute2/include/linux/pkt_sched.h
|
c86f34942a0ce9f8203c0c38f9fe9604f96be706 |
|
19-Nov-2008 |
Patrick McHardy <kaber@trash.net> |
iproute: add DRR support add DRR support This patch adds support for the DRR scheduler I just sent to iproute. Signed-off-by: Patrick McHardy <kaber@trash.net>
/external/iproute2/include/linux/pkt_sched.h
|
05bfd165958d1859275b0158fedcb00cea58ad0d |
|
07-Jan-2009 |
Stephen Hemminger <stephen.hemminger@vyatta.com> |
Update headers to 2.6.28 Put in sanitized 2.6.28 headers
/external/iproute2/include/linux/pkt_sched.h
|
5a67f8f9d3a7f80a49554fb1ca4e68a1effd5399 |
|
15-Sep-2008 |
Stephen Hemminger <stephen.hemminger@vyatta.com> |
Update to 2.6.27 API The one issue was the old multiqueue API, so that is handled by tc_util.h
/external/iproute2/include/linux/pkt_sched.h
|
e7305a84c63c4a311ca1d888a6c986a0d1972efd |
|
08-Feb-2008 |
Stephen Hemminger <stephen.hemminger@vyatta.com> |
reharmonize headers with pre-freeze 2.6.25 Some minor header file changes headed for 2.6.25
/external/iproute2/include/linux/pkt_sched.h
|
5626a24a8bcbbd149718a5bf148eb18b61d46538 |
|
31-Jan-2008 |
Patrick McHardy <kaber@trash.net> |
Add support for SFQ xstats [IPROUTE]: Add support for SFQ xstats Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
/external/iproute2/include/linux/pkt_sched.h
|
fb8cc5b26874bc67c4924155711b3f49f0d9b1ee |
|
24-Jan-2008 |
Stephen Hemminger <stephen.hemminger@vyatta.com> |
update headers to current net-2.6.25 Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
/external/iproute2/include/linux/pkt_sched.h
|
5472ac6f9fab8632b89da31df56419c8423b020d |
|
29-Nov-2007 |
Stephen Hemminger <shemminger@linux-foundation.org> |
2.6.24-rc3 headers Resync santized headers with 2.6.24-rc3 Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
/external/iproute2/include/linux/pkt_sched.h
|
a6ffa8b00d60c1fff5d197575c2e5a896e2e15b0 |
|
22-Aug-2007 |
Stephen Hemminger <shemminger@linux-foundation.org> |
sanitized headers update to 2.6.23-rc3 Update headers Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
/external/iproute2/include/linux/pkt_sched.h
|
292ce96bca64dee087fe00d38743f5e2d1895c5d |
|
14-Aug-2007 |
PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com> |
iproute2: sch_rr support in tc This patch applies on top of Patrick McHardy's RTNETLINK patches to add nested compat attributes. This is needed to maintain ABI for sch_{rr|prio} in the kernel with respect to tc. A new option, namely multiqueue, was added to sch_prio and sch_rr. This will allow a user to turn multiqueue support on for sch_prio or sch_rr at loadtime. Also, tc qdisc ls will display whether or not multiqueue is enabled on that qdisc. When in multiqueue mode, a user can specify a value of 0 for bands, and the number of bands will be created to match the number of queues on the device. This patch is to support the new sch_rr (round-robin) qdisc being proposed in NET for multiqueue network device support in the Linux network stack. It uses q_prio.c as the template, since the qdiscs are nearly identical, outside of the ->dequeue() routine. Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
/external/iproute2/include/linux/pkt_sched.h
|
a31a5d5904dd35d6a5839e66845f236e3284bb45 |
|
10-Dec-2005 |
shemminger <shemminger> |
Add corrupt option for netem
/external/iproute2/include/linux/pkt_sched.h
|
6864c1e7890c65dd2ee037809f772790b04792b4 |
|
08-Aug-2005 |
shemminger <shemminger> |
Update to latest kernel headers. Fix out of range on paretonormal
/external/iproute2/include/linux/pkt_sched.h
|
ea8fc1047d2b88ae1d123e3f79dbffbc2a3fa70c |
|
22-Jun-2005 |
shemminger <shemminger> |
Netem support for reorder Update include files and add support for TCP_CONG
/external/iproute2/include/linux/pkt_sched.h
|
d639d9d18b2ef5a43cda5424830005333acfb288 |
|
10-Mar-2005 |
osdl.net!shemminger <osdl.net!shemminger> |
Update header files to be stripped version of 2.6.11 (Logical change 1.150)
/external/iproute2/include/linux/pkt_sched.h
|
e914a5c41afc9d7eb22835080ffbdc2c7c338e64 |
|
29-Sep-2004 |
osdl.net!shemminger <osdl.net!shemminger> |
reqs was rejected by kernel due to possible API breakage. (Logical change 1.91)
/external/iproute2/include/linux/pkt_sched.h
|
1e4bd804a4239c6bd3c70a9ea7a2c353386b4aec |
|
31-Aug-2004 |
net[shemminger]!shemminger <net[shemminger]!shemminger> |
Import patch reqs-patch-iproute2-2.6.8 (Logical change 1.77)
/external/iproute2/include/linux/pkt_sched.h
|
462074511f54ccc929a0d5a2c146f94dbc878afa |
|
30-Aug-2004 |
osdl.net!shemminger <osdl.net!shemminger> |
Copy of 2.6.9-rc2 (Logical change 1.73)
/external/iproute2/include/linux/pkt_sched.h
|
706e58708780c92616798945e6ece6df2479f5c3 |
|
23-Aug-2004 |
osdl.net!shemminger <osdl.net!shemminger> |
Copy of final netem api for this verison. 2004/08/09 16:46:47-07:00 osdl.net!shemminger Add distribution table loading (undebugged as yet). (Logical change 1.71)
/external/iproute2/include/linux/pkt_sched.h
|
0633baa17231b777e75b813439c237e3de380cc8 |
|
04-Aug-2004 |
osdl.net!shemminger <osdl.net!shemminger> |
(Logical change 1.61)
/external/iproute2/include/linux/pkt_sched.h
|
28dfef0bbd3597ff3e91057568f50a5871b9e4f9 |
|
04-Aug-2004 |
osdl.net!shemminger <osdl.net!shemminger> |
Initial revision
/external/iproute2/include/linux/pkt_sched.h
|