index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-09
net/sched: cls_flower: Reject duplicated rules also under skip_sw
Or Gerlitz
1
-13
/
+10
2018-11-30
net/sched: act_police: fix memory leak in case of invalid control action
Davide Caratti
1
-12
/
+12
2018-11-29
net: Prevent invalid access to skb->prev in __qdisc_drop_all
Christoph Paasch
1
-0
/
+3
2018-11-23
net/sched: act_police: add missing spinlock initialization
Davide Caratti
1
-0
/
+1
2018-11-20
net/sched: act_police: fix race condition on state variables
Davide Caratti
1
-14
/
+21
2018-11-16
net/sched: act_pedit: fix memory leak when IDR allocation fails
Davide Caratti
1
-1
/
+2
2018-11-15
net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flows
Eric Dumazet
1
-12
/
+19
2018-11-11
act_mirred: clear skb->tstamp on redirect
Eric Dumazet
2
-10
/
+2
2018-11-10
net: sched: cls_flower: validate nested enc_opts_policy to avoid warning
Jakub Kicinski
1
-1
/
+13
2018-10-28
net: sched: gred: pass the right attribute to gred_change_table_def()
Jakub Kicinski
1
-1
/
+1
2018-10-24
net: sched: Remove TCA_OPTIONS from policy
David Ahern
1
-1
/
+0
2018-10-22
net/sched: act_police: disallow 'goto chain' on fallback control action
Davide Caratti
1
-2
/
+10
2018-10-22
net/sched: act_gact: disallow 'goto chain' on fallback control action
Davide Caratti
1
-0
/
+5
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-10
/
+13
2018-10-18
net: sched: Fix for duplicate class dump
Phil Sutter
1
-1
/
+2
2018-10-15
net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()
Eric Dumazet
1
-1
/
+1
2018-10-15
net: extend sk_pacing_rate to unsigned long
Eric Dumazet
1
-8
/
+12
2018-10-15
net/sched: cls_api: add missing validation of netlink attributes
Davide Caratti
2
-9
/
+12
2018-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+4
2018-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Greg Kroah-Hartman
1
-5
/
+5
2018-10-11
Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...
Greg Kroah-Hartman
1
-1
/
+1
2018-10-10
net: sched: avoid writing on noop_qdisc
Eric Dumazet
1
-2
/
+12
2018-10-08
net: Add extack to nlmsg_parse
David Ahern
3
-4
/
+6
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-07
net: sched: cls_u32: fix hnode refcounting
Al Viro
1
-5
/
+5
2018-10-07
net: sched: pie: fix coding style issues
Leslie Monis
1
-18
/
+18
2018-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+20
2018-10-05
treewide: Replace more open-coded allocation size multiplications
Kees Cook
1
-1
/
+1
2018-10-05
net: sched: Add policy validation for tc attributes
David Ahern
1
-4
/
+20
2018-10-05
net_sched: convert idrinfo->lock from spinlock to a mutex
Cong Wang
2
-33
/
+24
2018-10-04
tc: Add support for configuring the taprio scheduler
Vinicius Costa Gomes
3
-0
/
+974
2018-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-10-01
tcp/fq: move back to CLOCK_MONOTONIC
Eric Dumazet
1
-3
/
+3
2018-10-01
net_sched: fix a crash in tc_new_tfilter()
Cong Wang
1
-1
/
+3
2018-10-01
net: sched: act_ipt: check for underflow in __tcf_ipt_init()
Dan Carpenter
1
-1
/
+1
2018-09-28
net: sched: make function qdisc_free_cb() static
Wei Yongjun
1
-1
/
+1
2018-09-25
net: sched: use reference counting for tcf blocks on rules update
Vlad Buslov
1
-17
/
+21
2018-09-25
net: sched: implement tcf_block_refcnt_{get|put}()
Vlad Buslov
1
-24
/
+50
2018-09-25
net: sched: protect block idr with spinlock
Vlad Buslov
1
-2
/
+13
[next]