index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
net: sched: pie: add derandomization mechanism
Mohit P. Tahiliani
2019-02-25
1
-1
/
+27
*
|
net: sched: pie: add more cases to auto-tune alpha and beta
Mohit P. Tahiliani
2019-02-25
1
-33
/
+32
*
|
net: sched: pie: change initial value of pie_vars->burst_time
Mohit P. Tahiliani
2019-02-25
1
-2
/
+2
*
|
net: sched: pie: change default value of pie_params->tupdate
Mohit P. Tahiliani
2019-02-25
1
-1
/
+1
*
|
net: sched: pie: change default value of pie_params->target
Mohit P. Tahiliani
2019-02-25
1
-1
/
+1
*
|
net: sched: pie: change value of QUEUE_THRESHOLD
Mohit P. Tahiliani
2019-02-25
1
-1
/
+1
*
|
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: act_tunnel_key: Add dst_cache support
wenxu
2019-02-24
1
-4
/
+21
*
|
net_sched: initialize net pointer inside tcf_exts_init()
Cong Wang
2019-02-22
12
-27
/
+27
*
|
net: sched: potential NULL dereference in tcf_block_find()
Dan Carpenter
2019-02-21
1
-1
/
+3
*
|
net_sched: fix a memory leak in cls_tcindex
Cong Wang
2019-02-20
1
-13
/
+24
*
|
net_sched: fix a race condition in tcindex_destroy()
Cong Wang
2019-02-20
1
-7
/
+11
*
|
net: sched: using kfree_rcu() to simplify the code
Wei Yongjun
2019-02-18
1
-6
/
+1
*
|
net: sched: sch_api: set an error msg when qdisc_alloc_handle() fails
Ivan Vecera
2019-02-17
1
-2
/
+4
*
|
net: sched: cgroup: verify that filter is not NULL during walk
Vlad Buslov
2019-02-17
1
-0
/
+2
*
|
net: sched: matchall: verify that filter is not NULL in mall_walk()
Vlad Buslov
2019-02-17
1
-0
/
+3
*
|
net: sched: route: don't set arg->stop in route4_walk() when empty
Vlad Buslov
2019-02-17
1
-4
/
+1
*
|
net: sched: fw: don't set arg->stop in fw_walk() when empty
Vlad Buslov
2019-02-17
1
-4
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-15
2
-13
/
+14
|
\
|
|
*
net_sched: fix two more memory leaks in cls_tcindex
Cong Wang
2019-02-12
1
-9
/
+7
|
*
net_sched: fix a memory leak in cls_tcindex
Cong Wang
2019-02-12
1
-16
/
+30
|
*
net_sched: fix a race condition in tcindex_destroy()
Cong Wang
2019-02-12
1
-7
/
+11
|
*
Documentation: bring operstate documentation up-to-date
Jouke Witteveen
2019-02-11
1
-1
/
+1
*
|
net: sched: remove duplicated include from cls_api.c
YueHaibing
2019-02-13
1
-1
/
+0
*
|
net: sched: flower: only return error from hw offload if skip_sw
Vlad Buslov
2019-02-13
1
-2
/
+10
*
|
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
13
-135
/
+178
*
|
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
12
-15
/
+20
*
|
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
2
-12
/
+62
*
|
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
2
-33
/
+84
*
|
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
2
-26
/
+74
*
|
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
*
|
net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE
Eli Cohen
2019-02-10
17
-18
/
+18
*
|
net: Move all TC actions identifiers to one place
Eli Cohen
2019-02-10
1
-2
/
+0
*
|
net/sched: use struct_size() helper
Gustavo A. R. Silva
2019-02-08
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
1
-1
/
+5
|
\
|
|
*
net: cls_flower: Remove filter from mask before freeing it
Petr Machata
2019-02-04
1
-1
/
+5
*
|
cls_flower: don't expose TC actions to drivers anymore
Pablo Neira Ayuso
2019-02-06
1
-5
/
+0
*
|
flow_offload: add statistics retrieval infrastructure and use it
Pablo Neira Ayuso
2019-02-06
1
-0
/
+4
*
|
cls_api: add translator to flow_action representation
Pablo Neira Ayuso
2019-02-06
2
-0
/
+113
[prev]
[next]