index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
cls_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/sched: let actions use RCU to access 'goto_chain'
Davide Caratti
2019-03-21
1
-1
/
+1
*
net_sched: return correct value for *notify* functions
Zhike Wang
2019-03-13
1
-9
/
+23
*
net: sched: fix potential use-after-free in __tcf_chain_put()
Vlad Buslov
2019-03-08
1
-10
/
+7
*
net: sched: fix typo in walker_check_empty()
Vlad Buslov
2019-02-26
1
-2
/
+2
*
net: sched: don't release block->lock when dumping chains
Vlad Buslov
2019-02-25
1
-9
/
+7
*
net: sched: set dedicated tcf_walker flag when tp is empty
Vlad Buslov
2019-02-25
1
-4
/
+9
*
net_sched: initialize net pointer inside tcf_exts_init()
Cong Wang
2019-02-22
1
-1
/
+0
*
net: sched: potential NULL dereference in tcf_block_find()
Dan Carpenter
2019-02-21
1
-1
/
+3
*
net: sched: remove duplicated include from cls_api.c
YueHaibing
2019-02-13
1
-1
/
+0
*
net: sched: unlock rules update API
Vlad Buslov
2019-02-12
1
-17
/
+114
*
net: sched: refactor tcf_block_find() into standalone functions
Vlad Buslov
2019-02-12
1
-92
/
+149
*
net: sched: extend proto ops to support unlocked classifiers
Vlad Buslov
2019-02-12
1
-75
/
+93
*
net: sched: extend proto ops with 'put' callback
Vlad Buslov
2019-02-12
1
-1
/
+11
*
net: sched: track rtnl lock status when validating extensions
Vlad Buslov
2019-02-12
1
-4
/
+5
*
net: sched: prevent insertion of new classifiers during chain flush
Vlad Buslov
2019-02-12
1
-6
/
+29
*
net: sched: refactor tp insert/delete for concurrent execution
Vlad Buslov
2019-02-12
1
-25
/
+152
*
net: sched: traverse classifiers in chain with tcf_get_next_proto()
Vlad Buslov
2019-02-12
1
-10
/
+60
*
net: sched: introduce reference counting for tcf_proto
Vlad Buslov
2019-02-12
1
-10
/
+43
*
net: sched: protect filter_chain list with filter_chain_lock mutex
Vlad Buslov
2019-02-12
1
-32
/
+79
*
net: sched: protect chain template accesses with block lock
Vlad Buslov
2019-02-12
1
-16
/
+57
*
net: sched: traverse chains in block with tcf_get_next_chain()
Vlad Buslov
2019-02-12
1
-25
/
+71
*
net: sched: protect block->chain0 with block->lock
Vlad Buslov
2019-02-12
1
-3
/
+14
*
net: sched: refactor tc_ctl_chain() to use block->lock
Vlad Buslov
2019-02-12
1
-11
/
+25
*
net: sched: protect chain->explicitly_created with block->lock
Vlad Buslov
2019-02-12
1
-6
/
+13
*
net: sched: protect block state with mutex
Vlad Buslov
2019-02-12
1
-13
/
+71
*
cls_api: add translator to flow_action representation
Pablo Neira Ayuso
2019-02-06
1
-0
/
+99
*
flow_offload: add flow action infrastructure
Pablo Neira Ayuso
2019-02-06
1
-0
/
+17
*
net_sched: refetch skb protocol for each filter
Cong Wang
2019-01-16
1
-2
/
+1
*
net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()
Cong Wang
2018-12-14
1
-26
/
+20
*
net/sched: Remove egdev mechanism
Oz Shlomo
2018-12-10
1
-46
/
+1
*
net: sched: register callbacks for indirect tc block binds
John Hurley
2018-11-11
1
-1
/
+255
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-19
1
-5
/
+7
|
\
|
*
net/sched: cls_api: add missing validation of netlink attributes
Davide Caratti
2018-10-15
1
-5
/
+8
*
|
net: Add extack to nlmsg_parse
David Ahern
2018-10-08
1
-2
/
+4
*
|
net_sched: fix a crash in tc_new_tfilter()
Cong Wang
2018-10-01
1
-1
/
+3
*
|
net: sched: use reference counting for tcf blocks on rules update
Vlad Buslov
2018-09-25
1
-17
/
+21
*
|
net: sched: implement tcf_block_refcnt_{get|put}()
Vlad Buslov
2018-09-25
1
-24
/
+50
*
|
net: sched: protect block idr with spinlock
Vlad Buslov
2018-09-25
1
-2
/
+13
*
|
net: sched: implement functions to put and flush all chains
Vlad Buslov
2018-09-25
1
-25
/
+30
*
|
net: sched: change tcf block reference counter type to refcount_t
Vlad Buslov
2018-09-25
1
-24
/
+35
*
|
net: sched: use Qdisc rcu API instead of relying on rtnl lock
Vlad Buslov
2018-09-25
1
-15
/
+64
|
/
*
net_sched: notify filter deletion when deleting a chain
Cong Wang
2018-09-13
1
-0
/
+2
*
net: sched: return -ENOENT when trying to remove filter from non-existent chain
Jiri Pirko
2018-08-27
1
-1
/
+1
*
net: sched: fix extack error message when chain is failed to be created
Jiri Pirko
2018-08-27
1
-1
/
+1
*
net: sched: extend action ops with put_dev callback
Vlad Buslov
2018-08-11
1
-0
/
+1
*
net: sched: fix block->refcnt decrement
Jiri Pirko
2018-08-09
1
-0
/
+2
*
net: sched: fix flush on non-existing chain
Jiri Pirko
2018-08-03
1
-0
/
+7
*
net: sched: make tcf_chain_{get,put}() static
Jiri Pirko
2018-08-01
1
-18
/
+16
*
net: sched: fix notifications for action-held chains
Jiri Pirko
2018-08-01
1
-28
/
+43
*
net: sched: change name of zombie chain to "held_by_acts_only"
Jiri Pirko
2018-08-01
1
-8
/
+6
[next]