summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* pkt_sched: pedit use proper structjamal2009-10-111-1/+1
* netlink: fix typo in initializationJiri Pirko2009-10-081-1/+1
* trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
* pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski2009-09-174-1/+6
* pkt_sched: Fix qdisc_create on stab error handlingJarek Poplawski2009-09-151-2/+2
* pkt_sched: Fix tx queue selection in tc_modify_qdiscJarek Poplawski2009-09-152-7/+16
* pkt_sched: Fix qdisc_graft WRT ingress qdiscJarek Poplawski2009-09-141-5/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-1416-325/+504
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-09-101-1/+1
| |\
| | * netlink: constify nlmsghdr argumentsPatrick McHardy2009-08-251-1/+1
| * | net_sched: fix estimator lock selection for mq child qdiscsPatrick McHardy2009-09-092-16/+27
| * | net_sched: add classful multiqueue dummy schedulerDavid S. Miller2009-09-064-13/+273
| * | net_sched: move dev_graft_qdisc() to sch_generic.cPatrick McHardy2009-09-062-26/+25
| * | net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy2009-09-063-44/+29
| * | net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy2009-09-067-67/+37
| * | net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy2009-09-067-85/+6
| * | net_sched: make cls_ops->tcf_chain() optionalPatrick McHardy2009-09-063-12/+5
| * | net_sched: fix class grafting errno codesPatrick McHardy2009-09-042-11/+4
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-025-5/+5
| |\ \
| * | | netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-011-2/+2
| * | | pkt_sched: Fix resource limiting in pfifo_fastKrishna Kumar2009-08-301-4/+4
| * | | Speed-up pfifo_fast lookup using a private bitmapKrishna Kumar2009-08-291-22/+48
| | |/ | |/|
| * | net: Avoid enqueuing skb for default qdiscsKrishna Kumar2009-08-061-36/+57
| * | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-3/+3
* | | tc: Fix unitialized kernel memory leakEric Dumazet2009-09-021-0/+2
| |/ |/|
* | pkt_sched: Revert tasklet_hrtimer changes.David S. Miller2009-09-012-19/+16
* | pkt_sched: Fix bogon in tasklet_hrtimer changes.David S. Miller2009-08-242-2/+2
* | pkt_sched: Convert CBQ to tasklet_hrtimer.David S. Miller2009-08-231-10/+13
* | pkt_sched: Convert qdisc_watchdog to tasklet_hrtimerDavid S. Miller2009-08-221-4/+4
* | net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-175-5/+5
|/
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-181-2/+2
* pkt_sched: Update drops stats in act_policeJarek Poplawski2009-06-171-0/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-0/+3
|\
| * cls_cgroup: Fix oops when user send improperly 'tc filter add' requestMinoru Usui2009-06-091-0/+3
* | pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2USJarek Poplawski2009-06-152-4/+4
* | net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* | pkt_sched: Use PSCHED_SHIFT in PSCHED time conversionJarek Poplawski2009-06-091-3/+5
* | net: skb->dst accessorsEric Dumazet2009-06-035-11/+11
* | net: skb->rtable accessorEric Dumazet2009-06-031-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-06-032-17/+28
|\ \ | |/
| * net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel pa...Minoru Usui2009-06-021-6/+17
| * cls_cgroup: read classid atomically in classifierPaul Menage2009-05-261-11/+11
* | net: txq_trans_update() helperEric Dumazet2009-05-251-0/+1
* | sch_teql: Use net_device internal statsEric Dumazet2009-05-191-12/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-181-2/+3
|\ \ | |/
| * sch_teql: should not dereference skb after ndo_start_xmit()Eric Dumazet2009-05-181-2/+3
* | net: tx scalability works : trans_startEric Dumazet2009-05-171-9/+31
* | cls_cgroup: remove unneeded cgroup_lockLi Zefan2009-05-171-6/+0
|/
* net-sched: fix bfifo default limitPatrick McHardy2009-05-061-1/+1
OpenPOWER on IntegriCloud