index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
cls_u32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/sched: cls_u32: simplify the return expression of u32_reoffload_knode()
Zheng Yongjun
2020-12-08
1
-8
/
+3
*
net/sched: cls_u32: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2020-09-28
1
-4
/
+4
*
net/sched: cls_u32: Use struct_size() helper
Gustavo A. R. Silva
2020-07-31
1
-14
/
+6
*
net/sched: cls_u32: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2020-06-19
1
-3
/
+1
*
net_sched: fix ops->bind_class() implementations
Cong Wang
2020-01-27
1
-3
/
+8
*
net/sched: add delete_empty() to filters and use it in cls_flower
Davide Caratti
2019-12-30
1
-25
/
+0
*
net/sched: cls_u32: fix refcount leak in the error path of u32_change()
Davide Caratti
2019-12-19
1
-0
/
+25
*
net: sched: refactor block offloads counter usage
Vlad Buslov
2019-08-26
1
-17
/
+12
*
net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t
Pablo Neira Ayuso
2019-07-19
1
-3
/
+3
*
net: sched: remove NET_CLS_IND config option
Jiri Pirko
2019-06-15
1
-15
/
+0
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
net/sched: remove block pointer from common offload structure
Pieter Jansen van Vuuren
2019-05-07
1
-11
/
+6
*
net/sched: add block pointer to tc_cls_common_offload structure
Pieter Jansen van Vuuren
2019-05-05
1
-6
/
+11
*
net: sched: cls_u32: use struct_size() helper
Gustavo A. R. Silva
2019-05-04
1
-1
/
+1
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-1
/
+2
*
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-27
1
-1
/
+1
*
net_sched: initialize net pointer inside tcf_exts_init()
Cong Wang
2019-02-22
1
-4
/
+4
*
net: sched: extend proto ops to support unlocked classifiers
Vlad Buslov
2019-02-12
1
-5
/
+7
*
net: sched: track rtnl lock status when validating extensions
Vlad Buslov
2019-02-12
1
-1
/
+1
*
net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()
Cong Wang
2018-12-14
1
-4
/
+4
*
net: sched: cls_u32: add res to offload information
Jakub Kicinski
2018-11-19
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-12
1
-3
/
+3
|
\
|
*
net: sched: cls_u32: fix hnode refcounting
Al Viro
2018-10-07
1
-5
/
+5
*
|
net: sched: cls_u32: simplify the hell out u32_delete() emptiness check
Al Viro
2018-10-08
1
-47
/
+1
*
|
net: sched: cls_u32: keep track of knodes count in tc_u_common
Al Viro
2018-10-08
1
-0
/
+6
*
|
net: sched: cls_u32: get rid of tp_c
Al Viro
2018-10-08
1
-7
/
+4
*
|
net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->data
Al Viro
2018-10-08
1
-3
/
+2
*
|
net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnode
Al Viro
2018-10-08
1
-4
/
+4
*
|
net: sched: cls_u32: clean tc_u_common hashtable
Al Viro
2018-10-08
1
-15
/
+9
*
|
net: sched: cls_u32: get rid of tc_u_common ->rcu
Al Viro
2018-10-08
1
-1
/
+0
*
|
net: sched: cls_u32: get rid of tc_u_knode ->tp
Al Viro
2018-10-08
1
-3
/
+0
*
|
net: sched: cls_u32: get rid of unused argument of u32_destroy_key()
Al Viro
2018-10-08
1
-7
/
+6
*
|
net: sched: cls_u32: make sure that divisor is a power of 2
Al Viro
2018-10-08
1
-1
/
+5
*
|
net: sched: cls_u32: disallow linking to root hnode
Al Viro
2018-10-08
1
-0
/
+4
*
|
net: sched: cls_u32: mark root hnode explicitly
Al Viro
2018-10-08
1
-1
/
+3
|
/
*
net: sched: Fix memory exposure from short TCA_U32_SEL
Kees Cook
2018-08-26
1
-2
/
+8
*
net: sched: cls_u32: implement offload tcf_proto_op
John Hurley
2018-06-26
1
-0
/
+111
*
net_sched: switch to rcu_work
Cong Wang
2018-05-24
1
-27
/
+10
*
net_sched: fix a missing idr_remove() in u32_delete_key()
Cong Wang
2018-04-07
1
-0
/
+1
*
net: sched: fix tc_u_common lookup
Jiri Pirko
2018-02-13
1
-4
/
+20
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-02-09
1
-1
/
+2
|
\
|
*
net/sched: cls_u32: fix cls_u32 on filter replace
Ivan Vecera
2018-02-08
1
-1
/
+2
*
|
Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-02-08
1
-28
/
+19
|
\
\
|
|
/
|
/
|
|
*
cls_u32: Convert to idr_alloc_u32
Matthew Wilcox
2018-02-06
1
-13
/
+10
|
*
cls_u32: Reinstate cyclic allocation
Matthew Wilcox
2018-02-06
1
-10
/
+4
|
*
idr: Delete idr_replace_ext function
Matthew Wilcox
2018-02-06
1
-1
/
+1
|
*
idr: Delete idr_remove_ext function
Matthew Wilcox
2018-02-06
1
-4
/
+4
*
|
cls_u32: fix use after free in u32_destroy_key()
Paolo Abeni
2018-02-06
1
-10
/
+11
|
/
*
cls_u32: add missing RCU annotation.
Paolo Abeni
2018-02-02
1
-5
/
+7
*
cls_u32: propagate extack to delete callback
Jakub Kicinski
2018-01-24
1
-15
/
+19
[next]