summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: cls_flower: Set egress_dev mark when calling into the HW driverOr Gerlitz2017-10-161-0/+2
* net_sched: remove cls_flower idr on failureCong Wang2017-09-221-6/+9
* net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov2017-09-211-4/+19
* net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov2017-09-211-0/+1
* net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti2017-09-191-0/+1
* net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko2017-09-131-2/+4
* net_sched: carefully handle tcf_block_put()Cong Wang2017-09-131-6/+18
* net_sched: fix reference counting of tc filter chainCong Wang2017-09-131-21/+26
* net_sched: get rid of tcfa_rcuCong Wang2017-09-131-9/+8Star
* net/sched: fix pointer check in gen_handleJosh Hunt2017-09-111-1/+1
* net: sched: fix memleak for chain zeroJiri Pirko2017-09-081-9/+9
* sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng2017-09-072-2/+2
* net: sched: don't use GFP_KERNEL under spin lockJakub Kicinski2017-09-051-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-0212-36/+42
|\
| * sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov2017-08-311-2/+3
| * sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-311-3/+3
| * sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov2017-08-311-2/+2
| * sch_fq_codel: avoid double free on init failureNikolay Aleksandrov2017-08-311-3/+1Star
| * sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov2017-08-311-3/+7
| * sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov2017-08-311-7/+3Star
| * sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-311-0/+3
| * sch_multiq: fix double free on init failureNikolay Aleksandrov2017-08-311-6/+1Star
| * sch_htb: fix crash on init failureNikolay Aleksandrov2017-08-311-2/+3
| * net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet2017-08-252-4/+4
| * net: sched: don't do tcf_chain_flush from tcf_chain_destroyJiri Pirko2017-08-221-3/+3
| * net: sched: fix use after free when tcf_chain_destroy is called multiple timesJiri Pirko2017-08-221-2/+10
* | net_sched: add reverse binding for tc classCong Wang2017-08-3110-2/+147
* | net/sched: Change act_api and act_xxx modules to use IDRChris Mi2017-08-3017-292/+254Star
* | net/sched: Change cls_flower to use IDRChris Mi2017-08-301-32/+23Star
* | act_ife: use registered ife_type as fallbackAlexander Aring2017-08-301-14/+3Star
* | sched: sfq: drop packets after root qdisc lock is releasedGao Feng2017-08-291-7/+13
* | net_sched: kill u32_node pointer in QdiscWANG Cong2017-08-261-4/+53
* | net_sched: remove tc class reference countingWANG Cong2017-08-2620-260/+105Star
* | net_sched: introduce tclass_del_notify()WANG Cong2017-08-261-6/+33
* | net_sched: get rid of more forward declarationsWANG Cong2017-08-261-179/+169Star
* | net: sched: use kvmalloc() for class hash tablesEric Dumazet2017-08-221-18/+4Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-222-1/+3
|\|
| * net: sched: fix NULL pointer dereference when action calls some targetsXin Long2017-08-191-0/+2
| * net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko2017-08-181-1/+1
* | net: sched: cls_flower: fix ndo_setup_tc type for stats callJiri Pirko2017-08-161-1/+1
* | qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer2017-08-161-2/+6
* | net_sched/hfsc: opencode trivial set_active() and set_passive()Konstantin Khlebnikov2017-08-161-29/+16Star
* | net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov2017-08-166-13/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-166-8/+24
|\|
| * net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov2017-08-161-3/+0Star
| * net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov2017-08-161-1/+4
| * net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov2017-08-164-4/+12
| * net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov2017-08-111-0/+8
* | net: sched: remove cops->tcf_cl_offloadJiri Pirko2017-08-115-24/+12Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-1/+1
|\|