aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_flower.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-21net: sched: flower: track rtnl lock stateVlad Buslov1-26/+56
2019-03-21net: sched: flower: protect flower classifier state with spinlockVlad Buslov1-7/+32
2019-03-21net: sched: flower: handle concurrent tcf proto deletionVlad Buslov1-0/+8
2019-03-21net: sched: flower: handle concurrent filter insertion in fl_changeVlad Buslov1-0/+9
2019-03-21net: sched: flower: protect masks list with spinlockVlad Buslov1-0/+8
2019-03-21net: sched: flower: handle concurrent mask insertionVlad Buslov1-7/+34
2019-03-21net: sched: flower: add reference counter to flower maskVlad Buslov1-5/+17
2019-03-21net: sched: flower: track filter deletion with flagVlad Buslov1-10/+29
2019-03-21net: sched: flower: introduce reference counting for filtersVlad Buslov1-14/+82
2019-03-21net: sched: flower: refactor fl_changeVlad Buslov1-39/+41
2019-03-21net: sched: flower: don't check for rtnl on head dereferenceVlad Buslov1-7/+17
2019-03-06net: sched: flower: insert new filter to idr after setting its maskVlad Buslov1-21/+22
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang1-1/+1
2019-02-13net: sched: flower: only return error from hw offload if skip_swVlad Buslov1-2/+10
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov1-5/+8
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov1-1/+2
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-02-06cls_flower: don't expose TC actions to drivers anymorePablo Neira Ayuso1-5/+0
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso1-0/+4
2019-02-06cls_api: add translator to flow_action representationPablo Neira Ayuso1-0/+14
2019-02-06flow_offload: add flow action infrastructurePablo Neira Ayuso1-3/+4
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-13/+34
2019-02-04net: cls_flower: Remove filter from mask before freeing itPetr Machata1-1/+5
2019-01-17net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera1-5/+14
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2018-12-19net/sched: cls_flower: Remove old entries from rhashtableRoi Dayan1-4/+3
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang1-10/+5
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+10
2018-12-09net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz1-13/+10
2018-11-15net: sched: cls_flower: Classify packets using port rangesAmritha Nambiar1-6/+149
2018-11-10net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski1-1/+13
2018-10-05net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang1-11/+2
2018-09-21net_sched: change tcf_del_walker() to take idrinfo->lockVlad Buslov1-2/+11
2018-09-19net: sched: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang1-1/+1
2018-09-10net: sched: cls_flower: dump offload count valueVlad Buslov1-1/+4
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-07-25net/sched: cls_flower: Use correct inline function for assignment of vlan tpidJianbo Liu1-2/+2
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-19net/sched: cls_flower: Support matching on ip tos and ttl for tunnelsOr Gerlitz1-15/+28
2018-07-13net: sched: refactor flower walk to iterate over idrVlad Buslov1-11/+9
2018-07-11net/sched: flower: Fix null pointer dereference when run tc vlan commandJianbo Liu1-22/+26
2018-07-07net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu1-14/+51
2018-07-07net/sched: flower: Dump the ethertype encapsulated in vlanJianbo Liu1-0/+4
2018-07-07net/sched: flower: Add support for matching on vlan ethertypeJianbo Liu1-2/+5
2018-06-26net: sched: cls_flower: implement offload tcf_proto_opJohn Hurley1-0/+44