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-08-25
net_sched: kill u32_node pointer in Qdisc
WANG Cong
1
-4
/
+53
2017-08-25
net_sched: remove tc class reference counting
WANG Cong
20
-260
/
+105
2017-08-25
net_sched: introduce tclass_del_notify()
WANG Cong
1
-6
/
+33
2017-08-25
net_sched: get rid of more forward declarations
WANG Cong
1
-179
/
+169
2017-08-24
net_sched: fix a refcount_t issue with noop_qdisc
Eric Dumazet
2
-4
/
+4
2017-08-22
net: sched: don't do tcf_chain_flush from tcf_chain_destroy
Jiri Pirko
1
-3
/
+3
2017-08-22
net: sched: fix use after free when tcf_chain_destroy is called multiple times
Jiri Pirko
1
-2
/
+10
2017-08-22
net: sched: use kvmalloc() for class hash tables
Eric Dumazet
1
-18
/
+4
2017-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+3
2017-08-18
net: sched: fix NULL pointer dereference when action calls some targets
Xin Long
1
-0
/
+2
2017-08-18
net: sched: fix p_filter_chain check in tcf_chain_flush
Jiri Pirko
1
-1
/
+1
2017-08-16
net: sched: cls_flower: fix ndo_setup_tc type for stats call
Jiri Pirko
1
-1
/
+1
2017-08-16
qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs
Jesper Dangaard Brouer
1
-2
/
+6
2017-08-16
net_sched/hfsc: opencode trivial set_active() and set_passive()
Konstantin Khlebnikov
1
-29
/
+16
2017-08-16
net_sched: call qlen_notify only if child qdisc is empty
Konstantin Khlebnikov
6
-13
/
+15
2017-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-8
/
+24
2017-08-15
net_sched: remove warning from qdisc_hash_add
Konstantin Khlebnikov
1
-3
/
+0
2017-08-15
net_sched/sfq: update hierarchical backlog when drop packet
Konstantin Khlebnikov
1
-1
/
+4
2017-08-15
net_sched: reset pointers to tcf blocks in classful qdiscs' destructors
Konstantin Khlebnikov
4
-4
/
+12
2017-08-11
net/sched/hfsc: allocate tcf block for hfsc root class
Konstantin Khlebnikov
1
-0
/
+8
2017-08-11
net: sched: remove cops->tcf_cl_offload
Jiri Pirko
5
-24
/
+12
2017-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-08-09
net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target
Xin Long
1
-1
/
+1
2017-08-09
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
3
-12
/
+12
2017-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+10
2017-08-08
net: sched: set xt_tgchk_param par.net properly in ipt_init_target
Xin Long
1
-10
/
+10
2017-08-08
net_sched: get rid of some forward declarations
WANG Cong
1
-111
/
+103
2017-08-07
net_sched: use void pointer for filter handle
WANG Cong
12
-146
/
+136
2017-08-07
net_sched: refactor notification code for RTM_DELTFILTER
WANG Cong
1
-5
/
+39
2017-08-07
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
5
-112
/
+86
2017-08-07
net: sched: move prio into cls_common
Jiri Pirko
1
-3
/
+0
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
5
-32
/
+22
2017-08-07
net: sched: make egress_dev flag part of flower offload struct
Jiri Pirko
1
-1
/
+1
2017-08-07
net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL
Jiri Pirko
1
-2
/
+2
2017-08-07
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
5
-35
/
+26
2017-08-04
net: sched: avoid atomic swap in tcf_exts_change
Jiri Pirko
3
-13
/
+7
2017-08-04
net: sched: cls_u32: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-14
/
+4
2017-08-04
net: sched: cls_route: no need to call tcf_exts_change for newly allocated st...
Jiri Pirko
1
-21
/
+9
2017-08-04
net: sched: cls_flow: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-25
/
+16
2017-08-04
net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated s...
Jiri Pirko
1
-12
/
+2
2017-08-04
net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-19
/
+6
2017-08-04
net: sched: cls_basic: no need to call tcf_exts_change for newly allocated st...
Jiri Pirko
1
-11
/
+2
2017-08-04
net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...
Jiri Pirko
1
-12
/
+2
2017-08-04
net: sched: cls_fw: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-16
/
+5
2017-08-04
net: sched: cls_flower: no need to call tcf_exts_change for newly allocated s...
Jiri Pirko
1
-11
/
+2
2017-08-04
net: sched: cls_fw: rename fw_change_attrs function
Jiri Pirko
1
-6
/
+5
2017-08-04
net: sched: cls_bpf: rename cls_bpf_modify_existing function
Jiri Pirko
1
-6
/
+4
2017-08-04
net: sched: use tcf_exts_has_actions instead of exts->nr_actions
Jiri Pirko
1
-1
/
+1
2017-08-04
net: sched: remove check for number of actions in tcf_exts_exec
Jiri Pirko
1
-1
/
+2
2017-08-04
net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_...
Jiri Pirko
3
-3
/
+3
[prev]
[next]