summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_dsmark.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: Retire dsmark qdiscJamal Hadi Salim2023-02-161-518/+0
* net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-221-9/+5
* net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao2022-08-251-2/+0
* net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-1/+1
* sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo2021-05-241-1/+2
* net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy2021-01-221-1/+2
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-031-3/+3
* sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-10-041-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+4
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen2019-01-151-1/+2
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-251-1/+1
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-2/+3
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for graft callbackAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack for block callbackAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack to change classAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-161-1/+1
* net_sched: remove tc class reference countingWANG Cong2017-08-251-9/+8
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+1
* sch_dsmark: Fix uninitialized variable warning.David S. Miller2017-05-171-1/+1
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-6/+11
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-2/+8
|\
| * sch_dsmark: fix invalid skb_cow() usageEric Dumazet2017-03-211-2/+8
* | net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-0/+2
|/
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+1
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-4/+5
* sched: remove qdisc->dropFlorian Westphal2016-06-081-18/+0
* net_sched: dsmark: use qdisc_dequeue_peeked()Kyeong Yoo2016-03-081-1/+1
* sch_dsmark: update backlog as wellWANG Cong2016-02-291-0/+3
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-7/+1
* sch_dsmark: improve memory localityEric Dumazet2015-09-171-30/+33
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1
* net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko2015-01-131-3/+3
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-1/+1
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-4/+5
* sch_dsmark: use correct func name in print messagesYang Yingliang2013-12-311-18/+19
* net_sched: replace pr_warning with pr_warnYang Yingliang2013-12-311-2/+2
* net_sched: remove unnecessary parentheses while returnYang Yingliang2013-12-101-1/+1
* net: sched: factorize code (qdisc_drop())Eric Dumazet2012-05-041-2/+1
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-7/+11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-1/+1
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-201-1/+1
* | net_sched: cleanupsEric Dumazet2011-01-191-11/+10
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-2/+1
* net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-211-4/+2