aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-09-17pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski4-1/+6
2009-09-15pkt_sched: Fix qdisc_create on stab error handlingJarek Poplawski1-2/+2
2009-09-15pkt_sched: Fix tx queue selection in tc_modify_qdiscJarek Poplawski2-7/+16
2009-09-14pkt_sched: Fix qdisc_graft WRT ingress qdiscJarek Poplawski1-5/+10
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds16-325/+504
2009-09-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-1/+1
2009-09-09net_sched: fix estimator lock selection for mq child qdiscsPatrick McHardy2-16/+27
2009-09-06net_sched: add classful multiqueue dummy schedulerDavid S. Miller4-13/+273
2009-09-06net_sched: move dev_graft_qdisc() to sch_generic.cPatrick McHardy2-26/+25
2009-09-06net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy3-44/+29
2009-09-06net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy7-67/+37
2009-09-06net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy7-85/+6
2009-09-06net_sched: make cls_ops->tcf_chain() optionalPatrick McHardy3-12/+5
2009-09-04net_sched: fix class grafting errno codesPatrick McHardy2-11/+4
2009-09-02tc: Fix unitialized kernel memory leakEric Dumazet1-0/+2
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-5/+5
2009-09-01pkt_sched: Revert tasklet_hrtimer changes.David S. Miller2-19/+16
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-2/+2
2009-08-30pkt_sched: Fix resource limiting in pfifo_fastKrishna Kumar1-4/+4
2009-08-29Speed-up pfifo_fast lookup using a private bitmapKrishna Kumar1-22/+48
2009-08-25netlink: constify nlmsghdr argumentsPatrick McHardy1-1/+1
2009-08-24pkt_sched: Fix bogon in tasklet_hrtimer changes.David S. Miller2-2/+2
2009-08-23pkt_sched: Convert CBQ to tasklet_hrtimer.David S. Miller1-10/+13
2009-08-22pkt_sched: Convert qdisc_watchdog to tasklet_hrtimerDavid S. Miller1-4/+4
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet5-5/+5
2009-08-06net: Avoid enqueuing skb for default qdiscsKrishna Kumar1-36/+57
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-2/+2
2009-06-17pkt_sched: Update drops stats in act_policeJarek Poplawski1-0/+4
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-0/+3
2009-06-15pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2USJarek Poplawski2-4/+4
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-06-09pkt_sched: Use PSCHED_SHIFT in PSCHED time conversionJarek Poplawski1-3/+5
2009-06-09cls_cgroup: Fix oops when user send improperly 'tc filter add' requestMinoru Usui1-0/+3
2009-06-03net: skb->dst accessorsEric Dumazet5-11/+11
2009-06-03net: skb->rtable accessorEric Dumazet1-2/+2
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-17/+28
2009-06-02net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel panic when we use cls_cgroupMinoru Usui1-6/+17
2009-05-26cls_cgroup: read classid atomically in classifierPaul Menage1-11/+11
2009-05-25net: txq_trans_update() helperEric Dumazet1-0/+1
2009-05-19sch_teql: Use net_device internal statsEric Dumazet1-12/+5
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2009-05-18sch_teql: should not dereference skb after ndo_start_xmit()Eric Dumazet1-2/+3
2009-05-17net: tx scalability works : trans_startEric Dumazet1-9/+31
2009-05-17cls_cgroup: remove unneeded cgroup_lockLi Zefan1-6/+0
2009-05-06net-sched: fix bfifo default limitPatrick McHardy1-1/+1
2009-05-02net: Only store high 16 bits of kernel generated filter prioritiesRobert Love1-1/+1
2009-04-20net: sch_netem: Fix an inconsistency in ingress netem timestamps.Jarek Poplawski1-0/+8
2009-04-13netsched: Allow meta match on vlan tag on receiveStephen Hemminger1-2/+4