summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_registerGustavo A. R. Silva2018-07-221-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-214-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-201-15/+28
* | net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnelsOr Gerlitz2018-07-201-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-142-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-121-2/+7
* | net: sched: act_ife: fix memory leak in ife initVlad Buslov2018-07-121-1/+3
* | net/sched: flower: Fix null pointer dereference when run tc vlan commandJianbo Liu2018-07-121-22/+26
* | sch_cake: Conditionally split GSO segmentsToke Høiland-Jørgensen2018-07-111-26/+73
* | sch_cake: Add overhead compensation support to the rate shaperToke Høiland-Jørgensen2018-07-111-1/+123
* | sch_cake: Add DiffServ handlingToke Høiland-Jørgensen2018-07-111-16/+423
* | sch_cake: Add NAT awareness to packet classifierToke Høiland-Jørgensen2018-07-111-2/+49
* | sch_cake: Add optional ACK filterToke Høiland-Jørgensen2018-07-111-2/+452
* | sch_cake: Add ingress modeToke Høiland-Jørgensen2018-07-111-4/+83
* | sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen2018-07-113-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/+17Star
* | net: sched: don't release reference on action overwriteVlad Buslov2018-07-0817-58/+50Star
* | 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/+20Star
* | 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
* | net/sched: Introduce the ETF QdiscVinicius Costa Gomes2018-07-043-0/+396
* | net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes2018-07-041-2/+9
* | net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()Wei Yongjun2018-07-041-9/+16
* | net:sched: add action inheritdsfield to skbeditQiaobin Fu2018-07-041-0/+41
* | net sched actions: add extack messages in pedit actionRoman Mashak2018-07-021-4/+12
* | net/sched: add tunnel option support to act_tunnel_keySimon Horman2018-06-291-4/+210
* | net/sched: act_tunnel_key: add extended ack supportSimon Horman2018-06-291-6/+21
* | net/sched: act_tunnel_key: disambiguate metadata dst error casesSimon Horman2018-06-291-1/+4
* | net sched actions: avoid bitwise operation on signed value in peditRoman Mashak2018-06-281-1/+1
* | net sched actions: fix misleading text strings in pedit actionRoman Mashak2018-06-281-5/+5
* | net sched actions: use sizeof operator for buffer lengthRoman Mashak2018-06-281-2/+2