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
2017-11-15
netem: remove unnecessary 64 bit modulus
Stephen Hemminger
1
-3
/
+3
2017-11-15
netem: use 64 bit divide by rate
Stephen Hemminger
1
-7
/
+4
2017-11-13
net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issue
Andrew Morton
1
-5
/
+9
2017-11-13
netem: support delivering packets in delayed time slots
Dave Taht
1
-3
/
+71
2017-11-13
netem: add uapi to express delay and jitter in nanoseconds
Dave Taht
1
-0
/
+14
2017-11-13
netem: convert to qdisc_watchdog_schedule_ns
Dave Taht
1
-28
/
+28
2017-11-10
act_vlan: VLAN action rewrite to use RCU lock/unlock and update
Manish Kurup
1
-24
/
+51
2017-11-10
act_vlan: Change stats update to use per-core stats
Manish Kurup
1
-4
/
+6
2017-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
29
-60
/
+173
2017-11-09
cls_u32: use tcf_exts_get_net() before call_rcu()
Cong Wang
1
-1
/
+7
2017-11-09
cls_tcindex: use tcf_exts_get_net() before call_rcu()
Cong Wang
1
-7
/
+26
2017-11-09
cls_rsvp: use tcf_exts_get_net() before call_rcu()
Cong Wang
1
-3
/
+12
2017-11-09
cls_route: use tcf_exts_get_net() before call_rcu()
Cong Wang
1
-3
/
+14
2017-11-09
cls_matchall: use tcf_exts_get_net() before call_rcu()
Cong Wang
1
-3
/
+12
2017-11-09
cls_fw: use tcf_exts_get_net() before call_rcu()
Cong Wang
1
-3
/
+14
2017-11-09
cls_flower: use tcf_exts_get_net() before call_rcu()
Cong Wang
1
-3
/
+13
2017-11-09
cls_flow: use tcf_exts_get_net() before call_rcu()
Cong Wang
1
-6
/
+18
2017-11-09
cls_cgroup: use tcf_exts_get_net() before call_rcu()
Cong Wang
1
-6
/
+18
2017-11-09
cls_bpf: use tcf_exts_get_net() before call_rcu()
Cong Wang
1
-1
/
+6
2017-11-09
cls_basic: use tcf_exts_get_net() before call_rcu()
Cong Wang
1
-5
/
+15
2017-11-09
net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()
Cong Wang
1
-0
/
+1
2017-11-09
Revert "net_sched: hold netns refcnt for each action"
Cong Wang
17
-19
/
+17
2017-11-08
net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBS
Nogah Frankel
1
-2
/
+2
2017-11-08
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
Nogah Frankel
1
-2
/
+3
2017-11-08
net_sch: red: Add offload ability to RED qdisc
Nogah Frankel
1
-0
/
+79
2017-11-05
cls_bpf: allow attaching programs loaded for specific device
Jakub Kicinski
1
-3
/
+7
2017-11-04
net: sched: cls_u32: use bitwise & rather than logical && on n->flags
Colin Ian King
1
-1
/
+1
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
18
-17
/
+22
2017-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
17
-17
/
+21
2017-11-03
net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath
Jiri Pirko
2
-5
/
+60
2017-11-03
net: sched: introduce chain_head_change callback
Jiri Pirko
2
-38
/
+52
2017-11-03
net_sched: check NULL in tcf_block_put()
Cong Wang
1
-3
/
+2
2017-11-03
net: sched: cls_bpf: use bitwise & rather than logical && on gen_flags
Colin Ian King
1
-1
/
+1
2017-11-03
net: sched: move block offload unbind after all chains are flushed
Jiri Pirko
1
-2
/
+2
2017-11-03
net_sched: hold netns refcnt for each action
Cong Wang
17
-17
/
+19
2017-11-03
net_sched: acquire RTNL in tc_action_net_exit()
Cong Wang
1
-0
/
+2
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-11-02
net: sched: remove tc_can_offload check from egdev call
Jiri Pirko
1
-1
/
+1
2017-11-02
net: sched: move the can_offload check from binding phase to rule insertion p...
Jiri Pirko
1
-1
/
+1
2017-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-30
/
+10
2017-11-01
MAINTAINERS: Update Yotam's E-mail
Yotam Gigi
1
-1
/
+1
2017-10-31
net: sched: Identify hardware traffic classes using classid
Amritha Nambiar
1
-0
/
+2
2017-10-31
net_sched: remove tcf_block_put_deferred()
Cong Wang
1
-29
/
+8
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
14
-56
/
+268
2017-10-29
net_sched: fix call_rcu() race on act_sample module removal
Cong Wang
1
-0
/
+1
2017-10-29
net_sched: add rtnl assertion to tcf_exts_destroy()
Cong Wang
1
-0
/
+1
2017-10-29
net_sched: use tcf_queue_work() in tcindex filter
Cong Wang
1
-5
/
+33
2017-10-29
net_sched: use tcf_queue_work() in rsvp filter
Cong Wang
1
-3
/
+16
2017-10-29
net_sched: use tcf_queue_work() in route filter
Cong Wang
1
-3
/
+16
[next]