aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-08net: Add extack to nlmsg_parseDavid Ahern3-4/+6
2018-10-08net: sched: cls_u32: simplify the hell out u32_delete() emptiness checkAl Viro1-47/+1
2018-10-08net: sched: cls_u32: keep track of knodes count in tc_u_commonAl Viro1-0/+6
2018-10-08net: sched: cls_u32: get rid of tp_cAl Viro1-7/+4
2018-10-08net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->dataAl Viro1-3/+2
2018-10-08net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnodeAl Viro1-4/+4
2018-10-08net: sched: cls_u32: clean tc_u_common hashtableAl Viro1-15/+9
2018-10-08net: sched: cls_u32: get rid of tc_u_common ->rcuAl Viro1-1/+0
2018-10-08net: sched: cls_u32: get rid of tc_u_knode ->tpAl Viro1-3/+0
2018-10-08net: sched: cls_u32: get rid of unused argument of u32_destroy_key()Al Viro1-7/+6
2018-10-08net: sched: cls_u32: make sure that divisor is a power of 2Al Viro1-1/+5
2018-10-08net: sched: cls_u32: disallow linking to root hnodeAl Viro1-0/+4
2018-10-08net: sched: cls_u32: mark root hnode explicitlyAl Viro1-1/+3
2018-10-07net: sched: pie: fix coding style issuesLeslie Monis1-18/+18
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+20
2018-10-05net: sched: Add policy validation for tc attributesDavid Ahern1-4/+20
2018-10-05net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang2-33/+24
2018-10-04tc: Add support for configuring the taprio schedulerVinicius Costa Gomes3-0/+974
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-10-01tcp/fq: move back to CLOCK_MONOTONICEric Dumazet1-3/+3
2018-10-01net_sched: fix a crash in tc_new_tfilter()Cong Wang1-1/+3
2018-10-01net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter1-1/+1
2018-09-28net: sched: make function qdisc_free_cb() staticWei Yongjun1-1/+1
2018-09-25net: sched: use reference counting for tcf blocks on rules updateVlad Buslov1-17/+21
2018-09-25net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov1-24/+50
2018-09-25net: sched: protect block idr with spinlockVlad Buslov1-2/+13
2018-09-25net: sched: implement functions to put and flush all chainsVlad Buslov1-25/+30
2018-09-25net: sched: change tcf block reference counter type to refcount_tVlad Buslov1-24/+35
2018-09-25net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov1-15/+64
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov2-1/+42
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov19-41/+46
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron3-5/+20
2018-09-21net_sched: sch_fq: remove dead code dealing with retransmitsEric Dumazet1-53/+5
2018-09-21tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet1-10/+11
2018-09-21net_sched: sch_fq: switch to CLOCK_TAIEric Dumazet1-3/+3
2018-09-21net_sched: change tcf_del_walker() to take idrinfo->lockVlad Buslov2-3/+30
2018-09-19net: sched: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang1-1/+1
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2018-09-16net/sched: act_police: don't use spinlock in the data pathDavide Caratti1-64/+92
2018-09-16net/sched: act_police: use per-cpu countersDavide Caratti1-24/+22
2018-09-14net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti1-1/+1
2018-09-13net_sched: notify filter deletion when deleting a chainCong Wang1-0/+2
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+18
2018-09-10htb: use anonymous union for simplicityCong Wang1-49/+49
2018-09-10net_sched: remove redundant qdisc lock classesCong Wang1-7/+0
2018-09-10net: sched: cls_flower: dump offload count valueVlad Buslov1-1/+4
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller7-10/+10
2018-09-10sch_netem: Move private queue handler to generic location.David S. Miller1-11/+1
2018-09-10sch_htb: Remove local SKB queue handling code.David S. Miller1-17/+1
2018-09-08net: sched: act_nat: remove dependency on rtnl lockVlad Buslov1-6/+9