aboutsummaryrefslogtreecommitdiff
path: root/include/net/pkt_cls.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededGravatar Paul Blakey 1-0/+11
2022-01-11net: sched: do not allocate a tracker in tcf_exts_init()Gravatar Eric Dumazet 1-1/+3
2021-12-19flow_offload: validate flags of filter and actionsGravatar Baowen Zheng 1-0/+3
2021-12-19flow_offload: add process to update action stats from hardwareGravatar Baowen Zheng 1-8/+10
2021-12-19flow_offload: rename exts stats update functions with hwGravatar Baowen Zheng 1-3/+3
2021-12-19flow_offload: allow user to offload tc action to net deviceGravatar Baowen Zheng 1-0/+5
2021-12-19flow_offload: rename offload functions with offload instead of flowGravatar Baowen Zheng 1-3/+3
2021-12-10net: sched: add netns refcount tracker to struct tcf_extsGravatar Eric Dumazet 1-2/+6
2021-10-19net: sch_tbf: Add a graft commandGravatar Petr Machata 1-0/+2
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesGravatar Ahmed S. Darwish 1-2/+2
2021-08-30sch_htb: Fix inconsistency when leaf qdisc creation failsGravatar Maxim Mikityanskiy 1-2/+1
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+4
2021-08-03net: sched: provide missing kdoc for tcf_pkt_info and tcf_ematch_opsGravatar Bijie Xu 1-0/+4
2021-08-02net_sched: refactor TC action init APIGravatar Cong Wang 1-1/+1
2021-07-29net/sched: store the last executed chain also for clsact egressGravatar Davide Caratti 1-15/+7
2021-05-25net: zero-initialize tc skb extension on allocationGravatar Vlad Buslov 1-0/+11
2021-01-22sch_htb: Hierarchical QoS hardware offloadGravatar Maxim Mikityanskiy 1-0/+36
2020-12-01net: sched: remove redundant 'rtnl_held' argumentGravatar Vlad Buslov 1-1/+1
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Gravatar Francis Laniel 1-1/+1
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Gravatar Francis Laniel 1-1/+1
2020-07-16net: sched: Do not drop root lock in tcf_qevent_handle()Gravatar Petr Machata 1-2/+2
2020-06-29net: sched: Introduce helpers for qevent blocksGravatar Petr Machata 1-0/+49
2020-06-19net: qos offload add flow status with dropped countGravatar Po Liu 1-2/+3
2020-05-15net: sched: implement terse dump support in actGravatar Vlad Buslov 1-0/+1
2020-03-30net: sched: expose HW stats types per action used by driversGravatar Jiri Pirko 1-1/+4
2020-03-26net: sched: refine extack messages in tcf_change_indevGravatar Guillaume Nault 1-2/+6
2020-03-14net: sched: RED: Introduce an ECN nodrop modeGravatar Petr Machata 1-0/+1
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...Gravatar David S. Miller 1-0/+13
2020-03-05net: sched: Make FIFO Qdisc offloadableGravatar Petr Machata 1-0/+15
2020-02-19net: sched: Pass ingress block to tcf_classify_ingressGravatar Paul Blakey 1-2/+5
2020-02-19net: sched: Introduce ingress classification functionGravatar Paul Blakey 1-0/+10
2020-02-17net: sched: don't take rtnl lock during flow_action setupGravatar Vlad Buslov 1-1/+1
2020-01-27net_sched: fix ops->bind_class() implementationsGravatar Cong Wang 1-14/+19
2020-01-25net: sched: Make TBF Qdisc offloadableGravatar Petr Machata 1-0/+22
2019-12-18net: sch_ets: Make the ETS qdisc offloadableGravatar Petr Machata 1-0/+31
2019-12-18net: pkt_cls: Clarify a commentGravatar Petr Machata 1-3/+2
2019-08-26net: sched: take reference to action dev before calling offloadsGravatar Vlad Buslov 1-0/+2
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Gravatar Vlad Buslov 1-1/+1
2019-08-26net: sched: refactor block offloads counter usageGravatar Vlad Buslov 1-1/+16
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2019-08-18net: sched: use major priority number as hardware priorityGravatar Pablo Neira Ayuso 1-1/+1
2019-08-08flow_offload: move tc indirect block to flow offloadGravatar wenxu 1-35/+0
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tGravatar Pablo Neira Ayuso 1-3/+2
2019-07-12net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Gravatar Vlad Buslov 1-0/+10
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadGravatar Pablo Neira Ayuso 1-35/+5
2019-07-09net: sched: remove tcf block APIGravatar Pablo Neira Ayuso 1-69/+0
2019-07-09drivers: net: use flow block APIGravatar Pablo Neira Ayuso 1-2/+0
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Gravatar Pablo Neira Ayuso 1-2/+1
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDGravatar Pablo Neira Ayuso 1-1/+0
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Gravatar Pablo Neira Ayuso 1-17/+3