aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2018-03-08cls_u32: fix use after free in u32_destroy_key()Paolo Abeni
2018-03-08net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera
2018-03-08net: sched: report if filter is too large to dumpRoman Kapl
2018-03-03net: sched: fix use-after-free in tcf_block_put_extJiri Pirko
2018-03-03net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang
2018-03-03net: sched: crash on blocks with goto chain actionRoman Kapl
2018-03-03net: sched: fix crash when deleting secondary chainsRoman Kapl
2018-02-25net_sched: red: Avoid illegal valuesNogah Frankel
2018-01-17net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan
2018-01-02net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko
2017-12-17cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-12-17net: sched: cbq: create block for q->link.blockJiri Pirko
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