summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net_sched: fix call_rcu() race on act_sample module removalCong Wang2017-10-291-0/+1
* net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang2017-10-291-0/+1
* net_sched: use tcf_queue_work() in tcindex filterCong Wang2017-10-291-5/+33
* net_sched: use tcf_queue_work() in rsvp filterCong Wang2017-10-291-3/+16
* net_sched: use tcf_queue_work() in route filterCong Wang2017-10-291-3/+16
* net_sched: use tcf_queue_work() in u32 filterCong Wang2017-10-291-3/+26
* net_sched: use tcf_queue_work() in matchall filterCong Wang2017-10-291-3/+16
* net_sched: use tcf_queue_work() in fw filterCong Wang2017-10-291-3/+16
* net_sched: use tcf_queue_work() in flower filterCong Wang2017-10-291-3/+16
* net_sched: use tcf_queue_work() in flow filterCong Wang2017-10-291-3/+16
* net_sched: use tcf_queue_work() in cgroup filterCong Wang2017-10-291-4/+18
* net_sched: use tcf_queue_work() in bpf filterCong Wang2017-10-291-2/+17
* net_sched: use tcf_queue_work() in basic filterCong Wang2017-10-291-3/+17
* net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-291-17/+51
* net_sched: avoid matching qdisc with zero handleCong Wang2017-10-291-0/+2
* 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-211-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-181-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-121-6/+18
* net_sched: fix reference counting of tc filter chainCong Wang2017-09-121-21/+26
* net_sched: get rid of tcfa_rcuCong Wang2017-09-121-9/+8
* net/sched: fix pointer check in gen_handleJosh Hunt2017-09-111-1/+1
* net: sched: fix memleak for chain zeroJiri Pirko2017-09-071-9/+9
* sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng2017-09-062-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-0112-36/+42
|\
| * sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov2017-08-301-2/+3
| * sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-301-3/+3
| * sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov2017-08-301-2/+2
| * sch_fq_codel: avoid double free on init failureNikolay Aleksandrov2017-08-301-3/+1
| * sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov2017-08-301-3/+7
| * sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov2017-08-301-7/+3
| * sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-301-0/+3
| * sch_multiq: fix double free on init failureNikolay Aleksandrov2017-08-301-6/+1
| * sch_htb: fix crash on init failureNikolay Aleksandrov2017-08-301-2/+3
| * net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet2017-08-242-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/+254
* | net/sched: Change cls_flower to use IDRChris Mi2017-08-301-32/+23
* | act_ife: use registered ife_type as fallbackAlexander Aring2017-08-291-14/+3
* | sched: sfq: drop packets after root qdisc lock is releasedGao Feng2017-08-281-7/+13
* | net_sched: kill u32_node pointer in QdiscWANG Cong2017-08-251-4/+53
* | net_sched: remove tc class reference countingWANG Cong2017-08-2520-260/+105
* | net_sched: introduce tclass_del_notify()WANG Cong2017-08-251-6/+33
* | net_sched: get rid of more forward declarationsWANG Cong2017-08-251-179/+169
OpenPOWER on IntegriCloud