summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2017-11-09cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_tcindex: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_rsvp: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_route: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_fw: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_flower: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_flow: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_cgroup: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_bpf: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_basic: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang
2017-11-09Revert "net_sched: hold netns refcnt for each action"Cong Wang
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-03net_sched: hold netns refcnt for each actionCong Wang
2017-11-03net_sched: acquire RTNL in tc_action_net_exit()Cong Wang
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01MAINTAINERS: Update Yotam's E-mailYotam Gigi
2017-10-31net_sched: remove tcf_block_put_deferred()Cong Wang
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in u32 filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in fw filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in flower filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in flow filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in cgroup filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in bpf filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in basic filterCong Wang
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang
2017-10-29net_sched: avoid matching qdisc with zero handleCong Wang
2017-10-16net/sched: cls_flower: Set egress_dev mark when calling into the HW driverOr Gerlitz
2017-09-21net_sched: remove cls_flower idr on failureCong Wang
2017-09-21net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov
2017-09-21net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov
2017-09-18net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti
2017-09-13net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko
2017-09-12net_sched: carefully handle tcf_block_put()Cong Wang
2017-09-12net_sched: fix reference counting of tc filter chainCong Wang
2017-09-12net_sched: get rid of tcfa_rcuCong Wang
2017-09-11net/sched: fix pointer check in gen_handleJosh Hunt
2017-09-07net: sched: fix memleak for chain zeroJiri Pirko
2017-09-06sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng
2017-09-05net: sched: don't use GFP_KERNEL under spin lockJakub Kicinski
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-31net_sched: add reverse binding for tc classCong Wang