aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-17/+21
2017-11-03net_sched: hold netns refcnt for each actionCong Wang17-17/+19
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Cong Wang1-0/+2
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01MAINTAINERS: Update Yotam's E-mailYotam Gigi1-1/+1
2017-10-31net_sched: remove tcf_block_put_deferred()Cong Wang1-29/+8
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang1-0/+1
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang1-0/+1
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang1-5/+33
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in u32 filterCong Wang1-3/+26
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in fw filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flower filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flow filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in cgroup filterCong Wang1-4/+18
2017-10-29net_sched: use tcf_queue_work() in bpf filterCong Wang1-2/+17
2017-10-29net_sched: use tcf_queue_work() in basic filterCong Wang1-3/+17
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang1-17/+51
2017-10-29net_sched: avoid matching qdisc with zero handleCong Wang1-0/+2
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