aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_generic.c
AgeCommit message (Expand)Author
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
2008-09-22pkt_sched: Make qdisc->gso_skb a list.David S. Miller
2008-09-08warn: Turn the netdev timeout WARN_ON() into a WARN()Arjan van de Ven
2008-08-27pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdiscJarek Poplawski
2008-08-22pkt_sched: Fix qdisc list lockingJarek Poplawski
2008-08-18pkt_sched: Don't hold qdisc lock over qdisc_destroy().David S. Miller
2008-08-17pkt_sched: No longer destroy qdiscs from RCU.David S. Miller
2008-08-17pkt_sched: Simplify dev_deactivate() polling loop.David S. Miller
2008-08-17pkt_sched: Add 'deactivated' state.David S. Miller
2008-08-13pkt_sched: Fix queue quiescence testing in dev_deactivate().David S. Miller
2008-08-02pkt_sched: Use qdisc_lock() on already sampled root qdisc.David S. Miller
2008-07-31netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller
2008-07-30pkt_sched: Fix OOPS on ingress qdisc add.David S. Miller
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-07-25pkt_sched: Fix locking in shutdown_scheduler_queue()David S. Miller
2008-07-21net: Print the module name as part of the watchdog messageArjan van de Ven
2008-07-21Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe."David S. Miller
2008-07-21pkt_sched: Remove unused variable skb in dev_deactivate_queue function.Daniel Lezcano
2008-07-20pkt_sched: Fix build with NET_SCHED disabled.David S. Miller
2008-07-20net_sched: Add size table for qdiscsJussi Kivilinna
2008-07-18pkt_sched: Fix noqueue_qdisc initialization.David S. Miller