Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
2e16f48838fca1f5e2a5ac6d24024f50ca4e5bc3
/
net
/
sched
/
cls_matchall.c
58cd462
net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS
by Davide Caratti
· 4 years, 9 months ago
55ec468
net_sched: fix ops->bind_class() implementations
by Cong Wang
· 4 years, 10 months ago
f2b795e
net: sched: cls_matchall: cleanup flow_action before deallocating
by Vlad Buslov
· 5 years ago
9838b20
net: sched: take rtnl lock in tc_setup_flow_action()
by Vlad Buslov
· 5 years ago
4011921
net: sched: refactor block offloads counter usage
by Vlad Buslov
· 5 years ago
a732331
net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t
by Pablo Neira Ayuso
· 5 years ago
f517f27
net: sched: cls_matchall: allow to delete filter
by Jiri Pirko
· 5 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 5 years ago
5f05836
net/sched: avoid double free on matchall reoffload
by Pieter Jansen van Vuuren
· 6 years ago
a9e41a5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
d678714
net/sched: remove block pointer from common offload structure
by Pieter Jansen van Vuuren
· 6 years ago
88c44a5
net/sched: add block pointer to tc_cls_common_offload structure
by Pieter Jansen van Vuuren
· 6 years ago
b7fe4ab
net/sched: extend matchall offload for hardware statistics
by Pieter Jansen van Vuuren
· 6 years ago
dfcb19f
net/sched: remove unused functions for matchall offload
by Pieter Jansen van Vuuren
· 6 years ago
f00cbf19
net/sched: use the hardware intermediate representation for matchall
by Pieter Jansen van Vuuren
· 6 years ago
2542604
cls_matchall: avoid panic when receiving a packet before filter set
by Matteo Croce
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
ae0be8d
netlink: make nla_nest_start() add NLA_F_NESTED flag
by Michal Kubecek
· 6 years ago
0db6f8b
net/sched: fix ->get helper of the matchall cls
by Nicolas Dichtel
· 6 years ago
1421510
net_sched: initialize net pointer inside tcf_exts_init()
by Cong Wang
· 6 years ago
d66022c
net: sched: matchall: verify that filter is not NULL in mall_walk()
by Vlad Buslov
· 6 years ago
12db03b
net: sched: extend proto ops to support unlocked classifiers
by Vlad Buslov
· 6 years ago
ec6743a
net: sched: track rtnl lock status when validating extensions
by Vlad Buslov
· 6 years ago
f88c19a
net_sched: add hit counter for matchall
by Cong Wang
· 6 years ago
aeb3fec
net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()
by Cong Wang
· 6 years ago
a51c76b
cls_matchall: fix tcf_unbind_filter missing
by Hangbin Liu
· 6 years ago
0efd1b3
net: sched: cls_matchall: implement offload tcf_proto_op
by John Hurley
· 6 years ago
aaa908f
net_sched: switch to rcu_work
by Cong Wang
· 6 years ago
b505b29
cls_matchall: propagate extack to delete callback
by Jakub Kicinski
· 7 years ago
93da52b
cls_matchall: pass offload flags to tc_cls_common_offload_init()
by Jakub Kicinski
· 7 years ago
34832e1
net: sched: prepare for reimplementation of tc_cls_common_offload_init()
by Jakub Kicinski
· 7 years ago
715df5e
net: sched: propagate extack to cls->destroy callbacks
by Jakub Kicinski
· 7 years ago
8f0b425
net: sched: add extack support for offload via tc_cls_common_offload
by Quentin Monnet
· 7 years ago
0279814
net: sched: cls_matchall: propagate extack support for filter offload
by Quentin Monnet
· 7 years ago
571acf2
net: sched: cls: add extack support for delete callback
by Alexander Aring
· 7 years ago
50a5619
net: sched: cls: add extack support for tcf_exts_validate
by Alexander Aring
· 7 years ago
7306db3
net: sched: cls: add extack support for change callback
by Alexander Aring
· 7 years ago
8865fdd
net: sched: cls: fix code style issues
by Alexander Aring
· 7 years ago
caa7260
net: sched: keep track of offloaded filters and check tc offload feature
by Jiri Pirko
· 7 years ago
4dc6758
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
57767e78
cls_matchall: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
df2735e
net_sched: use tcf_queue_work() in matchall filter
by Cong Wang
· 7 years ago
8d26d56
net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*
by Jiri Pirko
· 7 years ago
2447a96
net: sched: cls_matchall: call block callbacks for offload
by Jiri Pirko
· 7 years ago
3ff4cbe
net/sched: cls_matchall: fix crash when used with classful qdisc
by Davide Caratti
· 7 years ago
07d79fc
net_sched: add reverse binding for tc class
by Cong Wang
· 7 years ago
7b06e8a
net: sched: remove cops->tcf_cl_offload
by Jiri Pirko
· 7 years ago
8113c09
net_sched: use void pointer for filter handle
by WANG Cong
· 7 years ago
de4784c
net: sched: get rid of struct tc_to_netdev
by Jiri Pirko
· 7 years ago
5fd9fc4
net: sched: push cls related args into cls_common structure
by Jiri Pirko
· 7 years ago
ade9b65
net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL
by Jiri Pirko
· 7 years ago
2572ac5
net: sched: make type an argument for ndo_setup_tc
by Jiri Pirko
· 7 years ago
a74cb36
net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated struct
by Jiri Pirko
· 7 years ago
a5fcf8a
net: propagate tc filter chain index down the ndo_setup_tc call
by Jiri Pirko
· 7 years ago
2d76b2f
net: sched: cls_matchall: fix null pointer dereference
by Jiri Pirko
· 7 years ago
985538e
net/sched: remove redundant null check on head
by Colin Ian King
· 8 years ago
763dbf6
net_sched: move the empty tp check from ->destroy() to ->delete()
by WANG Cong
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
c7d2b2f
net/sched: cls_matchall: Reflect HW offloading status
by Or Gerlitz
· 8 years ago
7a335ad
net/sched: cls_matchall: Dump the classifier flags
by Or Gerlitz
· 8 years ago
e216015
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
fd62d9f
net/sched: matchall: Fix configuration race
by Yotam Gigi
· 8 years ago
ec2507d
net/sched: cls_matchall: Fix error path
by Yotam Gigi
· 8 years ago
d936377
net, sched: respect rcu grace period on cls destruction
by Daniel Borkmann
· 8 years ago
b87f793
net/sched: Add match-all classifier hw offloading.
by Yotam Gigi
· 8 years ago
bf3994d
net/sched: introduce Match-all classifier
by Jiri Pirko
· 8 years ago