aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-04net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()Wei Yongjun1-9/+16
2018-07-04net:sched: add action inheritdsfield to skbeditQiaobin Fu1-0/+41
2018-07-02net sched actions: add extack messages in pedit actionRoman Mashak1-4/+12
2018-06-29net/sched: add tunnel option support to act_tunnel_keySimon Horman1-4/+210
2018-06-29net/sched: act_tunnel_key: add extended ack supportSimon Horman1-6/+21
2018-06-29net/sched: act_tunnel_key: disambiguate metadata dst error casesSimon Horman1-1/+4
2018-06-28net sched actions: avoid bitwise operation on signed value in peditRoman Mashak1-1/+1
2018-06-28net sched actions: fix misleading text strings in pedit actionRoman Mashak1-5/+5
2018-06-28net sched actions: use sizeof operator for buffer lengthRoman Mashak1-2/+2