summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_generic.c
Commit message (Expand)AuthorAgeFilesLines
* net: this_cpu_xxx conversionsEric Dumazet2010-07-191-1/+1
* net: add additional lock to qdisc to increase throughputEric Dumazet2010-06-021-0/+1
* net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet2010-06-021-2/+2
* arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2010-05-311-0/+18
* net: add a noref bit on skb dstEric Dumazet2010-05-171-1/+3
* net: fix softnet_statChangli Gao2010-05-021-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | gen_estimator: deadlock fixEric Dumazet2010-04-011-2/+13
|/
* net: Optimize hard_start_xmit() return checkingJarek Poplawski2009-11-151-18/+5
* net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy2009-11-131-1/+8
* net_sched: add classful multiqueue dummy schedulerDavid S. Miller2009-09-061-9/+23
* net_sched: move dev_graft_qdisc() to sch_generic.cPatrick McHardy2009-09-061-0/+25
* net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy2009-09-061-14/+11
* pkt_sched: Fix resource limiting in pfifo_fastKrishna Kumar2009-08-301-4/+4
* Speed-up pfifo_fast lookup using a private bitmapKrishna Kumar2009-08-291-22/+48
* net: Avoid enqueuing skb for default qdiscsKrishna Kumar2009-08-061-36/+57
* net: tx scalability works : trans_startEric Dumazet2009-05-171-9/+31
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-201-1/+6
|\
| * net: Do not fire linkwatch events until the device is registered.David S. Miller2008-11-191-1/+6
* | netdev: network device operations infrastructureStephen Hemminger2008-11-191-2/+2
* | pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-131-23/+0
* | pkt_sched: sch_generic: Kfree gso_skb in qdisc_reset()Jarek Poplawski2008-11-031-0/+3
* | pkt_sched: sch_generic: Add generic qdisc->ops->peek() implementation.Jarek Poplawski2008-10-311-0/+16
|/
* pkt_sched: sch_generic: Fix oops in sch_teqlJarek Poplawski2008-10-191-0/+2
* pkt_sched: Update qdisc requeue stats in dev_requeue_skb()Jarek Poplawski2008-10-081-0/+1
* pkt_sched: Simplify dev_requeue_skb and dequeue_skbJarek Poplawski2008-10-061-16/+5
* pkt_sched: Fix handling of gso skbs on requeuingJarek Poplawski2008-10-061-5/+17
* pkt_sched: Check the state of tx_queue in dequeue_skb()Jarek Poplawski2008-09-221-4/+14
* pkt_sched: Always use q->requeue in dev_requeue_skb().David S. Miller2008-09-221-4/+1
* pkt_sched: Make qdisc->gso_skb a list.David S. Miller2008-09-221-5/+7
* warn: Turn the netdev timeout WARN_ON() into a WARN()Arjan van de Ven2008-09-081-2/+1
* pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdiscJarek Poplawski2008-08-271-2/+2
* pkt_sched: Fix qdisc list lockingJarek Poplawski2008-08-221-3/+2
* pkt_sched: Don't hold qdisc lock over qdisc_destroy().David S. Miller2008-08-181-6/+0
* pkt_sched: No longer destroy qdiscs from RCU.David S. Miller2008-08-171-18/+9
* pkt_sched: Simplify dev_deactivate() polling loop.David S. Miller2008-08-171-26/+5
* pkt_sched: Add 'deactivated' state.David S. Miller2008-08-171-0/+6
* pkt_sched: Fix queue quiescence testing in dev_deactivate().David S. Miller2008-08-131-5/+6
* pkt_sched: Use qdisc_lock() on already sampled root qdisc.David S. Miller2008-08-021-6/+6
* netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller2008-07-311-2/+4
* pkt_sched: Fix OOPS on ingress qdisc add.David S. Miller2008-07-301-3/+5
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-1/+1
* pkt_sched: Fix locking in shutdown_scheduler_queue()David S. Miller2008-07-251-2/+2
* net: Print the module name as part of the watchdog messageArjan van de Ven2008-07-211-3/+3
* Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe."David S. Miller2008-07-211-22/+77
* pkt_sched: Remove unused variable skb in dev_deactivate_queue function.Daniel Lezcano2008-07-211-3/+0
* pkt_sched: Fix build with NET_SCHED disabled.David S. Miller2008-07-201-0/+2
* net_sched: Add size table for qdiscsJussi Kivilinna2008-07-201-0/+1
* pkt_sched: Fix noqueue_qdisc initialization.David S. Miller2008-07-181-0/+7
OpenPOWER on IntegriCloud