aboutsummaryrefslogtreecommitdiff
path: root/net/core/netprio_cgroup.c
AgeCommit message (Expand)Author
2013-02-06net: core: Remove unnecessary alloc/OOM messagesJoe Perches
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-11-22netprio_cgroup: allow nesting and inherit config on cgroup creationTejun Heo
2012-11-22netprio_cgroup: implement netprio[_set]_prio() helpersTejun Heo
2012-11-22netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidxTejun Heo
2012-11-22netprio_cgroup: reimplement priomap expansionTejun Heo
2012-11-22netprio_cgroup: shorten variable names in extend_netdev_table()Tejun Heo
2012-11-22netprio_cgroup: simplify write_priomap()Tejun Heo
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo
2012-10-26cgroup: net_prio: Mark local used function staticDaniel Wagner
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-09-26new helper: iterate_fd()Al Viro
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner
2012-09-13netprio_cgroup: Use memcpy instead of the for-loop to copy priomapSrivatsa S. Bhat
2012-09-13netprio_cgroup: Remove update_netdev_tables() since it is unnecessarySrivatsa S. Bhat
2012-08-16net: netprio: fix cgrp create and write priomap raceJohn Fastabend
2012-08-16net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend
2012-07-16net: cgroup: fix access the unallocated memory in netprio cgroupGao feng
2012-07-10netprio_cgroup.c: fix comment typoLiu Bo
2012-07-09net: cgroup: fix out of bounds accessesEric Dumazet
2012-07-09cgroup: fix panic in netprio_cgroupGao feng
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-05-17net: core: Use pr_<level>Joe Perches
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo
2012-04-01cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-02-10netprio_cgroup: don't allocate prio table when a device is registeredNeil Horman
2012-02-10netprio_cgroup: fix an off-by-one bugNeil Horman
2012-02-04netprio_cgroup: Fix obo in get_prioidxNeil Horman
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan
2011-12-09Revert "net: netprio_cgroup: make net_prio_subsys static"John Fastabend
2011-12-08net: netprio_cgroup: make net_prio_subsys staticJohn Fastabend
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman