summaryrefslogtreecommitdiff
path: root/net/sched/sch_dsmark.c
AgeCommit message (Expand)Author
2019-10-07sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet
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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski
2008-10-31pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo
2008-08-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna
2008-07-20net_sched: Add qdisc_enqueue wrapperJussi Kivilinna
2008-07-08pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller
2008-07-08netdev: Create netdev_queue abstraction.David S. Miller
2008-07-01net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy
2008-06-03netlink: Improve returned error codesThomas Graf
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in packet schedulersPatrick McHardy
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy
2008-01-28[PKT_SCHED] dsmark: checkpatch warning cleanupStephen Hemminger
2008-01-28[PKT_SCHED] dsmark: handle cloned and non-linear skb'sStephen Hemminger
2008-01-28[PKT_SCHED] dsmark: Use hweight32() instead of convoluted loop.David S. Miller