aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
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_sample_init()Davide Caratti
2018-04-12net/sched: fix NULL dereference in the error path of tcf_vlan_init()Davide Caratti
2018-04-12net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang
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-04-12net_sch: red: Fix the new offload indicationNogah Frankel
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-02-12net: sched: fix use-after-free in tcf_block_put_extJiri Pirko
2018-02-12net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang
2018-02-12cls_u32: add missing RCU annotation.Paolo Abeni
2018-01-24net: sched: em_nbyte: don't add the data offset twiceWolfgang Bumiller
2018-01-17bpf: fix cls_bpf on filter replaceDaniel Borkmann
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann
2018-01-02net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan
2017-12-26net: sched: fix possible null pointer deref in tcf_block_putJiri Pirko
2017-12-26net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()Cong Wang
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski
2017-12-15net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko
2017-12-15net: sched: fix clsact init error pathJiri Pirko
2017-12-15net: sched: Move to new offload indication in REDYuval Mintz
2017-12-15net: sched: Add TCA_HW_OFFLOADYuval Mintz
2017-12-13net: remove duplicate includesPravin Shedge
2017-12-06net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel
2017-11-30act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang
2017-11-28net: sched: cbq: create block for q->link.blockJiri Pirko
2017-11-28sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni
2017-11-28cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski
2017-11-25net: sched: crash on blocks with goto chain actionRoman Kapl
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-24net: sched: fix crash when deleting secondary chainsRoman Kapl
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski
2017-11-15netem: remove unnecessary 64 bit modulusStephen Hemminger
2017-11-15netem: use 64 bit divide by rateStephen Hemminger
2017-11-13net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issueAndrew Morton
2017-11-13netem: support delivering packets in delayed time slotsDave Taht
2017-11-13netem: add uapi to express delay and jitter in nanosecondsDave Taht
2017-11-13netem: convert to qdisc_watchdog_schedule_nsDave Taht
2017-11-10act_vlan: VLAN action rewrite to use RCU lock/unlock and updateManish Kurup
2017-11-10act_vlan: Change stats update to use per-core statsManish Kurup
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-09cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang