summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: make tcf_chain_{get,put}() staticJiri Pirko2018-08-011-18/+16
* net: sched: fix notifications for action-held chainsJiri Pirko2018-08-011-28/+43
* net: sched: change name of zombie chain to "held_by_acts_only"Jiri Pirko2018-08-011-8/+6
* act_mirred: use TC_ACT_REINSERT when possiblePaolo Abeni2018-07-301-10/+43
* tc/act: remove unneeded RCU lock in action callbackPaolo Abeni2018-07-308-55/+26
* net/sched: user-space can't set unknown tcfa_action valuesPaolo Abeni2018-07-301-0/+14
* act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_opsYueHaibing2018-07-291-3/+1
* cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_opsYueHaibing2018-07-291-3/+1
* act_pedit: remove unnecessary semicolonYueHaibing2018-07-291-1/+1
* sch_cake: Make gso-splitting configurable from userspaceDave Taht2018-07-271-6/+7
* net: sched: don't dump chains only held by actionsJiri Pirko2018-07-272-14/+60
* net: sched: unmark chain as explicitly created on deleteJiri Pirko2018-07-261-0/+1
* net: sched: cls_api: fix dead code in switchGustavo A. R. Silva2018-07-261-1/+0
* cbs: Add support for the graft functionVinicius Costa Gomes2018-07-261-9/+125
* net/sched: cls_flower: Use correct inline function for assignment of vlan tpidJianbo Liu2018-07-251-2/+2
* net/sched: add skbprio schedulerNishanth Devarajan2018-07-243-0/+334
* sched: fix trailing whitespaceStephen Hemminger2018-07-245-6/+3
* net: sched: cls_flower: propagate chain teplate creation and destruction to d...Jiri Pirko2018-07-231-0/+39
* net: sched: cls_flower: implement chain templatesJiri Pirko2018-07-231-1/+105
* net: sched: cls_flower: change fl_init_dissector to accept mask and dissectorJiri Pirko2018-07-231-21/+22
* net: sched: cls_flower: move key/mask dumping into a separate functionJiri Pirko2018-07-231-25/+37
* net: sched: introduce chain templatesJiri Pirko2018-07-231-0/+65
* net: sched: introduce chain object to uapiJiri Pirko2018-07-231-8/+300
* net: sched: Avoid implicit chain 0 creationJiri Pirko2018-07-231-47/+39
* net: sched: push ops lookup bits into tcf_proto_lookup_ops()Jiri Pirko2018-07-231-22/+31
* net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_registerGustavo A. R. Silva2018-07-211-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-204-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-191-15/+28
* | net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnelsOr Gerlitz2018-07-191-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-132-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-111-2/+7
* | net: sched: act_ife: fix memory leak in ife initVlad Buslov2018-07-111-1/+3
* | net/sched: flower: Fix null pointer dereference when run tc vlan commandJianbo Liu2018-07-111-22/+26
* | sch_cake: Conditionally split GSO segmentsToke Høiland-Jørgensen2018-07-101-26/+73
* | sch_cake: Add overhead compensation support to the rate shaperToke Høiland-Jørgensen2018-07-101-1/+123
* | sch_cake: Add DiffServ handlingToke Høiland-Jørgensen2018-07-101-16/+423
* | sch_cake: Add NAT awareness to packet classifierToke Høiland-Jørgensen2018-07-101-2/+49
* | sch_cake: Add optional ACK filterToke Høiland-Jørgensen2018-07-101-2/+452
* | sch_cake: Add ingress modeToke Høiland-Jørgensen2018-07-101-4/+83
* | sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen2018-07-103-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