index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
netprio_cgroup.c
Age
Commit message (
Expand
)
Author
2012-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-11-22
netprio_cgroup: allow nesting and inherit config on cgroup creation
Tejun Heo
2012-11-22
netprio_cgroup: implement netprio[_set]_prio() helpers
Tejun Heo
2012-11-22
netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidx
Tejun Heo
2012-11-22
netprio_cgroup: reimplement priomap expansion
Tejun Heo
2012-11-22
netprio_cgroup: shorten variable names in extend_netdev_table()
Tejun Heo
2012-11-22
netprio_cgroup: simplify write_priomap()
Tejun Heo
2012-11-19
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...
Tejun Heo
2012-10-26
cgroup: net_prio: Mark local used function static
Daniel Wagner
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-10-02
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-09-26
new helper: iterate_fd()
Al Viro
2012-09-14
cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...
Tejun Heo
2012-09-14
cgroup: Assign subsystem IDs during compile time
Daniel Wagner
2012-09-13
netprio_cgroup: Use memcpy instead of the for-loop to copy priomap
Srivatsa S. Bhat
2012-09-13
netprio_cgroup: Remove update_netdev_tables() since it is unnecessary
Srivatsa S. Bhat
2012-08-16
net: netprio: fix cgrp create and write priomap race
John Fastabend
2012-08-16
net: netprio: fix files lock and remove useless d_path bits
John Fastabend
2012-07-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-07-22
net: netprio_cgroup: rework update socket logic
John Fastabend
2012-07-16
net: cgroup: fix access the unallocated memory in netprio cgroup
Gao feng
2012-07-10
netprio_cgroup.c: fix comment typo
Liu Bo
2012-07-09
net: cgroup: fix out of bounds accesses
Eric Dumazet
2012-07-09
cgroup: fix panic in netprio_cgroup
Gao feng
2012-05-22
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2012-05-17
net: core: Use pr_<level>
Joe Perches
2012-04-01
cgroup: convert all non-memcg controllers to the new cftype interface
Tejun Heo
2012-04-01
cgroup: relocate cftype and cgroup_subsys definitions in controllers
Tejun Heo
2012-03-20
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2012-02-10
netprio_cgroup: don't allocate prio table when a device is registered
Neil Horman
2012-02-10
netprio_cgroup: fix an off-by-one bug
Neil Horman
2012-02-04
netprio_cgroup: Fix obo in get_prioidx
Neil Horman
2012-02-02
cgroup: remove cgroup_subsys argument from callbacks
Li Zefan
2011-12-09
Revert "net: netprio_cgroup: make net_prio_subsys static"
John Fastabend
2011-12-08
net: netprio_cgroup: make net_prio_subsys static
John Fastabend
2011-11-23
net: treewide use of RCU_INIT_POINTER
Eric Dumazet
2011-11-22
net: add network priority cgroup infrastructure (v4)
Neil Horman