summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch2018-12-171-0/+3
* net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski2018-11-101-1/+1
* net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu2018-08-281-5/+2
* net_sched: Fix missing res info when create new tc_index filterHangbin Liu2018-08-281-0/+1
* net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov2018-07-221-1/+1
* net_sched: fq: take care of throttled flows before reuseEric Dumazet2018-05-251-12/+25
* net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh2018-04-131-1/+3
* sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti2018-03-221-0/+12
* net_sched: red: Avoid illegal valuesNogah Frankel2018-02-254-0/+11
* cls_api.c: Fix dumping of non-existing actions' stats.Ignacy Gawędzki2017-10-271-3/+4
* net: sched: fix NULL pointer dereference when action calls some targetsXin Long2017-08-301-0/+2
* net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long2017-08-121-1/+1
* net, sched: fix soft lockup in tc_classifyDaniel Borkmann2017-08-111-1/+3
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-04-221-4/+1
* netem: Segment GSO packets on enqueueNeil Horman2016-07-121-2/+59
* sch_dsmark: update backlog as wellWANG Cong2016-07-121-0/+3
* sch_htb: update backlog as wellWANG Cong2016-07-121-1/+4
* net_sched: update hierarchical backlog tooWANG Cong2016-07-1219-47/+84
* net_sched: introduce qdisc_replace() helperWANG Cong2016-07-1212-78/+12
* net: sched: do not requeue a NULL skbLars Persson2016-07-121-1/+4
* net: sched: fix missing free per cpu on qstatsJohn Fastabend2016-02-151-1/+3
* net_sched: invoke ->attach() after setting dev->qdiscWANG Cong2015-06-151-4/+6
* net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann2015-06-151-0/+5
* net_sched: fix struct tc_u_hnode layout in u32WANG Cong2015-03-241-1/+4
* ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki2015-03-141-0/+1
* net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu2014-12-161-1/+1
* sch_pie: schedule the timer after all init succeedWANG Cong2014-10-291-1/+1
* net: sched: initialize bstats syncpSabrina Dubroca2014-10-211-1/+1
* net_sched: restore qdisc quota fairness limits after bulk dequeueJesper Dangaard Brouer2014-10-091-7/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-082-2/+4
|\
| * net_sched: copy exts->type in tcf_exts_change()WANG Cong2014-10-081-0/+1
| * ematch: Fix early ending of inverted containers.Ignacy Gawędzki2014-10-041-2/+3
* | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-074-4/+4
* | net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend2014-10-064-8/+14
* | net: sched: cls_cgroup tear down exts and ematch from rcu callbackJohn Fastabend2014-10-061-3/+1
* | net: sched: remove tcf_proto from ematch callsJohn Fastabend2014-10-069-20/+21
* | net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-063-7/+7
* | net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend2014-10-041-0/+2
* | qdisc: validate skb without holding lockEric Dumazet2014-10-031-33/+28
* | qdisc: dequeue bulking also pickup GSO/TSO packetsJesper Dangaard Brouer2014-10-031-9/+3
* | qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer2014-10-031-2/+44
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-2/+4
|\|
| * ematch: Fix matching of inverted containers.Ignacy Gawędzki2014-09-291-2/+4
* | net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong2014-10-011-4/+6
* | net_sched: fix another crash in cls_tcindexWANG Cong2014-10-011-3/+9
* | net: sched: enable per cpu qstatsJohn Fastabend2014-09-3014-16/+26
* | net: sched: restrict use of qstats qlenJohn Fastabend2014-09-3014-32/+25
* | net: sched: implement qstat helper routinesJohn Fastabend2014-09-3024-75/+75
* | net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-3014-33/+65
* | net: sched: cls_rcvp, complete rcu conversionJohn Fastabend2014-09-291-3/+41