summaryrefslogtreecommitdiff
path: root/net/sched/sch_generic.c
AgeCommit message (Expand)Author
2011-11-29net: Add queue state xoff flag for stackTom Herbert
2011-11-16net: new counter for tx_timeout errors in sysfsdavid decotigny
2011-07-15Remove redundant variable/code in __qdisc_runKrishna Kumar
2011-06-27net_sched: fix dequeuer fairnessjamal
2011-06-06net: Rework netdev_drivername() to avoid warning.David S. Miller
2011-05-22net: avoid synchronize_rcu() in dev_deactivate_manyEric Dumazet
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-03net_sched: reduce fifo qdisc sizeEric Dumazet
2011-02-20net: Fix more stale on-stack list_head objects.Eric W. Biederman
2011-01-21net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet
2011-01-20net_sched: RCU conversion of stabEric Dumazet
2011-01-19net_sched: cleanupsEric Dumazet
2011-01-19net_sched: implement a root container qdisc sch_mqprioJohn Fastabend
2010-12-16net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet
2010-11-28net: add netif_tx_queue_frozen_or_stoppedEric Dumazet
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao
2010-10-21net/sched: fix missing spinlock initEric Dumazet
2010-10-05net: dynamic ingress_queue allocationEric Dumazet
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet
2010-07-19net: this_cpu_xxx conversionsEric Dumazet
2010-06-02net: add additional lock to qdisc to increase throughputEric Dumazet
2010-06-02net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet
2010-05-31arp_notify: allow drivers to explicitly request a notification event.Ian Campbell
2010-05-17net: add a noref bit on skb dstEric Dumazet
2010-05-02net: fix softnet_statChangli Gao
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-01gen_estimator: deadlock fixEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-15net: Optimize hard_start_xmit() return checkingJarek Poplawski
2009-11-13net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy
2009-09-06net_sched: add classful multiqueue dummy schedulerDavid S. Miller
2009-09-06net_sched: move dev_graft_qdisc() to sch_generic.cPatrick McHardy
2009-09-06net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy
2009-08-30pkt_sched: Fix resource limiting in pfifo_fastKrishna Kumar
2009-08-29Speed-up pfifo_fast lookup using a private bitmapKrishna Kumar
2009-08-06net: Avoid enqueuing skb for default qdiscsKrishna Kumar
2009-05-17net: tx scalability works : trans_startEric Dumazet
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-19netdev: network device operations infrastructureStephen Hemminger
2008-11-19net: Do not fire linkwatch events until the device is registered.David S. Miller
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski
2008-11-03pkt_sched: sch_generic: Kfree gso_skb in qdisc_reset()Jarek Poplawski
2008-10-31pkt_sched: sch_generic: Add generic qdisc->ops->peek() implementation.Jarek Poplawski
2008-10-19pkt_sched: sch_generic: Fix oops in sch_teqlJarek Poplawski
2008-10-08pkt_sched: Update qdisc requeue stats in dev_requeue_skb()Jarek Poplawski
2008-10-06pkt_sched: Simplify dev_requeue_skb and dequeue_skbJarek Poplawski
2008-10-06pkt_sched: Fix handling of gso skbs on requeuingJarek Poplawski
2008-09-22pkt_sched: Check the state of tx_queue in dequeue_skb()Jarek Poplawski
2008-09-22pkt_sched: Always use q->requeue in dev_requeue_skb().David S. Miller