summaryrefslogtreecommitdiffstats
path: root/include/net/sch_generic.h
Commit message (Expand)AuthorAgeFilesLines
* qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer2014-10-031-0/+16
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-1/+11
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-6/+33
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-301-1/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-1/+2
|\
| * net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet2014-09-221-1/+2
* | net: rcu-ify tcf_protoJohn Fastabend2014-09-131-4/+5
* | net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend2014-09-131-6/+15
|/
* flow_keys: Record IP layer protocol in skb_flow_dissect()Govindarajulu Varadarajan2014-06-231-1/+1
* sched, cls: check if we could overwrite actions when changing a filterCong Wang2014-04-271-1/+1
* net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong2014-01-131-1/+1
* net_sched: convert tcf_proto_ops to use struct list_headWANG Cong2013-12-181-1/+1
* net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet2013-09-201-2/+9
* qdisc: make args to qdisc_create_default conststephen hemminger2013-08-311-2/+2
* qdisc: allow setting default queuing disciplinestephen hemminger2013-08-311-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-1/+8
|\
| * net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer2013-08-151-1/+8
* | net: Remove extern from include/net/ scheduling prototypesJoe Perches2013-07-311-25/+28
|/
* net_sched: psched_ratecfg_precompute() improvementsEric Dumazet2013-06-111-2/+2
* net_sched: add 64bit rate estimatorsEric Dumazet2013-06-111-6/+7
* net_sched: restore "overhead xxx" handlingEric Dumazet2013-06-021-7/+11
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* sch: make htb_rate_cfg and functions around that genericJiri Pirko2013-02-121-0/+19
* pkt_sched: namespace aware act_mirredBenjamin LaHaise2013-01-141-1/+1
* pkt_sched: avoid requeues if possibleEric Dumazet2012-12-121-0/+7
* net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman2012-08-141-1/+2
* net: rename bond_queue_mapping to slave_dev_queue_mappingJiri Pirko2012-07-201-1/+1
* bonding: Fix corrupted queue_mappingEric Dumazet2012-06-121-2/+5
* net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-091-1/+8
* net: sch_generic remove redundant use of <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* net: constify skbuff and Qdisc elementsEric Dumazet2011-10-201-12/+12
* net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-061-5/+7
* net_sched: fix THROTTLED/RUNNING raceEric Dumazet2011-03-241-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-1/+1
|\
| * net_sched: long word align struct qdisc_skb_cb dataEric Dumazet2011-02-231-1/+1
* | net_sched: reduce fifo qdisc sizeEric Dumazet2011-03-031-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-3/+5
|\ \ | |/
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-201-3/+5
* | net_sched: RCU conversion of stabEric Dumazet2011-01-201-6/+15
* | net_sched: move TCQ_F_THROTTLED flagEric Dumazet2011-01-201-10/+28
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-6/+14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-201-5/+1
|\
| * net_sched: always clone skbsChangli Gao2010-12-201-5/+1
* | net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila2010-12-161-0/+1
|/
* net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-211-2/+1
* net: return operator cleanupEric Dumazet2010-09-231-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-4/+16
|\
| * net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-021-4/+8
| * sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lockJohn Fastabend2010-07-021-2/+10
* | act_mirred: don't clone skb when skb isn't sharedChangli Gao2010-06-281-2/+9
OpenPOWER on IntegriCloud