summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2018-07-24net/sched: add skbprio schedulerNishanth Devarajan
2018-07-24sched: fix trailing whitespaceStephen Hemminger
2018-07-23net: sched: cls_flower: propagate chain teplate creation and destruction to d...Jiri Pirko
2018-07-23net: sched: cls_flower: implement chain templatesJiri Pirko
2018-07-23net: sched: cls_flower: change fl_init_dissector to accept mask and dissectorJiri Pirko
2018-07-23net: sched: cls_flower: move key/mask dumping into a separate functionJiri Pirko
2018-07-23net: sched: introduce chain templatesJiri Pirko
2018-07-23net: sched: introduce chain object to uapiJiri Pirko
2018-07-23net: sched: Avoid implicit chain 0 creationJiri Pirko
2018-07-23net: sched: push ops lookup bits into tcf_proto_lookup_ops()Jiri Pirko
2018-07-21net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_registerGustavo A. R. Silva
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-19net/sched: cls_flower: Support matching on ip tos and ttl for tunnelsOr Gerlitz
2018-07-19net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnelsOr Gerlitz
2018-07-18net: sched: Using NULL instead of plain integerYueHaibing
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-12sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller
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: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti
2018-07-07net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti
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