summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)AuthorLines
2018-10-24net: sched: Remove TCA_OPTIONS from policyDavid Ahern-1/+0
2018-10-22net/sched: act_police: disallow 'goto chain' on fallback control actionDavide Caratti-2/+10
2018-10-22net/sched: act_gact: disallow 'goto chain' on fallback control actionDavide Caratti-0/+5
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+13
2018-10-18net: sched: Fix for duplicate class dumpPhil Sutter-1/+2
2018-10-15net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()Eric Dumazet-1/+1
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet-8/+12
2018-10-15net/sched: cls_api: add missing validation of netlink attributesDavide Caratti-9/+12
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+4
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman-5/+5
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman-1/+1
2018-10-10net: sched: avoid writing on noop_qdiscEric Dumazet-2/+12
2018-10-08net: Add extack to nlmsg_parseDavid Ahern-4/+6
2018-10-08net: sched: cls_u32: simplify the hell out u32_delete() emptiness checkAl Viro-47/+1
2018-10-08net: sched: cls_u32: keep track of knodes count in tc_u_commonAl Viro-0/+6
2018-10-08net: sched: cls_u32: get rid of tp_cAl Viro-7/+4
2018-10-08net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->dataAl Viro-3/+2
2018-10-08net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnodeAl Viro-4/+4
2018-10-08net: sched: cls_u32: clean tc_u_common hashtableAl Viro-15/+9
2018-10-08net: sched: cls_u32: get rid of tc_u_common ->rcuAl Viro-1/+0
2018-10-08net: sched: cls_u32: get rid of tc_u_knode ->tpAl Viro-3/+0
2018-10-08net: sched: cls_u32: get rid of unused argument of u32_destroy_key()Al Viro-7/+6
2018-10-08net: sched: cls_u32: make sure that divisor is a power of 2Al Viro-1/+5
2018-10-08net: sched: cls_u32: disallow linking to root hnodeAl Viro-0/+4
2018-10-08net: sched: cls_u32: mark root hnode explicitlyAl Viro-1/+3
2018-10-07net: sched: cls_u32: fix hnode refcountingAl Viro-5/+5
2018-10-07net: sched: pie: fix coding style issuesLeslie Monis-18/+18
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+20
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook-1/+1
2018-10-05net: sched: Add policy validation for tc attributesDavid Ahern-4/+20
2018-10-05net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang-33/+24
2018-10-04tc: Add support for configuring the taprio schedulerVinicius Costa Gomes-0/+974
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-10-01tcp/fq: move back to CLOCK_MONOTONICEric Dumazet-3/+3
2018-10-01net_sched: fix a crash in tc_new_tfilter()Cong Wang-1/+3
2018-10-01net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter-1/+1
2018-09-28net: sched: make function qdisc_free_cb() staticWei Yongjun-1/+1
2018-09-25net: sched: use reference counting for tcf blocks on rules updateVlad Buslov-17/+21
2018-09-25net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov-24/+50
2018-09-25net: sched: protect block idr with spinlockVlad Buslov-2/+13
2018-09-25net: sched: implement functions to put and flush all chainsVlad Buslov-25/+30
2018-09-25net: sched: change tcf block reference counter type to refcount_tVlad Buslov-24/+35
2018-09-25net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov-15/+64
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov-1/+42
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov-41/+46
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron-5/+20
2018-09-21net_sched: sch_fq: remove dead code dealing with retransmitsEric Dumazet-53/+5
2018-09-21tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet-10/+11
2018-09-21net_sched: sch_fq: switch to CLOCK_TAIEric Dumazet-3/+3
2018-09-21net_sched: change tcf_del_walker() to take idrinfo->lockVlad Buslov-3/+30