aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-03-03net_sched: reduce fifo qdisc sizeEric Dumazet1-7/+11
2011-02-20net: Fix more stale on-stack list_head objects.Eric W. Biederman1-0/+1
2011-01-21net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet1-3/+2
2011-01-20net_sched: RCU conversion of stabEric Dumazet1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-15/+14
2011-01-19net_sched: implement a root container qdisc sch_mqprioJohn Fastabend1-0/+4
2010-12-16net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila1-7/+22
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet1-1/+3
2010-11-28net: add netif_tx_queue_frozen_or_stoppedEric Dumazet1-5/+3
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao1-6/+4
2010-10-21net/sched: fix missing spinlock initEric Dumazet1-0/+2
2010-10-05net: dynamic ingress_queue allocationEric Dumazet1-4/+8
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet1-4/+4
2010-07-19net: this_cpu_xxx conversionsEric Dumazet1-1/+1
2010-06-02net: add additional lock to qdisc to increase throughputEric Dumazet1-0/+1
2010-06-02net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet1-2/+2
2010-05-31arp_notify: allow drivers to explicitly request a notification event.Ian Campbell1-0/+18
2010-05-17net: add a noref bit on skb dstEric Dumazet1-1/+3
2010-05-02net: fix softnet_statChangli Gao1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-01gen_estimator: deadlock fixEric Dumazet1-2/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
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-09-06net_sched: add classful multiqueue dummy schedulerDavid S. Miller1-9/+23
2009-09-06net_sched: move dev_graft_qdisc() to sch_generic.cPatrick McHardy1-0/+25
2009-09-06net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy1-14/+11
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-06net: Avoid enqueuing skb for default qdiscsKrishna Kumar1-36/+57
2009-05-17net: tx scalability works : trans_startEric Dumazet1-9/+31
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+6
2008-11-19netdev: network device operations infrastructureStephen Hemminger1-2/+2
2008-11-19net: Do not fire linkwatch events until the device is registered.David S. Miller1-1/+6
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-23/+0
2008-11-03pkt_sched: sch_generic: Kfree gso_skb in qdisc_reset()Jarek Poplawski1-0/+3
2008-10-31pkt_sched: sch_generic: Add generic qdisc->ops->peek() implementation.Jarek Poplawski1-0/+16
2008-10-19pkt_sched: sch_generic: Fix oops in sch_teqlJarek Poplawski1-0/+2
2008-10-08pkt_sched: Update qdisc requeue stats in dev_requeue_skb()Jarek Poplawski1-0/+1
2008-10-06pkt_sched: Simplify dev_requeue_skb and dequeue_skbJarek Poplawski1-16/+5
2008-10-06pkt_sched: Fix handling of gso skbs on requeuingJarek Poplawski1-5/+17
2008-09-22pkt_sched: Check the state of tx_queue in dequeue_skb()Jarek Poplawski1-4/+14
2008-09-22pkt_sched: Always use q->requeue in dev_requeue_skb().David S. Miller1-4/+1
2008-09-22pkt_sched: Make qdisc->gso_skb a list.David S. Miller1-5/+7
2008-09-08warn: Turn the netdev timeout WARN_ON() into a WARN()Arjan van de Ven1-2/+1
2008-08-27pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdiscJarek Poplawski1-2/+2
2008-08-22pkt_sched: Fix qdisc list lockingJarek Poplawski1-3/+2
2008-08-18pkt_sched: Don't hold qdisc lock over qdisc_destroy().David S. Miller1-6/+0
2008-08-17pkt_sched: No longer destroy qdiscs from RCU.David S. Miller1-18/+9