index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
cls_api.c
Age
Commit message (
Expand
)
Author
2020-03-08
sched: act: allow user to specify type of HW stats for a filter
Jiri Pirko
2020-02-25
flow_offload: pass action cookie through offload structures
Jiri Pirko
2020-02-19
net: sched: Support specifying a starting chain via tc skb ext
Paul Blakey
2020-02-19
net: sched: Change the block's chain list to an rcu list
Paul Blakey
2020-02-19
net: sched: Pass ingress block to tcf_classify_ingress
Paul Blakey
2020-02-19
net: sched: Introduce ingress classification function
Paul Blakey
2020-02-17
net: sched: don't take rtnl lock during flow_action setup
Vlad Buslov
2020-02-17
net: sched: lock action when translating it to flow_action infra
Vlad Buslov
2020-01-22
net_sched: use validated TCA_KIND attribute in tc_new_tfilter()
Eric Dumazet
2019-12-30
net/sched: add delete_empty() to filters and use it in cls_flower
Davide Caratti
2019-12-07
net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()
Eric Dumazet
2019-12-06
net: sched: allow indirect blocks to bind to clsact in TC
John Hurley
2019-12-06
net: core: rename indirect block ingress cb function
John Hurley
2019-11-05
net: sched: prevent duplicate flower rules from tcf_proto destroy race
John Hurley
2019-10-08
net_sched: fix backward compatibility for TCA_KIND
Cong Wang
2019-09-24
net: sched: fix possible crash in tcf_action_destroy()
Eric Dumazet
2019-09-16
net: sched: use get_dev() action API in flow_action infra
Vlad Buslov
2019-09-16
net: sched: take reference to psample group in flow_action infra
Vlad Buslov
2019-09-16
net: sched: extend flow_action_entry with destructor
Vlad Buslov
2019-09-06
net: openvswitch: Set OvS recirc_id from tc chain index
Paul Blakey
2019-08-26
net: sched: copy tunnel info when setting flow_action entry->tunnel
Vlad Buslov
2019-08-26
net: sched: take reference to action dev before calling offloads
Vlad Buslov
2019-08-26
net: sched: take rtnl lock in tc_setup_flow_action()
Vlad Buslov
2019-08-26
net: sched: conditionally obtain rtnl lock in cls hw offloads API
Vlad Buslov
2019-08-26
net: sched: add API for registering unlocked offload block callbacks
Vlad Buslov
2019-08-26
net: sched: notify classifier on successful offload add/delete
Vlad Buslov
2019-08-26
net: sched: refactor block offloads counter usage
Vlad Buslov
2019-08-26
net: sched: change tcf block offload counter type to atomic_t
Vlad Buslov
2019-08-26
net: sched: protect block offload-related fields with rw_semaphore
Vlad Buslov
2019-08-08
flow_offload: support get multi-subsystem block
wenxu
2019-08-08
flow_offload: move tc indirect block to flow offload
wenxu
2019-08-08
cls_api: add flow_indr_block_call function
wenxu
2019-08-08
cls_api: remove the tcf_block cache
wenxu
2019-08-08
cls_api: modify the tc_indr_block_ing_cmd parameters.
wenxu
2019-08-06
net: sched: add ingress mirred action to hardware IR
John Hurley
2019-08-06
net: sched: add skbedit of ptype action to hardware IR
John Hurley
2019-07-23
net: sched: include mpls actions in hardware intermediate representation
John Hurley
2019-07-21
net: sched: verify that q!=NULL before setting q->flags
Vlad Buslov
2019-07-19
net: flow_offload: add flow_block structure and use it
Pablo Neira Ayuso
2019-07-19
net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t
Pablo Neira Ayuso
2019-07-17
net_sched: unset TCQ_F_CAN_BYPASS when adding filters
Cong Wang
2019-07-12
net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()
Vlad Buslov
2019-07-09
net: sched: remove tcf block API
Pablo Neira Ayuso
2019-07-09
drivers: net: use flow block API
Pablo Neira Ayuso
2019-07-09
net: sched: use flow block API
Pablo Neira Ayuso
2019-07-09
net: flow_offload: add list handling functions
Pablo Neira Ayuso
2019-07-09
net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*
Pablo Neira Ayuso
2019-07-09
net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND
Pablo Neira Ayuso
2019-07-09
net/sched: Introduce action ct
Paul Blakey
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
[prev]
[next]