aboutsummaryrefslogtreecommitdiff
path: root/include/net/sch_generic.h
AgeCommit message (Expand)Author
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong
2013-12-18net_sched: convert tcf_proto_ops to use struct list_headWANG Cong
2013-09-20net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet
2013-08-31qdisc: make args to qdisc_create_default conststephen hemminger
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-15net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer
2013-07-31net: Remove extern from include/net/ scheduling prototypesJoe Perches
2013-06-11net_sched: psched_ratecfg_precompute() improvementsEric Dumazet
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet
2013-06-02net_sched: restore "overhead xxx" handlingEric Dumazet
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-12sch: make htb_rate_cfg and functions around that genericJiri Pirko
2013-01-14pkt_sched: namespace aware act_mirredBenjamin LaHaise
2012-12-12pkt_sched: avoid requeues if possibleEric Dumazet
2012-08-14net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman
2012-07-20net: rename bond_queue_mapping to slave_dev_queue_mappingJiri Pirko
2012-06-12bonding: Fix corrupted queue_mappingEric Dumazet
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller
2011-10-31net: sch_generic remove redundant use of <linux/module.h>Paul Gortmaker
2011-10-20net: constify skbuff and Qdisc elementsEric Dumazet
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet
2011-03-24net_sched: fix THROTTLED/RUNNING raceEric Dumazet
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-03net_sched: reduce fifo qdisc sizeEric Dumazet
2011-02-23net_sched: long word align struct qdisc_skb_cb dataEric Dumazet
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet
2011-01-20net_sched: RCU conversion of stabEric Dumazet
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet
2010-12-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-20net_sched: always clone skbsChangli Gao
2010-12-16net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao
2010-09-23net: return operator cleanupEric Dumazet
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend
2010-07-02sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lockJohn Fastabend
2010-06-28act_mirred: don't clone skb when skb isn't sharedChangli Gao
2010-06-02net: add additional lock to qdisc to increase throughputEric Dumazet
2010-06-02net: QDISC_STATE_RUNNING dont need atomic bit opsEric Dumazet
2010-06-02net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet
2010-04-01gen_estimator: deadlock fixEric Dumazet
2010-01-28sched: add head drop fifo queueHagen Paul Pfeifer
2009-11-04net: cleanup include/netEric Dumazet
2009-09-15pkt_sched: Fix tx queue selection in tc_modify_qdiscJarek Poplawski
2009-09-09net_sched: fix estimator lock selection for mq child qdiscsPatrick 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