summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski2018-10-281-1/+1
* net: sched: Remove TCA_OPTIONS from policyDavid Ahern2018-10-241-1/+0
* net/sched: act_police: disallow 'goto chain' on fallback control actionDavide Caratti2018-10-221-2/+10
* net/sched: act_gact: disallow 'goto chain' on fallback control actionDavide Caratti2018-10-221-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-192-10/+13
|\
| * net: sched: Fix for duplicate class dumpPhil Sutter2018-10-181-1/+2
| * net/sched: cls_api: add missing validation of netlink attributesDavide Caratti2018-10-152-9/+12
* | net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()Eric Dumazet2018-10-151-1/+1
* | net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-151-8/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-122-4/+4
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-121-5/+5
| |\
| | * net: sched: cls_u32: fix hnode refcountingAl Viro2018-10-071-5/+5
| * | Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-111-1/+1
| |\ \ | | |/ | |/|
| | * treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-1/+1
* | | net: sched: avoid writing on noop_qdiscEric Dumazet2018-10-101-2/+12
* | | net: Add extack to nlmsg_parseDavid Ahern2018-10-083-4/+6
* | | net: sched: cls_u32: simplify the hell out u32_delete() emptiness checkAl Viro2018-10-081-47/+1
* | | net: sched: cls_u32: keep track of knodes count in tc_u_commonAl Viro2018-10-081-0/+6
* | | net: sched: cls_u32: get rid of tp_cAl Viro2018-10-081-7/+4
* | | net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->dataAl Viro2018-10-081-3/+2
* | | net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnodeAl Viro2018-10-081-4/+4
* | | net: sched: cls_u32: clean tc_u_common hashtableAl Viro2018-10-081-15/+9
* | | net: sched: cls_u32: get rid of tc_u_common ->rcuAl Viro2018-10-081-1/+0
* | | net: sched: cls_u32: get rid of tc_u_knode ->tpAl Viro2018-10-081-3/+0
* | | net: sched: cls_u32: get rid of unused argument of u32_destroy_key()Al Viro2018-10-081-7/+6
* | | net: sched: cls_u32: make sure that divisor is a power of 2Al Viro2018-10-081-1/+5
* | | net: sched: cls_u32: disallow linking to root hnodeAl Viro2018-10-081-0/+4
* | | net: sched: cls_u32: mark root hnode explicitlyAl Viro2018-10-081-1/+3
* | | net: sched: pie: fix coding style issuesLeslie Monis2018-10-071-18/+18
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-061-4/+20
|\| |
| * | net: sched: Add policy validation for tc attributesDavid Ahern2018-10-051-4/+20
* | | net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang2018-10-052-33/+24
* | | tc: Add support for configuring the taprio schedulerVinicius Costa Gomes2018-10-043-0/+974
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-1/+1
|\| |
| * | net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter2018-10-011-1/+1
* | | tcp/fq: move back to CLOCK_MONOTONICEric Dumazet2018-10-011-3/+3
* | | net_sched: fix a crash in tc_new_tfilter()Cong Wang2018-10-011-1/+3
* | | net: sched: make function qdisc_free_cb() staticWei Yongjun2018-09-281-1/+1
* | | net: sched: use reference counting for tcf blocks on rules updateVlad Buslov2018-09-251-17/+21
* | | net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov2018-09-251-24/+50
* | | net: sched: protect block idr with spinlockVlad Buslov2018-09-251-2/+13
* | | net: sched: implement functions to put and flush all chainsVlad Buslov2018-09-251-25/+30
* | | net: sched: change tcf block reference counter type to refcount_tVlad Buslov2018-09-251-24/+35
* | | net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov2018-09-251-15/+64
* | | net: sched: extend Qdisc with rcuVlad Buslov2018-09-252-1/+42
* | | net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-2519-41/+46
* | | net/sched: Add hardware specific counters to TC actionsEelco Chaudron2018-09-243-5/+20
* | | net_sched: sch_fq: remove dead code dealing with retransmitsEric Dumazet2018-09-211-53/+5
* | | tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet2018-09-211-10/+11
* | | net_sched: sch_fq: switch to CLOCK_TAIEric Dumazet2018-09-211-3/+3