aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2018-07-16sch_cake: Fix tin order when set through skb->priorityToke Høiland-Jørgensen
2018-07-13net: sched: refactor flower walk to iterate over idrVlad Buslov
2018-07-12net/sched: act_skbedit: don't use spinlock in the data pathDavide Caratti
2018-07-12net/sched: skbedit: use per-cpu countersDavide Caratti
2018-07-11net: sched: fix unprotected access to rcu cookie pointerVlad Buslov
2018-07-11net: sched: act_ife: fix memory leak in ife initVlad Buslov
2018-07-11net/sched: flower: Fix null pointer dereference when run tc vlan commandJianbo Liu
2018-07-10sch_cake: Conditionally split GSO segmentsToke Høiland-Jørgensen
2018-07-10sch_cake: Add overhead compensation support to the rate shaperToke Høiland-Jørgensen
2018-07-10sch_cake: Add DiffServ handlingToke Høiland-Jørgensen
2018-07-10sch_cake: Add NAT awareness to packet classifierToke Høiland-Jørgensen
2018-07-10sch_cake: Add optional ACK filterToke Høiland-Jørgensen
2018-07-10sch_cake: Add ingress modeToke Høiland-Jørgensen
2018-07-10sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen
2018-07-08net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov
2018-07-08net: sched: atomically check-allocate actionVlad Buslov
2018-07-08net: sched: use reference counting action initVlad Buslov
2018-07-08net: sched: don't release reference on action overwriteVlad Buslov
2018-07-08net: sched: implement reference counted action releaseVlad Buslov
2018-07-08net: sched: add 'delete' function to action opsVlad Buslov
2018-07-08net: sched: implement action API that deletes action by indexVlad Buslov
2018-07-08net: sched: always take reference to actionVlad Buslov
2018-07-08net: sched: implement unlocked action init APIVlad Buslov
2018-07-08net: sched: change type of reference and bind countersVlad Buslov
2018-07-08net: sched: use rcu for action cookie updateVlad Buslov
2018-07-07net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu
2018-07-07net/sched: flower: Dump the ethertype encapsulated in vlanJianbo Liu
2018-07-07net/sched: flower: Add support for matching on vlan ethertypeJianbo Liu
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia
2018-07-04net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia
2018-07-04net/sched: Introduce the ETF QdiscVinicius Costa Gomes
2018-07-04net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes
2018-07-04net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()Wei Yongjun
2018-07-04net:sched: add action inheritdsfield to skbeditQiaobin Fu
2018-07-02net sched actions: add extack messages in pedit actionRoman Mashak
2018-06-29net/sched: add tunnel option support to act_tunnel_keySimon Horman
2018-06-29net/sched: act_tunnel_key: add extended ack supportSimon Horman
2018-06-29net/sched: act_tunnel_key: disambiguate metadata dst error casesSimon Horman
2018-06-28net sched actions: avoid bitwise operation on signed value in peditRoman Mashak
2018-06-28net sched actions: fix misleading text strings in pedit actionRoman Mashak
2018-06-28net sched actions: use sizeof operator for buffer lengthRoman Mashak
2018-06-28net sched actions: fix sparse warningRoman Mashak
2018-06-28net sched actions: fix coding style in pedit actionRoman Mashak
2018-06-28netem: slotting with non-uniform distributionYousuk Seung
2018-06-26net: sched: call reoffload op on block callback regJohn Hurley
2018-06-26net: sched: cls_bpf: implement offload tcf_proto_opJohn Hurley
2018-06-26net: sched: cls_u32: implement offload tcf_proto_opJohn Hurley
2018-06-26net: sched: cls_matchall: implement offload tcf_proto_opJohn Hurley
2018-06-26net: sched: cls_flower: implement offload tcf_proto_opJohn Hurley