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