summaryrefslogtreecommitdiff
path: root/include/net/sch_generic.h
AgeCommit message (Expand)Author
2015-10-23dev-asf-qos - correcting the qos hooks for dpaa linux qosAlok Makhariya
2014-04-08Merge branch 'merge' into sdk-v1.6.xScott Wood
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2013-12-14Merge remote-tracking branch 'linus/master' into mergeScott Wood
2013-11-03Merge tag 'v3.10' into sdk-kernel-3.10Scott Wood
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-08-01net: Remove extern from include/net/ scheduling prototypesJoe Perches
2013-06-12net_sched: psched_ratecfg_precompute() improvementsEric Dumazet
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet
2013-06-03net_sched: restore "overhead xxx" handlingEric Dumazet
2013-04-16ASF QoS Configuration intergrated with TC module.Sachin Saxena
2013-04-16Changes to support ASF QOS Integration with KernelSachin Saxena
2013-02-28hlist: 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-15net 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-04Merge 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-21net_sched: accurate bytes/packets stats/ratesEric Dumazet
2011-01-21net_sched: RCU conversion of stabEric Dumazet
2011-01-21net_sched: move TCQ_F_THROTTLED flagEric Dumazet
2011-01-11net_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-03net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend
2010-07-03sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lockJohn Fastabend
2010-06-29act_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-02gen_estimator: deadlock fixEric Dumazet
2010-01-29sched: add head drop fifo queueHagen Paul Pfeifer