summaryrefslogtreecommitdiffstats
path: root/include/net/pkt_sched.h
Commit message (Expand)AuthorAgeFilesLines
* net: remove prototype of qdisc_lookup_class()Jakub Kicinski2018-01-161-1/+0
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-1/+2
* net: sch: api: add extack support in qdisc_get_rtabAlexander Aring2017-12-211-1/+2
* net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend2017-12-081-3/+3
* net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend2017-12-081-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net/sched: Add support for HW offloading for CBSVinicius Costa Gomes2017-10-271-0/+9
* | net: sched: remove unused is_classid_clsact_ingress/egress helpersJiri Pirko2017-10-211-13/+0
* | net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko2017-10-161-0/+7
|/
* net: sched: Add helpers to identify classidsJiri Pirko2017-08-111-0/+14
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-3/+0
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-1/+1
* net: make default TX queue length a defined constantJesper Dangaard Brouer2016-11-071-0/+2
* net: sched: convert qdisc linked list to hashtableJiri Kosina2016-08-101-2/+2
* net_sched: remove generic throttled managementEric Dumazet2016-06-101-2/+2
* net_sched: avoid too many hrtimer_start() callsEric Dumazet2016-05-241-0/+1
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-3/+1
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-1/+1
* net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko2015-01-131-0/+12
* net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-061-2/+2
* qdisc: validate skb without holding lockEric Dumazet2014-10-031-1/+1
* net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-221-1/+1
* net_sched: drr: warn when qdisc is not work conservingFlorian Westphal2014-06-111-1/+1
* pkt_sched: give visibility to mq slave qdiscsEric Dumazet2013-12-091-0/+1
* qdisc: allow setting default queuing disciplinestephen hemminger2013-08-311-0/+3
* net: Remove extern from include/net/ scheduling prototypesJoe Perches2013-07-311-25/+25
* sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko2013-02-121-2/+8
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-061-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet2010-06-021-1/+1
* gen_estimator: deadlock fixEric Dumazet2010-04-011-1/+1
* sched: add head drop fifo queueHagen Paul Pfeifer2010-01-281-0/+1
* net: cleanup include/netEric Dumazet2009-11-041-2/+1
* net: Avoid enqueuing skb for default qdiscsKrishna Kumar2009-08-061-0/+3
* pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2USJarek Poplawski2009-06-151-4/+4
* pkt_sched: Change PSCHED_SHIFT from 10 to 6Jarek Poplawski2009-06-091-2/+2
* pkt_sched: Use PSCHED_SHIFT in PSCHED time conversionJarek Poplawski2009-06-091-2/+3
* pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski2009-02-011-0/+1
* pkt_sched: Remove the tx queue state check in qdisc_run()Jarek Poplawski2008-09-231-4/+1
* pkt_sched: Fix qdisc list lockingJarek Poplawski2008-08-221-0/+1
* pkt_sched: Add queue stopped test back to qdisc_run().David S. Miller2008-08-131-1/+4
* net_sched: Add size table for qdiscsJussi Kivilinna2008-07-201-0/+1
* pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller2008-07-171-7/+4
* pkt_sched: Make QDISC_RUNNING a qdisc state.David S. Miller2008-07-171-1/+3
* net: Use queue aware tests throughout.David S. Miller2008-07-171-3/+1
* netdev: Move atomic queue state bits into netdev_queue.David S. Miller2008-07-081-1/+1
* pkt_sched: Make qdisc_run take a netdev_queue.David S. Miller2008-07-081-3/+5
* net-sched: consolidate default fifo qdisc setupPatrick McHardy2008-07-051-0/+4
OpenPOWER on IntegriCloud