summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: cls_flower: Use correct inline function for assignment of vlan tpidJianbo Liu2018-07-251-2/+2
* net/sched: add skbprio schedulerNishanth Devarajan2018-07-243-0/+334
* sched: fix trailing whitespaceStephen Hemminger2018-07-245-6/+3
* net: sched: cls_flower: propagate chain teplate creation and destruction to d...Jiri Pirko2018-07-231-0/+39
* net: sched: cls_flower: implement chain templatesJiri Pirko2018-07-231-1/+105
* net: sched: cls_flower: change fl_init_dissector to accept mask and dissectorJiri Pirko2018-07-231-21/+22
* net: sched: cls_flower: move key/mask dumping into a separate functionJiri Pirko2018-07-231-25/+37
* net: sched: introduce chain templatesJiri Pirko2018-07-231-0/+65
* net: sched: introduce chain object to uapiJiri Pirko2018-07-231-8/+300
* net: sched: Avoid implicit chain 0 creationJiri Pirko2018-07-231-47/+39
* net: sched: push ops lookup bits into tcf_proto_lookup_ops()Jiri Pirko2018-07-231-22/+31
* net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_registerGustavo A. R. Silva2018-07-211-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-204-15/+26
|\
| * net: sched: Using NULL instead of plain integerYueHaibing2018-07-181-2/+2
| * sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller2018-07-121-7/+18
| * net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-07-071-3/+3
| * net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-07-071-3/+3
* | net/sched: cls_flower: Support matching on ip tos and ttl for tunnelsOr Gerlitz2018-07-191-15/+28
* | net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnelsOr Gerlitz2018-07-191-2/+18
* | sch_cake: Fix tin order when set through skb->priorityToke Høiland-Jørgensen2018-07-161-1/+1
* | net: sched: refactor flower walk to iterate over idrVlad Buslov2018-07-132-11/+11
* | net/sched: act_skbedit: don't use spinlock in the data pathDavide Caratti2018-07-121-39/+68
* | net/sched: skbedit: use per-cpu countersDavide Caratti2018-07-121-4/+4
* | net: sched: fix unprotected access to rcu cookie pointerVlad Buslov2018-07-111-2/+7
* | net: sched: act_ife: fix memory leak in ife initVlad Buslov2018-07-111-1/+3
* | net/sched: flower: Fix null pointer dereference when run tc vlan commandJianbo Liu2018-07-111-22/+26
* | sch_cake: Conditionally split GSO segmentsToke Høiland-Jørgensen2018-07-101-26/+73
* | sch_cake: Add overhead compensation support to the rate shaperToke Høiland-Jørgensen2018-07-101-1/+123
* | sch_cake: Add DiffServ handlingToke Høiland-Jørgensen2018-07-101-16/+423
* | sch_cake: Add NAT awareness to packet classifierToke Høiland-Jørgensen2018-07-101-2/+49
* | sch_cake: Add optional ACK filterToke Høiland-Jørgensen2018-07-101-2/+452
* | sch_cake: Add ingress modeToke Høiland-Jørgensen2018-07-101-4/+83
* | sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen2018-07-103-0/+1879
* | net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller2018-07-081-1/+1
* | net: sched: change action API to use array of pointers to actionsVlad Buslov2018-07-082-54/+56
* | net: sched: atomically check-allocate actionVlad Buslov2018-07-0817-59/+213
* | net: sched: use reference counting action initVlad Buslov2018-07-081-18/+17
* | net: sched: don't release reference on action overwriteVlad Buslov2018-07-0817-58/+50
* | net: sched: implement reference counted action releaseVlad Buslov2018-07-082-23/+62
* | net: sched: add 'delete' function to action opsVlad Buslov2018-07-0816-0/+136
* | net: sched: implement action API that deletes action by indexVlad Buslov2018-07-081-0/+39
* | net: sched: always take reference to actionVlad Buslov2018-07-081-26/+20
* | net: sched: implement unlocked action init APIVlad Buslov2018-07-0818-27/+46
* | net: sched: change type of reference and bind countersVlad Buslov2018-07-0817-42/+54
* | net: sched: use rcu for action cookie updateVlad Buslov2018-07-081-14/+30
* | net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu2018-07-071-14/+51
* | net/sched: flower: Dump the ethertype encapsulated in vlanJianbo Liu2018-07-071-0/+4
* | net/sched: flower: Add support for matching on vlan ethertypeJianbo Liu2018-07-071-2/+5
* | net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia2018-07-041-2/+33
* | net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia2018-07-041-1/+70