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