aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2008-07-08pkt_sched: Kill stats_lock member of struct Qdisc.David S. Miller
2008-07-08netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.David S. Miller
2008-07-08netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller
2008-07-08netdev: The ingress_lock member is no longer needed.David S. Miller
2008-07-08netdev: Move queue_lock into struct netdev_queue.David S. Miller
2008-07-08pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller
2008-07-08netdev: Create netdev_queue abstraction.David S. Miller
2008-07-08pkt_sched: Remove comment reference to old style TX locking.David S. Miller
2008-07-05net-sched: consolidate default fifo qdisc setupPatrick McHardy
2008-07-05net-sched: sch_htb: remove write-only qdisc filter_cntPatrick McHardy
2008-07-05net-sched: sch_htb: remove child and sibling listsPatrick McHardy
2008-07-05net-sched: sch_htb: use dynamic class hash helpersPatrick McHardy
2008-07-05net-sched: sch_htb: move hash and sibling list removal to htb_deletePatrick McHardy
2008-07-05net-sched: sch_cbq: use dynamic class hash helpersPatrick McHardy
2008-07-05net-sched: sch_hfsc: use dynamic class hash helpersPatrick McHardy
2008-07-05net-sched: add dynamically sized qdisc class hash helpersPatrick McHardy
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-07-01net-sched: fix filter destruction in atm/hfsc qdisc destructionPatrick McHardy
2008-07-01net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-27pkt_sched: Remove CONFIG_NET_SCH_RRAdrian Bunk
2008-06-27pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive.WANG Cong
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-16pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis.Jesper Dangaard Brouer
2008-06-16pkt_sched: HTB scheduler, change default hysteresis mode to off.Jesper Dangaard Brouer
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-06-03netlink: Improve returned error codesThomas Graf
2008-05-20net_sched: cls_api: fix return value for non-existant classifiersPatrick McHardy
2008-05-06net_cls_act: act_simple dont ignore realloc codeJamal Hadi Salim
2008-05-05net_cls_act: Make act_simple use of netlink policy.Jamal Hadi Salim
2008-05-03sch_htb: remove from event queue in htb_parent_to_leaf()Jarek Poplawski
2008-05-02net: Add a WARN_ON_ONCE() to the transmit timeout functionArjan van de Ven
2008-04-29sch_sfq: use del_timer_sync() in sfq_destroy()Jarek Poplawski
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-04-17[PKT_SCHED]: Fix datalen check in tcf_simp_init().Patrick McHardy
2008-04-14[NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loopJarek Poplawski
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-04-12[NET_SCHED] cls_u32: refcounting fix for u32_delete()Jarek Poplawski
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-28[NET]: Add preemption point in qdisc_runHerbert Xu
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-23Merge branch 'master' of ../net-2.6/David S. Miller
2008-03-23sch_htb: fix "too many events" situationMartin Devera
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-17[PKT_SCHED]: annotate cls_u32Al Viro
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet
2008-02-10[PKT_SCHED] ematch: Fix build warning.David S. Miller
2008-02-09[NET_SCHED] sch_htb: htb_requeue fixJarek Poplawski
2008-02-09[PKT_SCHED] ematch: tcf_em_destroy robustnessStephen Hemminger
2008-02-09[PKT_SCHED]: deinline functions in meta matchStephen Hemminger