aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/pkt_sched.h
AgeCommit message (Expand)Author
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27net/sched: Add support for HW offloading for CBSVinicius Costa Gomes
2017-10-21net: sched: remove unused is_classid_clsact_ingress/egress helpersJiri Pirko
2017-10-16net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko
2017-08-11net: sched: Add helpers to identify classidsJiri Pirko
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina
2016-11-07net: make default TX queue length a defined constantJesper Dangaard Brouer
2016-08-10net: sched: convert qdisc linked list to hashtableJiri Kosina
2016-06-10net_sched: remove generic throttled managementEric Dumazet
2016-05-24net_sched: avoid too many hrtimer_start() callsEric Dumazet
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-13net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet
2014-10-03qdisc: validate skb without holding lockEric Dumazet
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet
2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal
2013-12-09pkt_sched: give visibility to mq slave qdiscsEric Dumazet
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger
2013-07-31net: Remove extern from include/net/ scheduling prototypesJoe Perches
2013-02-12sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet
2011-03-31Fix common misspellingsLucas De Marchi
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-08-06net: Avoid enqueuing skb for default qdiscsKrishna Kumar
2009-06-15pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2USJarek Poplawski
2009-06-09pkt_sched: Change PSCHED_SHIFT from 10 to 6Jarek Poplawski
2009-06-09pkt_sched: Use PSCHED_SHIFT in PSCHED time conversionJarek Poplawski
2009-02-01pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski
2008-09-23pkt_sched: Remove the tx queue state check in qdisc_run()Jarek Poplawski
2008-08-22pkt_sched: Fix qdisc list lockingJarek Poplawski
2008-08-13pkt_sched: Add queue stopped test back to qdisc_run().David S. Miller
2008-07-20net_sched: Add size table for qdiscsJussi Kivilinna
2008-07-17pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller
2008-07-17pkt_sched: Make QDISC_RUNNING a qdisc state.David S. Miller
2008-07-17net: Use queue aware tests throughout.David S. Miller
2008-07-08netdev: Move atomic queue state bits into netdev_queue.David S. Miller
2008-07-08pkt_sched: Make qdisc_run take a netdev_queue.David S. Miller
2008-07-05net-sched: consolidate default fifo qdisc setupPatrick McHardy
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-07-15[NET_SCHED]: act_api: qdisc internal reclassify supportPatrick McHardy
2007-04-25[NET_SCHED]: Eliminate qdisc_tree_lockPatrick McHardy
2007-04-25[NET_SCHED]: turn PSCHED_GET_TIME into inline functionPatrick McHardy