aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-06net_sched: act_police: add 2 new attributes to support police 64bit rate and peakrateDavid Dai1-4/+23
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey2-0/+25
2019-09-05net/sched: cbs: remove redundant assignment to variable port_rateColin Ian King1-1/+1
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller22-52/+70
2019-08-31net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean1-8/+11
2019-08-31taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean1-10/+13
2019-08-31taprio: Fix kernel panic in taprio_destroyVladimir Oltean1-4/+4
2019-08-30net: sched: cls_matchall: cleanup flow_action before deallocatingVlad Buslov1-0/+2
2019-08-30sched: act_vlan: implement stats_update callbackJiri Pirko1-0/+14
2019-08-28net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti1-2/+6
2019-08-28net: sched: act_sample: fix psample group handling on overwriteVlad Buslov1-1/+5
2019-08-28net/sched: pfifo_fast: fix wrong dereference when qdisc is resetDavide Caratti1-4/+7
2019-08-27net_sched: fix a NULL pointer deref in ipt actionCong Wang19-23/+24
2019-08-26net: sched: flower: don't take rtnl lock for cls hw offloads APIVlad Buslov1-37/+16
2019-08-26net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov1-1/+8
2019-08-26net: sched: take reference to action dev before calling offloadsVlad Buslov2-0/+34
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov3-8/+19
2019-08-26net: sched: conditionally obtain rtnl lock in cls hw offloads APIVlad Buslov1-0/+65
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov1-0/+6
2019-08-26net: sched: notify classifier on successful offload add/deleteVlad Buslov2-9/+43
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov5-91/+217
2019-08-26net: sched: change tcf block offload counter type to atomic_tVlad Buslov1-1/+1
2019-08-26net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov1-9/+36
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+14
2019-08-09taprio: remove unused variable 'entry_list_policy'YueHaibing1-4/+0
2019-08-08net sched: update skbedit action for batched events operationsRoman Mashak1-0/+12
2019-08-08fq_codel: remove set but not used variables 'prev_ecn_mark' and 'prev_drop_count'YueHaibing1-4/+0
2019-08-08net: sched: sch_taprio: fix memleak in error path for sched list parseIvan Khoronzhuk1-1/+2
2019-08-08flow_offload: support get multi-subsystem blockwenxu1-1/+8
2019-08-08flow_offload: move tc indirect block to flow offloadwenxu1-215/+25
2019-08-08cls_api: add flow_indr_block_call functionwenxu1-10/+17
2019-08-08cls_api: remove the tcf_block cachewenxu1-8/+8
2019-08-08cls_api: modify the tc_indr_block_ing_cmd parameters.wenxu1-11/+15
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller19-78/+117
2019-08-06net: sched: add ingress mirred action to hardware IRJohn Hurley1-0/+6
2019-08-06net: sched: add skbedit of ptype action to hardware IRJohn Hurley1-0/+3
2019-08-06fq_codel: Kill useless per-flow dropped statisticDave Taht1-7/+1
2019-08-06Increase fq_codel count in the bulk dropperDave Taht1-0/+2
2019-08-06net sched: update vlan action for batched events operationsRoman Mashak1-0/+9
2019-08-05net: sched: use temporary variable for actions indexesDmytro Linkin18-75/+100
2019-07-29net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai1-3/+3
2019-07-25ife: error out when nla attributes are emptyCong Wang1-0/+5
2019-07-23net: sched: include mpls actions in hardware intermediate representationJohn Hurley1-0/+25
2019-07-21net: sched: verify that q!=NULL before setting q->flagsVlad Buslov1-1/+3
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso1-3/+7
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso5-7/+7
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang3-4/+1
2019-07-17net/sched: Make NET_ACT_CT depends on NF_NATYueHaibing1-1/+1
2019-07-16fix: taprio: Change type of txtime-delay parameter to u32Vedang Patel1-3/+3
2019-07-12net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov1-1/+1