summaryrefslogtreecommitdiff
path: root/net/sched/sch_dsmark.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-16net/sched: Retire dsmark qdiscJamal Hadi Salim1-518/+0
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao1-9/+5
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao1-2/+0
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti1-1/+1
2021-05-24sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo1-1/+2
2021-01-22net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy1-1/+2
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen1-3/+3
2019-10-04sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet1-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+4
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-01-15sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen1-1/+2
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-1/+1
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-2/+3
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack to change classAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko1-1/+1
2017-08-25net_sched: remove tc class reference countingWANG Cong1-9/+8
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+1
2017-05-17sch_dsmark: Fix uninitialized variable warning.David S. Miller1-1/+1
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-6/+11
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+2
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2017-03-21sch_dsmark: fix invalid skb_cow() usageEric Dumazet1-2/+8
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-0/+2
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+1
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-4/+5
2016-06-08sched: remove qdisc->dropFlorian Westphal1-18/+0
2016-03-08net_sched: dsmark: use qdisc_dequeue_peeked()Kyeong Yoo1-1/+1
2016-02-29sch_dsmark: update backlog as wellWANG Cong1-0/+3
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong1-7/+1
2015-09-17sch_dsmark: improve memory localityEric Dumazet1-30/+33
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2015-01-13net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko1-3/+3
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-1/+1
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-4/+5
2013-12-31sch_dsmark: use correct func name in print messagesYang Yingliang1-18/+19
2013-12-31net_sched: replace pr_warning with pr_warnYang Yingliang1-2/+2
2013-12-10net_sched: remove unnecessary parentheses while returnYang Yingliang1-1/+1
2012-05-04net: sched: factorize code (qdisc_drop())Eric Dumazet1-2/+1
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-7/+11
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-11/+10
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-2/+1
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao1-4/+2