aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-16net/sched: cls_flower: Set egress_dev mark when calling into the HW driverOr Gerlitz1-0/+2
2017-09-21net_sched: remove cls_flower idr on failureCong Wang1-6/+9
2017-09-21net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov1-4/+19
2017-09-21net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov1-0/+1
2017-09-18net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti1-0/+1
2017-09-13net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko1-2/+4
2017-09-12net_sched: carefully handle tcf_block_put()Cong Wang1-6/+18
2017-09-12net_sched: fix reference counting of tc filter chainCong Wang1-21/+26
2017-09-12net_sched: get rid of tcfa_rcuCong Wang1-9/+8
2017-09-11net/sched: fix pointer check in gen_handleJosh Hunt1-1/+1
2017-09-07net: sched: fix memleak for chain zeroJiri Pirko1-9/+9
2017-09-06sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng2-2/+2
2017-09-05net: sched: don't use GFP_KERNEL under spin lockJakub Kicinski1-2/+6
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-36/+42
2017-08-31net_sched: add reverse binding for tc classCong Wang10-2/+147
2017-08-30sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov1-2/+3
2017-08-30sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov1-3/+3
2017-08-30sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov1-2/+2
2017-08-30sch_fq_codel: avoid double free on init failureNikolay Aleksandrov1-3/+1
2017-08-30sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov1-3/+7
2017-08-30sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov1-7/+3
2017-08-30sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov1-0/+3
2017-08-30sch_multiq: fix double free on init failureNikolay Aleksandrov1-6/+1
2017-08-30sch_htb: fix crash on init failureNikolay Aleksandrov1-2/+3
2017-08-30net/sched: Change act_api and act_xxx modules to use IDRChris Mi17-292/+254
2017-08-30net/sched: Change cls_flower to use IDRChris Mi1-32/+23
2017-08-29act_ife: use registered ife_type as fallbackAlexander Aring1-14/+3
2017-08-28sched: sfq: drop packets after root qdisc lock is releasedGao Feng1-7/+13
2017-08-25net_sched: kill u32_node pointer in QdiscWANG Cong1-4/+53
2017-08-25net_sched: remove tc class reference countingWANG Cong20-260/+105
2017-08-25net_sched: introduce tclass_del_notify()WANG Cong1-6/+33
2017-08-25net_sched: get rid of more forward declarationsWANG Cong1-179/+169
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet2-4/+4
2017-08-22net: sched: don't do tcf_chain_flush from tcf_chain_destroyJiri Pirko1-3/+3
2017-08-22net: sched: fix use after free when tcf_chain_destroy is called multiple timesJiri Pirko1-2/+10
2017-08-22net: sched: use kvmalloc() for class hash tablesEric Dumazet1-18/+4
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2017-08-18net: sched: fix NULL pointer dereference when action calls some targetsXin Long1-0/+2
2017-08-18net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko1-1/+1
2017-08-16net: sched: cls_flower: fix ndo_setup_tc type for stats callJiri Pirko1-1/+1
2017-08-16qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer1-2/+6
2017-08-16net_sched/hfsc: opencode trivial set_active() and set_passive()Konstantin Khlebnikov1-29/+16
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov6-13/+15
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-8/+24
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov1-3/+0
2017-08-15net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov1-1/+4
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov4-4/+12
2017-08-11net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov1-0/+8
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko5-24/+12
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1