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
Age
Commit message (
Expand
)
Author
2019-02-18
net: sched: using kfree_rcu() to simplify the code
Wei Yongjun
2019-02-17
net: sched: sch_api: set an error msg when qdisc_alloc_handle() fails
Ivan Vecera
2019-02-17
net: sched: cgroup: verify that filter is not NULL during walk
Vlad Buslov
2019-02-17
net: sched: matchall: verify that filter is not NULL in mall_walk()
Vlad Buslov
2019-02-17
net: sched: route: don't set arg->stop in route4_walk() when empty
Vlad Buslov
2019-02-17
net: sched: fw: don't set arg->stop in fw_walk() when empty
Vlad Buslov
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-13
net: sched: remove duplicated include from cls_api.c
YueHaibing
2019-02-13
net: sched: flower: only return error from hw offload if skip_sw
Vlad Buslov
2019-02-12
net_sched: fix two more memory leaks in cls_tcindex
Cong Wang
2019-02-12
net_sched: fix a memory leak in cls_tcindex
Cong Wang
2019-02-12
net_sched: fix a race condition in tcindex_destroy()
Cong Wang
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-11
Documentation: bring operstate documentation up-to-date
Jouke Witteveen
2019-02-10
net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE
Eli Cohen
2019-02-10
net: Move all TC actions identifiers to one place
Eli Cohen
2019-02-08
net/sched: use struct_size() helper
Gustavo A. R. Silva
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-06
cls_flower: don't expose TC actions to drivers anymore
Pablo Neira Ayuso
2019-02-06
flow_offload: add statistics retrieval infrastructure and use it
Pablo Neira Ayuso
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-02-06
flow_offload: add flow_rule and flow_match structures and use them
Pablo Neira Ayuso
2019-02-04
net: cls_flower: Remove filter from mask before freeing it
Petr Machata
2019-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-19
net_sched: add performance counters for basic filter
Cong Wang
2019-01-19
sch_api: Change signature of qdisc_tree_reduce_backlog() to use ints
Toke Høiland-Jørgensen
2019-01-18
net_sched: add hit counter for matchall
Cong Wang
2019-01-17
net/sched: cls_flower: allocate mask dynamically in fl_change()
Ivan Vecera
2019-01-16
net_sched: refetch skb protocol for each filter
Cong Wang
2019-01-15
net/sched: act_tunnel_key: fix memory leak in case of action replace
Davide Caratti
2019-01-15
sch_cake: Correctly update parent qlen when splitting GSO packets
Toke Høiland-Jørgensen
2019-01-15
sched: Fix detection of empty queues in child qdiscs
Toke Høiland-Jørgensen
2019-01-15
sched: Avoid dereferencing skb pointer after child enqueue
Toke Høiland-Jørgensen
2018-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
[next]