Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
059ade650ae57cfd371af690fdba887af04aded8
/
net
/
core
/
netprio_cgroup.c
5c9d535
cgroup: remove css_parent()
by Tejun Heo
· 10 years ago
451af50
cgroup: replace cftype->write_string() with cftype->write()
by Tejun Heo
· 10 years ago
4d3bb51
cgroup: drop const from @buffer of cftype->write_string()
by Tejun Heo
· 11 years ago
924f0d9
cgroup: drop @skip_css from cgroup_taskset_for_each()
by Tejun Heo
· 11 years ago
073219e
cgroup: clean up cgroup_subsys names and initialization
by Tejun Heo
· 11 years ago
3ed80a6
cgroup: drop module support
by Tejun Heo
· 11 years ago
af63633
cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid_cgroup()
by Tejun Heo
· 11 years ago
4ba9920
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
8e3bff9
net: more spelling fixes
by stephen hemminger
· 11 years ago
2da8ca8
cgroup: replace cftype->read_seq_string() with cftype->seq_show()
by Tejun Heo
· 11 years ago
e92e113
netprio_cgroup: convert away from cftype->read_map()
by Tejun Heo
· 11 years ago
e1af5e4
cgroup: netprio: remove unnecessary task_netprioidx
by Gao feng
· 11 years ago
d99c872
cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
by Tejun Heo
· 11 years ago
182446d
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
by Tejun Heo
· 11 years ago
eb95419
cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
by Tejun Heo
· 11 years ago
6d37b97
netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_state
by Tejun Heo
· 11 years ago
8af01f5
cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
by Tejun Heo
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
62b5942
net: core: Remove unnecessary alloc/OOM messages
by Joe Perches
· 12 years ago
6be35c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
811d8d6
netprio_cgroup: allow nesting and inherit config on cgroup creation
by Tejun Heo
· 12 years ago
666b0eb
netprio_cgroup: implement netprio[_set]_prio() helpers
by Tejun Heo
· 12 years ago
88d642f
netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidx
by Tejun Heo
· 12 years ago
4a6ee25
netprio_cgroup: reimplement priomap expansion
by Tejun Heo
· 12 years ago
52bca93
netprio_cgroup: shorten variable names in extend_netdev_table()
by Tejun Heo
· 12 years ago
6d5759d
netprio_cgroup: simplify write_priomap()
by Tejun Heo
· 12 years ago
92fb974
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()
by Tejun Heo
· 12 years ago
c658f19
cgroup: net_prio: Mark local used function static
by Daniel Wagner
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
68d47a1
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
c3c073f
new helper: iterate_fd()
by Al Viro
· 12 years ago
8c7f6ed
cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them
by Tejun Heo
· 12 years ago
8a8e04d
cgroup: Assign subsystem IDs during compile time
by Daniel Wagner
· 12 years ago
f05ba7f
netprio_cgroup: Use memcpy instead of the for-loop to copy priomap
by Srivatsa S. Bhat
· 12 years ago
d530d6d
netprio_cgroup: Remove update_netdev_tables() since it is unnecessary
by Srivatsa S. Bhat
· 12 years ago
476ad15
net: netprio: fix cgrp create and write priomap race
by John Fastabend
· 12 years ago
f796c20
net: netprio: fix files lock and remove useless d_path bits
by John Fastabend
· 12 years ago
d14b7a4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
406a3c6
net: netprio_cgroup: rework update socket logic
by John Fastabend
· 12 years ago
ef209f1
net: cgroup: fix access the unallocated memory in netprio cgroup
by Gao feng
· 12 years ago
0f30732
netprio_cgroup.c: fix comment typo
by Liu Bo
· 12 years ago
91c68ce
net: cgroup: fix out of bounds accesses
by Eric Dumazet
· 12 years ago
b761c9b
cgroup: fix panic in netprio_cgroup
by Gao feng
· 12 years ago
88d6ae8d
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
e005d19
net: core: Use pr_<level>
by Joe Perches
· 12 years ago
4baf6e3
cgroup: convert all non-memcg controllers to the new cftype interface
by Tejun Heo
· 13 years ago
676f7c8
cgroup: relocate cftype and cgroup_subsys definitions in controllers
by Tejun Heo
· 13 years ago
0d9cabd
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 13 years ago
f5c3820
netprio_cgroup: don't allocate prio table when a device is registered
by Neil Horman
· 13 years ago
a87dfe1
netprio_cgroup: fix an off-by-one bug
by Neil Horman
· 13 years ago
5962b35
netprio_cgroup: Fix obo in get_prioidx
by Neil Horman
· 13 years ago
761b3ef
cgroup: remove cgroup_subsys argument from callbacks
by Li Zefan
· 13 years ago
0221cd5
Revert "net: netprio_cgroup: make net_prio_subsys static"
by John Fastabend
· 13 years ago
865d9f9
net: netprio_cgroup: make net_prio_subsys static
by John Fastabend
· 13 years ago
2cfa5a0
net: treewide use of RCU_INIT_POINTER
by Eric Dumazet
· 13 years ago
5bc1421
net: add network priority cgroup infrastructure (v4)
by Neil Horman
· 13 years ago