aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/pkt_sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+6
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes1-0/+23
2019-09-15net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni1-1/+6
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov1-0/+1
2018-07-04net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia1-0/+5
2018-07-04net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes1-0/+2
2018-01-16net: remove prototype of qdisc_lookup_class()Jakub Kicinski1-1/+0
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-1/+2
2017-12-21net: sch: api: add extack support in qdisc_get_rtabAlexander Aring1-1/+2
2017-12-08net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend1-3/+3
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend1-1/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27net/sched: Add support for HW offloading for CBSVinicius Costa Gomes1-0/+9
2017-10-21net: sched: remove unused is_classid_clsact_ingress/egress helpersJiri Pirko1-13/+0
2017-10-16net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko1-0/+7
2017-08-11net: sched: Add helpers to identify classidsJiri Pirko1-0/+14
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-3/+0
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-1/+1
2016-11-07net: make default TX queue length a defined constantJesper Dangaard Brouer1-0/+2
2016-08-10net: sched: convert qdisc linked list to hashtableJiri Kosina1-2/+2
2016-06-10net_sched: remove generic throttled managementEric Dumazet1-2/+2
2016-05-24net_sched: avoid too many hrtimer_start() callsEric Dumazet1-0/+1
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-3/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+1
2015-01-13net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko1-0/+12
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet1-2/+2
2014-10-03qdisc: validate skb without holding lockEric Dumazet1-1/+1
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet1-1/+1
2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal1-1/+1
2013-12-09pkt_sched: give visibility to mq slave qdiscsEric Dumazet1-0/+1
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger1-0/+3
2013-07-31net: Remove extern from include/net/ scheduling prototypesJoe Perches1-25/+25
2013-02-12sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko1-2/+8
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-06-02net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet1-1/+1
2010-04-01gen_estimator: deadlock fixEric Dumazet1-1/+1
2010-01-28sched: add head drop fifo queueHagen Paul Pfeifer1-0/+1
2009-11-04net: cleanup include/netEric Dumazet1-2/+1
2009-08-06net: Avoid enqueuing skb for default qdiscsKrishna Kumar1-0/+3
2009-06-15pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2USJarek Poplawski1-4/+4
2009-06-09pkt_sched: Change PSCHED_SHIFT from 10 to 6Jarek Poplawski1-2/+2
2009-06-09pkt_sched: Use PSCHED_SHIFT in PSCHED time conversionJarek Poplawski1-2/+3
2009-02-01pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski1-0/+1
2008-09-23pkt_sched: Remove the tx queue state check in qdisc_run()Jarek Poplawski1-4/+1
2008-08-22pkt_sched: Fix qdisc list lockingJarek Poplawski1-0/+1
2008-08-13pkt_sched: Add queue stopped test back to qdisc_run().David S. Miller1-1/+4
2008-07-20net_sched: Add size table for qdiscsJussi Kivilinna1-0/+1