aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/netprio_cgroup.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-25
|\
| * net: more spelling fixesstephen hemminger2013-12-10
* | cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-05
* | netprio_cgroup: convert away from cftype->read_map()Tejun Heo2013-12-05
|/
* cgroup: netprio: remove unnecessary task_netprioidxGao feng2013-10-08
* cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-08
* cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-08
* cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-08
* netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne...Tejun Heo2013-08-08
* cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-08
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* net: core: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-12
|\
| * cgroup: net_prio: Mark local used function staticDaniel Wagner2012-10-26
* | netprio_cgroup: allow nesting and inherit config on cgroup creationTejun Heo2012-11-22
* | netprio_cgroup: implement netprio[_set]_prio() helpersTejun Heo2012-11-22
* | netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidxTejun Heo2012-11-22
* | netprio_cgroup: reimplement priomap expansionTejun Heo2012-11-22
* | netprio_cgroup: shorten variable names in extend_netdev_table()Tejun Heo2012-11-22
* | netprio_cgroup: simplify write_priomap()Tejun Heo2012-11-22
* | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-19
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * new helper: iterate_fd()Al Viro2012-09-26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02
|\ \
| * | netprio_cgroup: Use memcpy instead of the for-loop to copy priomapSrivatsa S. Bhat2012-09-13
| * | netprio_cgroup: Remove update_netdev_tables() since it is unnecessarySrivatsa S. Bhat2012-09-13
| |/
* | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-02
|\ \
| * | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo2012-09-14
| |/
* / cgroup: Assign subsystem IDs during compile timeDaniel Wagner2012-09-14
|/
* net: netprio: fix cgrp create and write priomap raceJohn Fastabend2012-08-16
* net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend2012-08-16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-24
|\
| * netprio_cgroup.c: fix comment typoLiu Bo2012-07-10
* | net: netprio_cgroup: rework update socket logicJohn Fastabend2012-07-22
* | net: cgroup: fix access the unallocated memory in netprio cgroupGao feng2012-07-17
* | net: cgroup: fix out of bounds accessesEric Dumazet2012-07-09
* | cgroup: fix panic in netprio_cgroupGao feng2012-07-09
|/
* Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-22
|\
| * cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-01
| * cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo2012-04-01
* | net: core: Use pr_<level>Joe Perches2012-05-17
|/
* Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-03-20
|\
| * cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-02
* | netprio_cgroup: don't allocate prio table when a device is registeredNeil Horman2012-02-10
* | netprio_cgroup: fix an off-by-one bugNeil Horman2012-02-10
* | netprio_cgroup: Fix obo in get_prioidxNeil Horman2012-02-04
|/
* Revert "net: netprio_cgroup: make net_prio_subsys static"John Fastabend2011-12-09
* net: netprio_cgroup: make net_prio_subsys staticJohn Fastabend2011-12-08
* net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-23
* net: add network priority cgroup infrastructure (v4)Neil Horman2011-11-22