aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2019-05-05net/sched: fix ->get helper of the matchall clsNicolas Dichtel
2019-05-05net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti
2019-03-16net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan
2019-03-16net: sched: put back q.qlen into a single locationEric Dumazet
2019-03-08net_sched: fix two more memory leaks in cls_tcindexCong Wang
2019-03-08net_sched: fix a memory leak in cls_tcindexCong Wang
2019-03-08net_sched: fix a race condition in tcindex_destroy()Cong Wang
2019-02-19net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera
2019-02-19net_sched: refetch skb protocol for each filterCong Wang
2019-02-19net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti
2018-11-13net: sched: Remove TCA_OPTIONS from policyDavid Ahern
2018-11-04net/sched: cls_api: add missing validation of netlink attributesDavide Caratti
2018-11-04net: sched: Fix for duplicate class dumpPhil Sutter
2018-11-04net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski
2018-10-18net: sched: cls_u32: fix hnode refcountingAl Viro
2018-10-18net: sched: Add policy validation for tc attributesDavid Ahern
2018-09-29net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti
2018-09-15net/sched: act_pedit: fix dump of extended layered opDavide Caratti
2018-09-15net: sched: action_ife: take reference to meta moduleVlad Buslov
2018-09-15act_ife: fix a potential deadlockCong Wang
2018-09-15act_ife: move tcfa_lock down to where necessaryCong Wang
2018-09-15net: sched: Fix memory exposure from short TCA_U32_SELKees Cook
2018-09-15act_ife: fix a potential use-after-freeCong Wang
2018-08-22cls_matchall: fix tcf_unbind_filter missingHangbin Liu
2018-08-22net_sched: Fix missing res info when create new tc_index filterHangbin Liu
2018-08-22net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu
2018-07-18net: sched: Using NULL instead of plain integerYueHaibing
2018-07-12sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller
2018-07-07net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti
2018-07-07net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti
2018-06-23net_sched: remove a bogus warning in hfscCong Wang
2018-06-22cls_flower: fix use after free in flower S/W pathPaolo Abeni
2018-06-20net/sched: act_ife: preserve the action control in case of errorDavide Caratti
2018-06-20net/sched: act_ife: fix recursive lock and idr leakDavide Caratti
2018-06-17net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-08net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"David S. Miller
2018-06-05net: sched: cls: Fix offloading when ingress dev is vxlanPaul Blakey
2018-06-04net: sched: return error code when tcf proto is not foundVlad Buslov
2018-06-04cls_flower: Fix comparing of old filter mask with new filterPaul Blakey
2018-06-04cls_flower: Fix missing free of rhashtablePaul Blakey
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-01net: sched: split tc_ctl_tfilter into three handlersVlad Buslov
2018-05-31cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey
2018-05-31net: remove bypassed check in sch_direct_xmit()Song Liu
2018-05-29net: sched: mq: request stats from offloadsJakub Kicinski
2018-05-29net: sched: mq: add simple offload notificationJakub Kicinski