aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-07net: sched: cls_flower: set correct offload data in fl_reoffloadVlad Buslov1-2/+2
2018-08-07net/sched: allow flower to match tunnel optionsPieter Jansen van Vuuren1-1/+243
2018-08-05net: sched: cls_flower: Fix an error code in fl_tmplt_create()Dan Carpenter1-1/+3
2018-08-03net: sched: fix flush on non-existing chainJiri Pirko1-0/+7
2018-08-01net: sched: make tcf_chain_{get,put}() staticJiri Pirko1-18/+16
2018-08-01net: sched: fix notifications for action-held chainsJiri Pirko1-28/+43
2018-08-01net: sched: change name of zombie chain to "held_by_acts_only"Jiri Pirko1-8/+6
2018-07-30act_mirred: use TC_ACT_REINSERT when possiblePaolo Abeni1-10/+43
2018-07-30tc/act: remove unneeded RCU lock in action callbackPaolo Abeni8-55/+26
2018-07-30net/sched: user-space can't set unknown tcfa_action valuesPaolo Abeni1-0/+14
2018-07-29act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_opsYueHaibing1-3/+1
2018-07-29cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_opsYueHaibing1-3/+1
2018-07-29act_pedit: remove unnecessary semicolonYueHaibing1-1/+1
2018-07-27sch_cake: Make gso-splitting configurable from userspaceDave Taht1-6/+7
2018-07-27net: sched: don't dump chains only held by actionsJiri Pirko2-14/+60
2018-07-26net: sched: unmark chain as explicitly created on deleteJiri Pirko1-0/+1
2018-07-26net: sched: cls_api: fix dead code in switchGustavo A. R. Silva1-1/+0
2018-07-26cbs: Add support for the graft functionVinicius Costa Gomes1-9/+125
2018-07-25net/sched: cls_flower: Use correct inline function for assignment of vlan tpidJianbo Liu1-2/+2
2018-07-24net/sched: add skbprio schedulerNishanth Devarajan3-0/+334
2018-07-24sched: fix trailing whitespaceStephen Hemminger5-6/+3
2018-07-23net: sched: cls_flower: propagate chain teplate creation and destruction to driversJiri Pirko1-0/+39
2018-07-23net: sched: cls_flower: implement chain templatesJiri Pirko1-1/+105
2018-07-23net: sched: cls_flower: change fl_init_dissector to accept mask and dissectorJiri Pirko1-21/+22
2018-07-23net: sched: cls_flower: move key/mask dumping into a separate functionJiri Pirko1-25/+37
2018-07-23net: sched: introduce chain templatesJiri Pirko1-0/+65
2018-07-23net: sched: introduce chain object to uapiJiri Pirko1-8/+300
2018-07-23net: sched: Avoid implicit chain 0 creationJiri Pirko1-47/+39
2018-07-23net: sched: push ops lookup bits into tcf_proto_lookup_ops()Jiri Pirko1-22/+31
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