summaryrefslogtreecommitdiffstats
path: root/include/net/pkt_sched.h
Commit message (Expand)AuthorAgeFilesLines
* net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean2022-09-291-0/+5
* net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean2022-09-291-0/+5
* net/sched: sch_api: add helper for tc qdisc walker stats dumpZhengchao Shao2022-09-221-0/+13
* net: sched: remove the unused return value of unregister_qdiscZhengchao Shao2022-08-161-1/+1
* net: sched: provide shim definitions for taprio_offload_{get,free}Vladimir Oltean2022-07-051-0/+17
* net: sched: remove psched_tdiff_bounded()Jakub Kicinski2022-01-271-6/+0
* net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2022-01-091-1/+3
* net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2021-12-171-0/+1
* net/sched: Extend qdisc control block with tc control blockPaul Blakey2021-12-171-0/+15
* net: prevent user from passing illegal stab size王贇2021-09-261-0/+1
* net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-05-141-6/+1
* net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean2021-03-101-0/+9
* net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-0/+5
* net/sched: get rid of qdisc->paddedEric Dumazet2020-10-091-4/+1
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-031-11/+0
* net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet2020-03-171-1/+9
* net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-291-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-171-1/+6
|\
| * net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni2019-09-151-1/+6
* | taprio: Add support for hardware offloadingVinicius Costa Gomes2019-09-161-0/+23
|/
* net: sched: extend Qdisc with rcuVlad Buslov2018-09-251-0/+1
* net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia2018-07-041-0/+5
* net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes2018-07-041-0/+2
* 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