aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2018-12-19net/sched: cls_flower: Remove old entries from rhashtableGravatar Roi Dayan 1-4/+3
2018-12-09net/sched: cls_flower: Reject duplicated rules also under skip_swGravatar Or Gerlitz 1-13/+10
2018-11-30net/sched: act_police: fix memory leak in case of invalid control actionGravatar Davide Caratti 1-12/+12
2018-11-29net: Prevent invalid access to skb->prev in __qdisc_drop_allGravatar Christoph Paasch 1-0/+3
2018-11-23net/sched: act_police: add missing spinlock initializationGravatar Davide Caratti 1-0/+1
2018-11-20net/sched: act_police: fix race condition on state variablesGravatar Davide Caratti 1-14/+21
2018-11-16net/sched: act_pedit: fix memory leak when IDR allocation failsGravatar Davide Caratti 1-1/+2
2018-11-15net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flowsGravatar Eric Dumazet 1-12/+19
2018-11-11act_mirred: clear skb->tstamp on redirectGravatar Eric Dumazet 2-10/+2
2018-11-10net: sched: cls_flower: validate nested enc_opts_policy to avoid warningGravatar Jakub Kicinski 1-1/+13
2018-10-28net: sched: gred: pass the right attribute to gred_change_table_def()Gravatar Jakub Kicinski 1-1/+1
2018-10-24net: sched: Remove TCA_OPTIONS from policyGravatar David Ahern 1-1/+0
2018-10-22net/sched: act_police: disallow 'goto chain' on fallback control actionGravatar Davide Caratti 1-2/+10
2018-10-22net/sched: act_gact: disallow 'goto chain' on fallback control actionGravatar Davide Caratti 1-0/+5
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-10/+13
2018-10-18net: sched: Fix for duplicate class dumpGravatar Phil Sutter 1-1/+2
2018-10-15net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()Gravatar Eric Dumazet 1-1/+1
2018-10-15net: extend sk_pacing_rate to unsigned longGravatar Eric Dumazet 1-8/+12
2018-10-15net/sched: cls_api: add missing validation of netlink attributesGravatar Davide Caratti 2-9/+12
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-4/+4
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Greg Kroah-Hartman 1-5/+5
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Gravatar Greg Kroah-Hartman 1-1/+1
2018-10-10net: sched: avoid writing on noop_qdiscGravatar Eric Dumazet 1-2/+12
2018-10-08net: Add extack to nlmsg_parseGravatar David Ahern 3-4/+6
2018-10-08net: sched: cls_u32: simplify the hell out u32_delete() emptiness checkGravatar Al Viro 1-47/+1
2018-10-08net: sched: cls_u32: keep track of knodes count in tc_u_commonGravatar Al Viro 1-0/+6
2018-10-08net: sched: cls_u32: get rid of tp_cGravatar Al Viro 1-7/+4
2018-10-08net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->dataGravatar Al Viro 1-3/+2
2018-10-08net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnodeGravatar Al Viro 1-4/+4
2018-10-08net: sched: cls_u32: clean tc_u_common hashtableGravatar Al Viro 1-15/+9
2018-10-08net: sched: cls_u32: get rid of tc_u_common ->rcuGravatar Al Viro 1-1/+0
2018-10-08net: sched: cls_u32: get rid of tc_u_knode ->tpGravatar Al Viro 1-3/+0
2018-10-08net: sched: cls_u32: get rid of unused argument of u32_destroy_key()Gravatar Al Viro 1-7/+6
2018-10-08net: sched: cls_u32: make sure that divisor is a power of 2Gravatar Al Viro 1-1/+5
2018-10-08net: sched: cls_u32: disallow linking to root hnodeGravatar Al Viro 1-0/+4
2018-10-08net: sched: cls_u32: mark root hnode explicitlyGravatar Al Viro 1-1/+3
2018-10-07net: sched: cls_u32: fix hnode refcountingGravatar Al Viro 1-5/+5
2018-10-07net: sched: pie: fix coding style issuesGravatar Leslie Monis 1-18/+18
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+20
2018-10-05treewide: Replace more open-coded allocation size multiplicationsGravatar Kees Cook 1-1/+1
2018-10-05net: sched: Add policy validation for tc attributesGravatar David Ahern 1-4/+20
2018-10-05net_sched: convert idrinfo->lock from spinlock to a mutexGravatar Cong Wang 2-33/+24
2018-10-04tc: Add support for configuring the taprio schedulerGravatar Vinicius Costa Gomes 3-0/+974
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-10-01tcp/fq: move back to CLOCK_MONOTONICGravatar Eric Dumazet 1-3/+3
2018-10-01net_sched: fix a crash in tc_new_tfilter()Gravatar Cong Wang 1-1/+3
2018-10-01net: sched: act_ipt: check for underflow in __tcf_ipt_init()Gravatar Dan Carpenter 1-1/+1
2018-09-28net: sched: make function qdisc_free_cb() staticGravatar Wei Yongjun 1-1/+1
2018-09-25net: sched: use reference counting for tcf blocks on rules updateGravatar Vlad Buslov 1-17/+21
2018-09-25net: sched: implement tcf_block_refcnt_{get|put}()Gravatar Vlad Buslov 1-24/+50