index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
netprio_cgroup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: pass info struct via netdevice notifier
Jiri Pirko
2013-05-28
1
-1
/
+1
*
net: core: Remove unnecessary alloc/OOM messages
Joe Perches
2013-02-06
1
-3
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-12-12
1
-1
/
+1
|
\
|
*
cgroup: net_prio: Mark local used function static
Daniel Wagner
2012-10-26
1
-1
/
+1
*
|
netprio_cgroup: allow nesting and inherit config on cgroup creation
Tejun Heo
2012-11-22
1
-18
/
+24
*
|
netprio_cgroup: implement netprio[_set]_prio() helpers
Tejun Heo
2012-11-22
1
-22
/
+50
*
|
netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidx
Tejun Heo
2012-11-22
1
-54
/
+11
*
|
netprio_cgroup: reimplement priomap expansion
Tejun Heo
2012-11-22
1
-23
/
+33
*
|
netprio_cgroup: shorten variable names in extend_netdev_table()
Tejun Heo
2012-11-22
1
-12
/
+11
*
|
netprio_cgroup: simplify write_priomap()
Tejun Heo
2012-11-22
1
-45
/
+11
*
|
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...
Tejun Heo
2012-11-19
1
-4
/
+4
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-02
1
-26
/
+12
|
\
|
*
new helper: iterate_fd()
Al Viro
2012-09-26
1
-26
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-10-02
1
-37
/
+4
|
\
\
|
*
|
netprio_cgroup: Use memcpy instead of the for-loop to copy priomap
Srivatsa S. Bhat
2012-09-13
1
-5
/
+4
|
*
|
netprio_cgroup: Remove update_netdev_tables() since it is unnecessary
Srivatsa S. Bhat
2012-09-13
1
-32
/
+0
|
|
/
*
|
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-10-02
1
-1
/
+11
|
\
\
|
*
|
cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...
Tejun Heo
2012-09-14
1
-1
/
+11
|
|
/
*
/
cgroup: Assign subsystem IDs during compile time
Daniel Wagner
2012-09-14
1
-11
/
+0
|
/
*
net: netprio: fix cgrp create and write priomap race
John Fastabend
2012-08-16
1
-5
/
+3
*
net: netprio: fix files lock and remove useless d_path bits
John Fastabend
2012-08-16
1
-18
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-07-24
1
-1
/
+1
|
\
|
*
netprio_cgroup.c: fix comment typo
Liu Bo
2012-07-10
1
-1
/
+1
*
|
net: netprio_cgroup: rework update socket logic
John Fastabend
2012-07-22
1
-0
/
+53
*
|
net: cgroup: fix access the unallocated memory in netprio cgroup
Gao feng
2012-07-16
1
-17
/
+54
*
|
net: cgroup: fix out of bounds accesses
Eric Dumazet
2012-07-09
1
-2
/
+2
*
|
cgroup: fix panic in netprio_cgroup
Gao feng
2012-07-09
1
-1
/
+2
|
/
*
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2012-05-22
1
-19
/
+11
|
\
|
*
cgroup: convert all non-memcg controllers to the new cftype interface
Tejun Heo
2012-04-01
1
-6
/
+2
|
*
cgroup: relocate cftype and cgroup_subsys definitions in controllers
Tejun Heo
2012-04-01
1
-15
/
+11
*
|
net: core: Use pr_<level>
Joe Perches
2012-05-17
1
-2
/
+4
|
/
*
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2012-03-20
1
-6
/
+4
|
\
|
*
cgroup: remove cgroup_subsys argument from callbacks
Li Zefan
2012-02-02
1
-6
/
+4
*
|
netprio_cgroup: don't allocate prio table when a device is registered
Neil Horman
2012-02-10
1
-6
/
+0
*
|
netprio_cgroup: fix an off-by-one bug
Neil Horman
2012-02-10
1
-1
/
+1
*
|
netprio_cgroup: Fix obo in get_prioidx
Neil Horman
2012-02-04
1
-3
/
+4
|
/
*
Revert "net: netprio_cgroup: make net_prio_subsys static"
John Fastabend
2011-12-09
1
-1
/
+1
*
net: netprio_cgroup: make net_prio_subsys static
John Fastabend
2011-12-08
1
-1
/
+1
*
net: treewide use of RCU_INIT_POINTER
Eric Dumazet
2011-11-23
1
-2
/
+2
*
net: add network priority cgroup infrastructure (v4)
Neil Horman
2011-11-22
1
-0
/
+344