summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Revert "pkt_sched: Add BH protection for qdisc_stab_lock."David S. Miller2008-08-181-7/+7
* pkt_sched: remove bogus block (cleanup)Ilpo Järvinen2008-08-181-7/+6
* pkt_sched: Don't hold qdisc lock over qdisc_destroy().David S. Miller2008-08-182-17/+2
* pkt_sched: Add lockdep annotation for qdisc locksJarek Poplawski2008-08-181-0/+7
* pkt_sched: Never schedule non-root qdiscs.David S. Miller2008-08-182-2/+2
* pkt_sched: Fix return value corruption in HTB and TBF.David S. Miller2008-08-182-11/+4
* sch_prio: Use NET_XMIT_SUCCESS instead of "0" constant.David S. Miller2008-08-171-1/+1
* sch_prio: Use return value from inner qdisc requeueJussi Kivilinna2008-08-171-1/+1
* pkt_sched: No longer destroy qdiscs from RCU.David S. Miller2008-08-171-18/+9
* pkt_sched: Grab correct lock in notify_and_destroy().Jarek Poplawski2008-08-171-2/+2
* 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 unlocking in tc_ctl_tfilter()Jarek Poplawski2008-08-141-1/+1
* pkt_sched: Fix queue quiescence testing in dev_deactivate().David S. Miller2008-08-131-5/+6
* pkt_sched: Fix oops in htb_delete.Jarek Poplawski2008-08-131-1/+2
* net-sched: fix Action flushing return codeJamal Hadi Salim2008-08-131-2/+2
* net-sched: Fix actions flushingJamal Hadi Salim2008-08-131-2/+7
* pkt_sched: Add BH protection for qdisc_stab_lock.Jarek Poplawski2008-08-111-7/+7
* pkt_sched: Fix ingress deletion and filter attachment.David S. Miller2008-08-081-13/+23
* pkt_sched: Fix actions referencingJamal Hadi Salim2008-08-071-3/+2
* pkt_sched: Fix qdisc config when link is down.David S. Miller2008-08-071-4/+4
* pkt_sched: Fix "parent is root" test in qdisc_create().David S. Miller2008-08-061-1/+1
* net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski2008-08-048-16/+16
* net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski2008-08-0410-33/+54
* 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-312-6/+9
* pkt_sched: Fix OOPS on ingress qdisc add.David S. Miller2008-07-302-44/+21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-07-261-2/+2
|\
| * [PATCH] f_count may wrap aroundAl Viro2008-07-261-2/+2
* | Revert "pkt_sched: sch_sfq: dump a real number of flows"David S. Miller2008-07-261-8/+1
* | net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-256-18/+18
|/
* pkt_sched: Fix locking in shutdown_scheduler_queue()David S. Miller2008-07-251-2/+2
* pkt_sched: sch_sfq: dump a real number of flowsJarek Poplawski2008-07-231-1/+8
* pkt_sched: make qdisc_class_hash_alloc() staticAdrian Bunk2008-07-221-1/+1
* 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-203-4/+153
* net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-2021-61/+58
* net_sched: Add qdisc_enqueue wrapperJussi Kivilinna2008-07-209-18/+24
* pkt_sched: Fix noqueue_qdisc initialization.David S. Miller2008-07-181-0/+7
* pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller2008-07-182-52/+133
* pkt_sched: Get rid of u32_list.David S. Miller2008-07-181-15/+3
* pkt_sched: Make default qdisc nonshared-multiqueue safe.David S. Miller2008-07-171-77/+22
* pkt_sched: Add multiqueue handling to qdisc_graft().David S. Miller2008-07-171-42/+59
* pkt_sched: Kill netdev_queue lock.David S. Miller2008-07-172-19/+20
* pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree.David S. Miller2008-07-171-33/+3
* pkt_sched: Make qdisc grafting locking more specific.David S. Miller2008-07-171-12/+29
* netdevice: Move qdisc_list back into net_device proper.David S. Miller2008-07-172-26/+14
OpenPOWER on IntegriCloud