aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_generic.c
Commit message (Expand)AuthorAge
* Remove redundant variable/code in __qdisc_runKrishna Kumar2011-07-15
* net_sched: fix dequeuer fairnessjamal2011-06-27
* net: Rework netdev_drivername() to avoid warning.David S. Miller2011-06-06
* net: avoid synchronize_rcu() in dev_deactivate_manyEric Dumazet2011-05-22
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-04
|\
| * net: Fix more stale on-stack list_head objects.Eric W. Biederman2011-02-20
* | net_sched: reduce fifo qdisc sizeEric Dumazet2011-03-03
* | net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet2011-01-21
* | net_sched: RCU conversion of stabEric Dumazet2011-01-20
* | net_sched: cleanupsEric Dumazet2011-01-20
* | net_sched: implement a root container qdisc sch_mqprioJohn Fastabend2011-01-20
|/
* net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila2010-12-16
* net sched: use xps information for qdisc NUMA affinityEric Dumazet2010-12-01
* net: add netif_tx_queue_frozen_or_stoppedEric Dumazet2010-11-28
* net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-21
* net/sched: fix missing spinlock initEric Dumazet2010-10-21
* net: dynamic ingress_queue allocationEric Dumazet2010-10-05
* net: rename netdev rx_queue to ingress_queueEric Dumazet2010-09-29
* net: this_cpu_xxx conversionsEric Dumazet2010-07-19
* net: add additional lock to qdisc to increase throughputEric Dumazet2010-06-02
* net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet2010-06-02
* arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2010-05-31
* net: add a noref bit on skb dstEric Dumazet2010-05-17
* net: fix softnet_statChangli Gao2010-05-03
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | gen_estimator: deadlock fixEric Dumazet2010-04-01
|/
* net: Optimize hard_start_xmit() return checkingJarek Poplawski2009-11-16
* net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy2009-11-13
* net_sched: add classful multiqueue dummy schedulerDavid S. Miller2009-09-06
* net_sched: move dev_graft_qdisc() to sch_generic.cPatrick McHardy2009-09-06
* net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy2009-09-06
* pkt_sched: Fix resource limiting in pfifo_fastKrishna Kumar2009-08-31
* Speed-up pfifo_fast lookup using a private bitmapKrishna Kumar2009-08-29
* net: Avoid enqueuing skb for default qdiscsKrishna Kumar2009-08-06
* net: tx scalability works : trans_startEric Dumazet2009-05-17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-20
|\
| * net: Do not fire linkwatch events until the device is registered.David S. Miller2008-11-19
* | netdev: network device operations infrastructureStephen Hemminger2008-11-20
* | pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-14
* | pkt_sched: sch_generic: Kfree gso_skb in qdisc_reset()Jarek Poplawski2008-11-03
* | pkt_sched: sch_generic: Add generic qdisc->ops->peek() implementation.Jarek Poplawski2008-10-31
|/
* pkt_sched: sch_generic: Fix oops in sch_teqlJarek Poplawski2008-10-20
* pkt_sched: Update qdisc requeue stats in dev_requeue_skb()Jarek Poplawski2008-10-08
* pkt_sched: Simplify dev_requeue_skb and dequeue_skbJarek Poplawski2008-10-06
* pkt_sched: Fix handling of gso skbs on requeuingJarek Poplawski2008-10-06
* pkt_sched: Check the state of tx_queue in dequeue_skb()Jarek Poplawski2008-09-23
* pkt_sched: Always use q->requeue in dev_requeue_skb().David S. Miller2008-09-23
* pkt_sched: Make qdisc->gso_skb a list.David S. Miller2008-09-23
* warn: Turn the netdev timeout WARN_ON() into a WARN()Arjan van de Ven2008-09-08