aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-12/+12
2019-07-09net: sched: remove tcf block APIPablo Neira Ayuso1-98/+0
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-7/+7
2019-07-09net: sched: use flow block APIPablo Neira Ayuso1-1/+87
2019-07-09net: flow_offload: add list handling functionsPablo Neira Ayuso1-0/+3
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2-10/+10
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso1-11/+11
2019-07-09net/sched: cls_flower: Add matching on conntrack infoPaul Blakey1-5/+122
2019-07-09net/sched: Introduce action ctPaul Blakey4-0/+1001
2019-07-08net: sched: add mpls manipulation actions to TCJohn Hurley3-0/+418
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-23/+13
2019-07-01net sched: update mirred action for batched events operationsRoman Mashak1-0/+6
2019-07-01idr: introduce idr_for_each_entry_continue_ul()Cong Wang1-20/+7