aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-29net: Move && and || to end of previous lineJoe Perches4-25/+30
2009-11-25net: use net_eq to compare netsOctavian Purdila3-9/+9
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet2-2/+2
2009-11-18netsched: Allow var_sk_bound_if meta to work on all namespacesEric Dumazet1-1/+2
2009-11-17act_mirred: optimization.Changli Gao1-31/+29
2009-11-17act_mirred: cleanupChangli Gao1-26/+33
2009-11-15net: Optimize hard_start_xmit() return checkingJarek Poplawski1-18/+5
2009-11-13net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy1-1/+8
2009-11-10net: use rcu for network scheduler APIstephen hemminger1-3/+4
2009-11-05net_cls: Use __dev_get_by_index()Eric Dumazet1-2/+2
2009-11-04em_meta: avoid one dev_put()Eric Dumazet1-6/+6
2009-10-22pkt_sched: skbedit add support for setting markjamal1-1/+16
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-10-11pkt_sched: pedit use proper structjamal1-1/+1
2009-10-08netlink: fix typo in initializationJiri Pirko1-1/+1
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet6-6/+7
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