summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2018-11-10net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski
2018-11-10sch_red: update backlog as wellWANG Cong
2018-09-15sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov
2018-09-15sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov
2018-09-15sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov
2018-09-15sch_multiq: fix double free on init failureNikolay Aleksandrov
2018-09-15sch_htb: fix crash on init failureNikolay Aleksandrov
2018-08-22net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu
2018-08-22net_sched: Fix missing res info when create new tc_index filterHangbin Liu
2018-07-22net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov
2018-05-26net_sched: fq: take care of throttled flows before reuseEric Dumazet
2018-04-13net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh
2018-04-13net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti
2018-03-22sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti
2018-02-25net_sched: red: Avoid illegal valuesNogah Frankel
2017-12-25sch_dsmark: fix invalid skb_cow() usageEric Dumazet
2017-08-30net: sched: fix NULL pointer dereference when action calls some targetsXin Long
2017-08-30net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov
2017-08-12net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long
2017-07-21net: sched: Fix one possible panic when no destroy callbackGao Feng
2017-07-21net_sched: fix error recovery at qdisc creationEric Dumazet
2017-05-02net_sched: close another race condition in tcf_mirred_release()WANG Cong
2017-03-22net sched actions: decrement module reference count after table flush.Roman Mashak
2017-03-22act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss
2017-01-15net, sched: fix soft lockup in tc_classifyDaniel Borkmann
2016-12-10net/sched: pedit: make sure that offset is validAmir Vadai
2016-12-10net, sched: respect rcu grace period on cls destructionDaniel Borkmann
2016-11-15net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim
2016-11-15net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani
2016-07-27net_sched: fix mirrored packets checksumWANG Cong
2016-07-11bpf: try harder on clones when writing into skbDaniel Borkmann
2016-07-11netem: fix a use after freeEric Dumazet
2016-07-11net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet
2016-05-18netem: Segment GSO packets on enqueueNeil Horman
2016-05-18sch_dsmark: update backlog as wellWANG Cong
2016-05-18sch_htb: update backlog as wellWANG Cong
2016-05-18net_sched: update hierarchical backlog tooWANG Cong
2016-05-18net_sched: introduce qdisc_replace() helperWANG Cong
2016-05-18net: sched: do not requeue a NULL skbLars Persson
2016-03-03net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim
2016-01-31sched,cls_flower: set key address type when presentJamal Hadi Salim
2016-01-06net: sched: fix missing free per cpu on qstatsJohn Fastabend
2015-12-15net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet
2015-11-08net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet
2015-11-08sched: cls_flow: use skb_to_full_sk() helperEric Dumazet
2015-11-03net: sched: kill dead code in sch_choke.cPhil Sutter
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-11net: synack packets can be attached to request socketsEric Dumazet
2015-10-11sch_hhf: fix return value of hhf_drop()WANG Cong