index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
cls_u32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2018-10-08
net: sched: cls_u32: simplify the hell out u32_delete() emptiness check
Al Viro
1
-47
/
+1
2018-10-08
net: sched: cls_u32: keep track of knodes count in tc_u_common
Al Viro
1
-0
/
+6
2018-10-08
net: sched: cls_u32: get rid of tp_c
Al Viro
1
-7
/
+4
2018-10-08
net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->data
Al Viro
1
-3
/
+2
2018-10-08
net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnode
Al Viro
1
-4
/
+4
2018-10-08
net: sched: cls_u32: clean tc_u_common hashtable
Al Viro
1
-15
/
+9
2018-10-08
net: sched: cls_u32: get rid of tc_u_common ->rcu
Al Viro
1
-1
/
+0
2018-10-08
net: sched: cls_u32: get rid of tc_u_knode ->tp
Al Viro
1
-3
/
+0
2018-10-08
net: sched: cls_u32: get rid of unused argument of u32_destroy_key()
Al Viro
1
-7
/
+6
2018-10-08
net: sched: cls_u32: make sure that divisor is a power of 2
Al Viro
1
-1
/
+5
2018-10-08
net: sched: cls_u32: disallow linking to root hnode
Al Viro
1
-0
/
+4
2018-10-08
net: sched: cls_u32: mark root hnode explicitly
Al Viro
1
-1
/
+3
2018-10-08
net: sched: cls_u32: fix hnode refcounting
Al Viro
1
-5
/
+5
2018-08-27
net: sched: Fix memory exposure from short TCA_U32_SEL
Kees Cook
1
-2
/
+8
2018-06-26
net: sched: cls_u32: implement offload tcf_proto_op
John Hurley
1
-0
/
+111
2018-05-25
net_sched: switch to rcu_work
Cong Wang
1
-27
/
+10
2018-04-07
net_sched: fix a missing idr_remove() in u32_delete_key()
Cong Wang
1
-0
/
+1
2018-02-13
net: sched: fix tc_u_common lookup
Jiri Pirko
1
-4
/
+20
2018-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+2
2018-02-09
Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-28
/
+19
2018-02-08
net/sched: cls_u32: fix cls_u32 on filter replace
Ivan Vecera
1
-1
/
+2
2018-02-07
cls_u32: Convert to idr_alloc_u32
Matthew Wilcox
1
-13
/
+10
2018-02-07
cls_u32: Reinstate cyclic allocation
Matthew Wilcox
1
-10
/
+4
2018-02-07
idr: Delete idr_replace_ext function
Matthew Wilcox
1
-1
/
+1
2018-02-07
idr: Delete idr_remove_ext function
Matthew Wilcox
1
-4
/
+4
2018-02-06
cls_u32: fix use after free in u32_destroy_key()
Paolo Abeni
1
-10
/
+11
2018-02-03
cls_u32: add missing RCU annotation.
Paolo Abeni
1
-5
/
+7
2018-01-25
cls_u32: propagate extack to delete callback
Jakub Kicinski
1
-15
/
+19
2018-01-25
cls_u32: pass offload flags to tc_cls_common_offload_init()
Jakub Kicinski
1
-4
/
+6
2018-01-25
net: sched: prepare for reimplementation of tc_cls_common_offload_init()
Jakub Kicinski
1
-4
/
+4
2018-01-25
net: sched: propagate extack to cls->destroy callbacks
Jakub Kicinski
1
-1
/
+1
2018-01-23
net: sched: add extack support for offload via tc_cls_common_offload
Quentin Monnet
1
-4
/
+4
2018-01-23
net: sched: cls_u32: propagate extack support for filter offload
Quentin Monnet
1
-5
/
+5
2018-01-19
net: sched: cls_u32: add extack support
Alexander Aring
1
-14
/
+44
2018-01-19
net: sched: cls: add extack support for tcf_change_indev
Alexander Aring
1
-1
/
+1
2018-01-19
net: sched: cls: add extack support for delete callback
Alexander Aring
1
-1
/
+2
2018-01-19
net: sched: cls: add extack support for tcf_exts_validate
Alexander Aring
1
-4
/
+6
2018-01-19
net: sched: cls: add extack support for change callback
Alexander Aring
1
-1
/
+2
2018-01-19
net: sched: cls: fix code style issues
Alexander Aring
1
-4
/
+4
2018-01-17
net: sched: keep track of offloaded filters and check tc offload feature
Jiri Pirko
1
-6
/
+7
2017-12-13
net: remove duplicate includes
Pravin Shedge
1
-1
/
+0
2017-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+7
2017-11-09
cls_u32: use tcf_exts_get_net() before call_rcu()
Cong Wang
1
-1
/
+7
2017-11-04
net: sched: cls_u32: use bitwise & rather than logical && on n->flags
Colin Ian King
1
-1
/
+1
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+26
2017-10-29
net_sched: use tcf_queue_work() in u32 filter
Cong Wang
1
-3
/
+26
2017-10-21
net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*
Jiri Pirko
1
-31
/
+0
2017-10-21
net: sched: cls_u32: call block callbacks for offload
Jiri Pirko
1
-20
/
+52
2017-10-21
net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnode
Jiri Pirko
1
-8
/
+8
[next]