summaryrefslogtreecommitdiff
path: root/net/sched (follow)
Commit message (Expand)AuthorAge
* net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski2018-11-10
* sch_red: update backlog as wellWANG Cong2018-11-10
* sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov2018-09-15
* sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov2018-09-15
* sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov2018-09-15
* sch_multiq: fix double free on init failureNikolay Aleksandrov2018-09-15
* sch_htb: fix crash on init failureNikolay Aleksandrov2018-09-15
* net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu2018-08-22
* net_sched: Fix missing res info when create new tc_index filterHangbin Liu2018-08-22
* net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov2018-07-22
* net_sched: fq: take care of throttled flows before reuseEric Dumazet2018-05-26
* net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh2018-04-13
* net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti2018-04-13
* sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti2018-03-22
* net_sched: red: Avoid illegal valuesNogah Frankel2018-02-25
* sch_dsmark: fix invalid skb_cow() usageEric Dumazet2017-12-25
* net: sched: fix NULL pointer dereference when action calls some targetsXin Long2017-08-30
* net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov2017-08-30
* net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long2017-08-12
* net: sched: Fix one possible panic when no destroy callbackGao Feng2017-07-21
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-07-21
* net_sched: close another race condition in tcf_mirred_release()WANG Cong2017-05-02
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-03-22
* act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss2017-03-22
* net, sched: fix soft lockup in tc_classifyDaniel Borkmann2017-01-15
* net/sched: pedit: make sure that offset is validAmir Vadai2016-12-10
* net, sched: respect rcu grace period on cls destructionDaniel Borkmann2016-12-10
* net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim2016-11-15
* net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani2016-11-15
* net_sched: fix mirrored packets checksumWANG Cong2016-07-27
* bpf: try harder on clones when writing into skbDaniel Borkmann2016-07-11
* netem: fix a use after freeEric Dumazet2016-07-11
* net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet2016-07-11
* netem: Segment GSO packets on enqueueNeil Horman2016-05-18
* sch_dsmark: update backlog as wellWANG Cong2016-05-18
* sch_htb: update backlog as wellWANG Cong2016-05-18
* net_sched: update hierarchical backlog tooWANG Cong2016-05-18
* net_sched: introduce qdisc_replace() helperWANG Cong2016-05-18
* net: sched: do not requeue a NULL skbLars Persson2016-05-18
* net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim2016-03-03
* sched,cls_flower: set key address type when presentJamal Hadi Salim2016-01-31
* net: sched: fix missing free per cpu on qstatsJohn Fastabend2016-01-06
* net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet2015-12-15
* net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet2015-12-03
* net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet2015-11-08
* sched: cls_flow: use skb_to_full_sk() helperEric Dumazet2015-11-08
* net: sched: kill dead code in sch_choke.cPhil Sutter2015-11-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-20
|\
| * sch_hhf: fix return value of hhf_drop()WANG Cong2015-10-11
| * act_mirred: clear sender cpu before sending to txWANG Cong2015-10-08