summaryrefslogtreecommitdiffstats
path: root/net/core/netprio_cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-131-1/+1
|\
| * cgroup: net_prio: Mark local used function staticDaniel Wagner2012-10-261-1/+1
* | netprio_cgroup: allow nesting and inherit config on cgroup creationTejun Heo2012-11-221-18/+24
* | netprio_cgroup: implement netprio[_set]_prio() helpersTejun Heo2012-11-221-22/+50
* | netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidxTejun Heo2012-11-221-54/+11Star
* | netprio_cgroup: reimplement priomap expansionTejun Heo2012-11-221-23/+33
* | netprio_cgroup: shorten variable names in extend_netdev_table()Tejun Heo2012-11-221-12/+11Star
* | netprio_cgroup: simplify write_priomap()Tejun Heo2012-11-221-45/+11Star
* | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-191-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-26/+12Star
|\
| * new helper: iterate_fd()Al Viro2012-09-271-26/+12Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-37/+4Star
|\ \
| * | netprio_cgroup: Use memcpy instead of the for-loop to copy priomapSrivatsa S. Bhat2012-09-131-5/+4Star
| * | netprio_cgroup: Remove update_netdev_tables() since it is unnecessarySrivatsa S. Bhat2012-09-131-32/+0Star
| |/
* | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-021-1/+11
|\ \
| * | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo2012-09-141-1/+11
| |/
* / cgroup: Assign subsystem IDs during compile timeDaniel Wagner2012-09-141-11/+0Star
|/
* net: netprio: fix cgrp create and write priomap raceJohn Fastabend2012-08-161-5/+3Star
* net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend2012-08-161-18/+4Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-1/+1
|\
| * netprio_cgroup.c: fix comment typoLiu Bo2012-07-101-1/+1
* | net: netprio_cgroup: rework update socket logicJohn Fastabend2012-07-221-0/+53
* | net: cgroup: fix access the unallocated memory in netprio cgroupGao feng2012-07-171-17/+54
* | net: cgroup: fix out of bounds accessesEric Dumazet2012-07-091-2/+2
* | cgroup: fix panic in netprio_cgroupGao feng2012-07-091-1/+2
|/
* Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-231-19/+11Star
|\
| * cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-011-6/+2Star
| * cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo2012-04-011-15/+11Star
* | net: core: Use pr_<level>Joe Perches2012-05-171-2/+4
|/
* Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-03-211-6/+4Star
|\
| * cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-021-6/+4Star
* | netprio_cgroup: don't allocate prio table when a device is registeredNeil Horman2012-02-101-6/+0Star
* | netprio_cgroup: fix an off-by-one bugNeil Horman2012-02-101-1/+1
* | netprio_cgroup: Fix obo in get_prioidxNeil Horman2012-02-041-3/+4
|/
* Revert "net: netprio_cgroup: make net_prio_subsys static"John Fastabend2011-12-091-1/+1
* net: netprio_cgroup: make net_prio_subsys staticJohn Fastabend2011-12-091-1/+1
* net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-241-2/+2
* net: add network priority cgroup infrastructure (v4)Neil Horman2011-11-221-0/+344