summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* net sched actions: fix sparse warningRoman Mashak2018-06-281-3/+3
* net sched actions: fix coding style in pedit actionRoman Mashak2018-06-281-13/+16
* netem: slotting with non-uniform distributionYousuk Seung2018-06-281-24/+49
* net: sched: call reoffload op on block callback regJohn Hurley2018-06-261-8/+46
* net: sched: cls_bpf: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+39
* net: sched: cls_u32: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+111
* net: sched: cls_matchall: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+32
* net: sched: cls_flower: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+44
* net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-9/+16