index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
cls_api.c
Age
Commit message (
Expand
)
Author
2019-05-05
net/sched: add police action to the hardware intermediate representation
Pieter Jansen van Vuuren
2019-05-05
net/sched: add sample action to the hardware intermediate representation
Pieter Jansen van Vuuren
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-02
net: sched: don't set tunnel for decap action
Vlad Buslov
2019-03-21
net/sched: let actions use RCU to access 'goto_chain'
Davide Caratti
2019-03-13
net_sched: return correct value for *notify* functions
Zhike Wang
2019-03-08
net: sched: fix potential use-after-free in __tcf_chain_put()
Vlad Buslov
2019-02-26
net: sched: fix typo in walker_check_empty()
Vlad Buslov
2019-02-25
net: sched: don't release block->lock when dumping chains
Vlad Buslov
2019-02-25
net: sched: set dedicated tcf_walker flag when tp is empty
Vlad Buslov
2019-02-22
net_sched: initialize net pointer inside tcf_exts_init()
Cong Wang
2019-02-21
net: sched: potential NULL dereference in tcf_block_find()
Dan Carpenter
2019-02-13
net: sched: remove duplicated include from cls_api.c
YueHaibing
2019-02-12
net: sched: unlock rules update API
Vlad Buslov
2019-02-12
net: sched: refactor tcf_block_find() into standalone functions
Vlad Buslov
2019-02-12
net: sched: extend proto ops to support unlocked classifiers
Vlad Buslov
2019-02-12
net: sched: extend proto ops with 'put' callback
Vlad Buslov
2019-02-12
net: sched: track rtnl lock status when validating extensions
Vlad Buslov
2019-02-12
net: sched: prevent insertion of new classifiers during chain flush
Vlad Buslov
2019-02-12
net: sched: refactor tp insert/delete for concurrent execution
Vlad Buslov
2019-02-12
net: sched: traverse classifiers in chain with tcf_get_next_proto()
Vlad Buslov
2019-02-12
net: sched: introduce reference counting for tcf_proto
Vlad Buslov
2019-02-12
net: sched: protect filter_chain list with filter_chain_lock mutex
Vlad Buslov
2019-02-12
net: sched: protect chain template accesses with block lock
Vlad Buslov
2019-02-12
net: sched: traverse chains in block with tcf_get_next_chain()
Vlad Buslov
2019-02-12
net: sched: protect block->chain0 with block->lock
Vlad Buslov
2019-02-12
net: sched: refactor tc_ctl_chain() to use block->lock
Vlad Buslov
2019-02-12
net: sched: protect chain->explicitly_created with block->lock
Vlad Buslov
2019-02-12
net: sched: protect block state with mutex
Vlad Buslov
2019-02-06
cls_api: add translator to flow_action representation
Pablo Neira Ayuso
2019-02-06
flow_offload: add flow action infrastructure
Pablo Neira Ayuso
2019-01-16
net_sched: refetch skb protocol for each filter
Cong Wang
2018-12-14
net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()
Cong Wang
2018-12-10
net/sched: Remove egdev mechanism
Oz Shlomo
2018-11-11
net: sched: register callbacks for indirect tc block binds
John Hurley
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-15
net/sched: cls_api: add missing validation of netlink attributes
Davide Caratti
2018-10-08
net: Add extack to nlmsg_parse
David Ahern
2018-10-01
net_sched: fix a crash in tc_new_tfilter()
Cong Wang
2018-09-25
net: sched: use reference counting for tcf blocks on rules update
Vlad Buslov
2018-09-25
net: sched: implement tcf_block_refcnt_{get|put}()
Vlad Buslov
2018-09-25
net: sched: protect block idr with spinlock
Vlad Buslov
2018-09-25
net: sched: implement functions to put and flush all chains
Vlad Buslov
2018-09-25
net: sched: change tcf block reference counter type to refcount_t
Vlad Buslov
2018-09-25
net: sched: use Qdisc rcu API instead of relying on rtnl lock
Vlad Buslov
2018-09-13
net_sched: notify filter deletion when deleting a chain
Cong Wang
2018-08-27
net: sched: return -ENOENT when trying to remove filter from non-existent chain
Jiri Pirko
2018-08-27
net: sched: fix extack error message when chain is failed to be created
Jiri Pirko
2018-08-11
net: sched: extend action ops with put_dev callback
Vlad Buslov
[next]