summaryrefslogtreecommitdiffstats
path: root/include/net/pkt_cls.h
AgeCommit message (Expand)Author
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel
2020-07-16net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata
2020-06-29net: sched: Introduce helpers for qevent blocksPetr Machata
2020-06-19net: qos offload add flow status with dropped countPo Liu
2020-05-15net: sched: implement terse dump support in actVlad Buslov
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko
2020-03-26net: sched: refine extack messages in tcf_change_indevGuillaume Nault
2020-03-14net: sched: RED: Introduce an ECN nodrop modePetr Machata
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller
2020-03-05net: sched: Make FIFO Qdisc offloadablePetr Machata
2020-02-19net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey
2020-02-19net: sched: Introduce ingress classification functionPaul Blakey
2020-02-17net: sched: don't take rtnl lock during flow_action setupVlad Buslov
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang
2020-01-25net: sched: Make TBF Qdisc offloadablePetr Machata
2019-12-18net: sch_ets: Make the ETS qdisc offloadablePetr Machata
2019-12-18net: pkt_cls: Clarify a commentPetr Machata
2019-08-26net: sched: take reference to action dev before calling offloadsVlad Buslov
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-18net: sched: use major priority number as hardware priorityPablo Neira Ayuso
2019-08-08flow_offload: move tc indirect block to flow offloadwenxu
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso
2019-07-12net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Vlad Buslov
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso
2019-07-09net: sched: remove tcf block APIPablo Neira Ayuso
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso
2019-06-28net: sched: refactor reinsert actionJohn Hurley
2019-06-15net: sched: remove NET_CLS_IND config optionJiri Pirko
2019-05-07net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren
2019-05-05net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren
2019-05-05net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren
2019-05-05net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren
2019-05-05net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren
2019-02-25net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov
2019-02-12net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov
2019-02-12net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov
2019-02-06cls_flower: don't expose TC actions to drivers anymorePablo Neira Ayuso
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso
2019-02-06cls_api: add translator to flow_action representationPablo Neira Ayuso
2019-02-06flow_offload: add flow action infrastructurePablo Neira Ayuso