aboutsummaryrefslogtreecommitdiffstats
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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy1-1/+2
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-21/+0
2008-10-31pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski1-0/+10
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-4/+4
2008-08-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski1-1/+1
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski1-3/+5
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna1-1/+1
2008-07-20net_sched: Add qdisc_enqueue wrapperJussi Kivilinna1-1/+1
2008-07-08pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller1-2/+2
2008-07-08netdev: Create netdev_queue abstraction.David S. Miller1-2/+4
2008-07-01net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy1-1/+1
2008-06-03netlink: Improve returned error codesThomas Graf1-2/+4
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in packet schedulersPatrick McHardy1-18/+15
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy1-2/+12
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy1-36/+49
2008-01-28[PKT_SCHED] dsmark: checkpatch warning cleanupStephen Hemminger1-39/+40
2008-01-28[PKT_SCHED] dsmark: handle cloned and non-linear skb'sStephen Hemminger1-4/+15
2008-01-28[PKT_SCHED] dsmark: Use hweight32() instead of convoluted loop.David S. Miller1-12/+3
2008-01-28[PKT_SCHED] dsmark: get rid of wrappersStephen Hemminger1-49/+34
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet1-2/+2
2007-07-15[NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy1-12/+1
2007-07-15[NET_SCHED]: sch_dsmark: act_api supportPatrick McHardy1-16/+25
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy1-1/+0
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-3/+3
2007-04-25[NET_SCHED]: Unline tcf_destroyPatrick McHardy1-7/+1
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-2/+2
2007-02-10[NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki1-8/+8
2006-12-02[NET_SCHED]: Fix endless loops (part 2): "simple" qdiscsPatrick McHardy1-1/+1
2006-12-02[NET_SCHED]: Set parent classid in default qdiscsPatrick McHardy1-2/+3
2006-12-02[NET]: net/sched annotations.Al Viro1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[PKT_SCHED]: Dump child qdisc handle in sch_{atm,dsmark}Patrick McHardy1-0/+1
2005-06-18[PKT_SCHED]: Logic simplifications and codingstyle/whitespace cleanupsThomas Graf1-86/+88
2005-06-18[PKT_SCHED]: Make dsmark use the new dumping macrosThomas Graf1-28/+24
2005-06-18[PKT_SCHED]: Fix dsmark to apply changes consistentThomas Graf1-49/+82
2005-05-31[PKT_SCHED]: Disable dsmark debugging messages by defaultThomas Graf1-1/+1
2005-05-31[PKT_SCHED]: make dsmark try using pfifo instead of noop while graftingThomas Graf1-2/+7
2005-05-31[PKT_SCHED]: Fix dsmark to count ignored indices while walkingThomas Graf1-2/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+479