summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* cls_u32: fix use after free in u32_destroy_key()Paolo Abeni2018-03-081-10/+11
* net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera2018-03-081-1/+2
* net: sched: report if filter is too large to dumpRoman Kapl2018-03-081-1/+6
* net: sched: fix use-after-free in tcf_block_put_extJiri Pirko2018-03-031-6/+7
* net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang2018-03-031-20/+9
* net: sched: crash on blocks with goto chain actionRoman Kapl2018-03-031-5/+12
* net: sched: fix crash when deleting secondary chainsRoman Kapl2018-03-031-3/+4
* net_sched: red: Avoid illegal valuesNogah Frankel2018-02-254-0/+11
* net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan2018-01-172-2/+2
* net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko2018-01-021-4/+5
* cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski2017-12-171-8/+13
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-12-171-0/+6
* net: sched: cbq: create block for q->link.blockJiri Pirko2017-12-171-1/+8
* cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-1/+7
* cls_tcindex: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-7/+26
* cls_rsvp: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+12
* cls_route: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+14
* cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+12
* cls_fw: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+14
* cls_flower: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+13
* cls_flow: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-6/+18
* cls_cgroup: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-6/+18
* cls_bpf: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-1/+6
* cls_basic: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-5/+15
* net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang2017-11-091-0/+1
* Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-0917-19/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-0317-17/+21
|\
| * net_sched: hold netns refcnt for each actionCong Wang2017-11-0317-17/+19
| * net_sched: acquire RTNL in tc_action_net_exit()Cong Wang2017-11-031-0/+2
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | MAINTAINERS: Update Yotam's E-mailYotam Gigi2017-11-011-1/+1
* | net_sched: remove tcf_block_put_deferred()Cong Wang2017-10-311-29/+8
* | 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