aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-24sched: fix trailing whitespaceStephen Hemminger5-6/+3
2018-07-23net: sched: cls_flower: propagate chain teplate creation and destruction to driversJiri Pirko1-0/+39
2018-07-23net: sched: cls_flower: implement chain templatesJiri Pirko1-1/+105
2018-07-23net: sched: cls_flower: change fl_init_dissector to accept mask and dissectorJiri Pirko1-21/+22
2018-07-23net: sched: cls_flower: move key/mask dumping into a separate functionJiri Pirko1-25/+37
2018-07-23net: sched: introduce chain templatesJiri Pirko1-0/+65
2018-07-23net: sched: introduce chain object to uapiJiri Pirko1-8/+300
2018-07-23net: sched: Avoid implicit chain 0 creationJiri Pirko1-47/+39
2018-07-23net: sched: push ops lookup bits into tcf_proto_lookup_ops()Jiri Pirko1-22/+31
2018-07-21net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_registerGustavo A. R. Silva1-1/+1
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller4-15/+26
2018-07-19net/sched: cls_flower: Support matching on ip tos and ttl for tunnelsOr Gerlitz1-15/+28
2018-07-19net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnelsOr Gerlitz1-2/+18
2018-07-18net: sched: Using NULL instead of plain integerYueHaibing1-2/+2
2018-07-16sch_cake: Fix tin order when set through skb->priorityToke Høiland-Jørgensen1-1/+1
2018-07-13net: sched: refactor flower walk to iterate over idrVlad Buslov2-11/+11
2018-07-12net/sched: act_skbedit: don't use spinlock in the data pathDavide Caratti1-39/+68
2018-07-12net/sched: skbedit: use per-cpu countersDavide Caratti1-4/+4
2018-07-12sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller1-7/+18
2018-07-11net: sched: fix unprotected access to rcu cookie pointerVlad Buslov1-2/+7
2018-07-11net: sched: act_ife: fix memory leak in ife initVlad Buslov1-1/+3
2018-07-11net/sched: flower: Fix null pointer dereference when run tc vlan commandJianbo Liu1-22/+26
2018-07-10sch_cake: Conditionally split GSO segmentsToke Høiland-Jørgensen1-26/+73
2018-07-10sch_cake: Add overhead compensation support to the rate shaperToke Høiland-Jørgensen1-1/+123
2018-07-10sch_cake: Add DiffServ handlingToke Høiland-Jørgensen1-16/+423
2018-07-10sch_cake: Add NAT awareness to packet classifierToke Høiland-Jørgensen1-2/+49
2018-07-10sch_cake: Add optional ACK filterToke Høiland-Jørgensen1-2/+452
2018-07-10sch_cake: Add ingress modeToke Høiland-Jørgensen1-4/+83
2018-07-10sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen3-0/+1879
2018-07-08net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller1-1/+1
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov2-54/+56
2018-07-08net: sched: atomically check-allocate actionVlad Buslov17-59/+213
2018-07-08net: sched: use reference counting action initVlad Buslov1-18/+17
2018-07-08net: sched: don't release reference on action overwriteVlad Buslov17-58/+50
2018-07-08net: sched: implement reference counted action releaseVlad Buslov2-23/+62
2018-07-08net: sched: add 'delete' function to action opsVlad Buslov16-0/+136
2018-07-08net: sched: implement action API that deletes action by indexVlad Buslov1-0/+39
2018-07-08net: sched: always take reference to actionVlad Buslov1-26/+20
2018-07-08net: sched: implement unlocked action init APIVlad Buslov18-27/+46
2018-07-08net: sched: change type of reference and bind countersVlad Buslov17-42/+54
2018-07-08net: sched: use rcu for action cookie updateVlad Buslov1-14/+30
2018-07-07net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti1-3/+3
2018-07-07net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti1-3/+3
2018-07-07net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu1-14/+51
2018-07-07net/sched: flower: Dump the ethertype encapsulated in vlanJianbo Liu1-0/+4
2018-07-07net/sched: flower: Add support for matching on vlan ethertypeJianbo Liu1-2/+5
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia1-2/+33
2018-07-04net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia1-1/+70
2018-07-04net/sched: Introduce the ETF QdiscVinicius Costa Gomes3-0/+396
2018-07-04net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes1-2/+9