summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch1-0/+3
2018-11-10net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski1-1/+1
2018-08-28net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu1-5/+2
2018-08-28net_sched: Fix missing res info when create new tc_index filterHangbin Liu1-0/+1
2018-07-22net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov1-1/+1
2018-05-25net_sched: fq: take care of throttled flows before reuseEric Dumazet1-12/+25
2018-04-13net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh1-1/+3
2018-03-22sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti1-0/+12
2018-02-25net_sched: red: Avoid illegal valuesNogah Frankel4-0/+11
2017-10-27cls_api.c: Fix dumping of non-existing actions' stats.Ignacy Gawędzki1-3/+4
2017-08-30net: sched: fix NULL pointer dereference when action calls some targetsXin Long1-0/+2
2017-08-13net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long1-1/+1
2017-08-11net, sched: fix soft lockup in tc_classifyDaniel Borkmann1-1/+3
2017-04-22net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2016-07-12netem: Segment GSO packets on enqueueNeil Horman1-2/+59
2016-07-12sch_dsmark: update backlog as wellWANG Cong1-0/+3
2016-07-12sch_htb: update backlog as wellWANG Cong1-1/+4
2016-07-12net_sched: update hierarchical backlog tooWANG Cong19-47/+84
2016-07-12net_sched: introduce qdisc_replace() helperWANG Cong12-78/+12
2016-07-12net: sched: do not requeue a NULL skbLars Persson1-1/+4
2016-02-15net: sched: fix missing free per cpu on qstatsJohn Fastabend1-1/+3
2015-06-15net_sched: invoke ->attach() after setting dev->qdiscWANG Cong1-4/+6
2015-06-15net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann1-0/+5
2015-03-24net_sched: fix struct tc_u_hnode layout in u32WANG Cong1-1/+4
2015-03-14ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki1-0/+1
2014-12-16net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu1-1/+1
2014-10-29sch_pie: schedule the timer after all init succeedWANG Cong1-1/+1
2014-10-22net: sched: initialize bstats syncpSabrina Dubroca1-1/+1
2014-10-10net_sched: restore qdisc quota fairness limits after bulk dequeueJesper Dangaard Brouer1-7/+13
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+4
2014-10-08net_sched: copy exts->type in tcf_exts_change()WANG Cong1-0/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet4-4/+4
2014-10-07net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend4-8/+14
2014-10-07net: sched: cls_cgroup tear down exts and ematch from rcu callbackJohn Fastabend1-3/+1
2014-10-07net: sched: remove tcf_proto from ematch callsJohn Fastabend9-20/+21
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet3-7/+7
2014-10-05ematch: Fix early ending of inverted containers.Ignacy Gawędzki1-2/+3
2014-10-05net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend1-0/+2
2014-10-04qdisc: validate skb without holding lockEric Dumazet1-33/+28
2014-10-03qdisc: dequeue bulking also pickup GSO/TSO packetsJesper Dangaard Brouer1-9/+3
2014-10-03qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer1-2/+44
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2014-10-02net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong1-4/+6
2014-10-02net_sched: fix another crash in cls_tcindexWANG Cong1-3/+9
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend14-16/+26
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend14-32/+25
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend24-75/+75
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend14-33/+65
2014-09-29ematch: Fix matching of inverted containers.Ignacy Gawędzki1-2/+4
2014-09-29net: sched: cls_rcvp, complete rcu conversionJohn Fastabend1-3/+41