summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2018-08-24net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti
2018-08-24net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti
2018-08-22cls_matchall: fix tcf_unbind_filter missingHangbin Liu
2018-08-22net_sched: Fix missing res info when create new tc_index filterHangbin Liu
2018-08-22net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu
2018-07-25sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller
2018-07-22net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov
2018-07-22net/sched: act_ife: preserve the action control in case of errorDavide Caratti
2018-07-22net/sched: act_ife: fix recursive lock and idr leakDavide Caratti
2018-06-26net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti
2018-05-31cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey
2018-05-24net : sched: cls_api: deal with egdev path only if neededOr Gerlitz
2018-05-18net: sched: red: avoid hashing NULL childPaolo Abeni
2018-05-16net/sched: fix refcnt leak in the error path of tcf_vlan_init()Davide Caratti
2018-05-11net sched actions: fix refcnt leak in skbmodRoman Mashak
2018-05-11net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko
2018-05-11net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak
2018-05-02net_sched: fq: take care of throttled flows before reuseEric Dumazet
2018-04-22net: sched: ife: handle malformed tlv lengthAlexander Aring
2018-04-22net: sched: ife: signal not finding metaidAlexander Aring
2018-04-07net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang
2018-04-05net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti
2018-04-01net: sched: do not emit messages while holding spinlockLi RongQing
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-27net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh
2018-03-26net: sched, fix OOO packets with pfifo_fastJohn Fastabend
2018-03-23net/sched: act_vlan: declare push_vid with host byte orderDavide Caratti
2018-03-23net/sched: remove tcf_idr_cleanup()Davide Caratti
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-21net/sched: fix idr leak in the error path of tcf_skbmod_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of tcf_vlan_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of __tcf_ipt_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of tcp_pedit_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of tcf_act_police_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of tcf_simp_init()Davide Caratti
2018-03-21net/sched: fix idr leak on the error path of tcf_bpf_init()Davide Caratti
2018-03-17net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti
2018-03-17net/sched: fix NULL dereference in the error path of tcf_sample_init()Davide Caratti
2018-03-17net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti
2018-03-17net/sched: fix NULL dereference in the error path of tcf_csum_init()Davide Caratti
2018-03-17net/sched: fix NULL dereference in the error path of tcf_vlan_init()Davide Caratti
2018-03-17net: sched: fix uses after freeEric Dumazet
2018-03-15net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens
2018-03-09net sched actions: implement get_fill_size routine in act_gactRoman Mashak
2018-03-09net sched actions: calculate add/delete event message sizeRoman Mashak
2018-03-09net sched actions: update Add/Delete action API with new argumentRoman Mashak
2018-03-08net/sched: cls_flower: Add support to handle first frag as match fieldPieter Jansen van Vuuren
2018-03-07sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev