summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2018-04-29net: sched: ife: handle malformed tlv lengthAlexander Aring
2018-04-29net: sched: ife: signal not finding metaidAlexander Aring
2018-04-12net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti
2018-04-12net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti
2018-04-12net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti
2018-04-12net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh
2018-03-31sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev
2018-03-31net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak
2018-03-19net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend
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