aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/netprio_cgroup.c
AgeCommit message (Expand)Author
2020-05-20netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-22cgroup: net: remove left over MODULE_LICENSE tagPaul Gortmaker
2017-12-13net: remove duplicate includesPravin Shedge
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-02-10net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2016-02-17core: remove unneded headers for net cgroup controllers.Rosen, Rami
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo
2015-12-08netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo
2014-05-16cgroup: remove css_parent()Tejun Heo
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo
2014-02-08cgroup: drop module supportTejun Heo
2014-02-08cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid...Tejun Heo
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-12-10net: more spelling fixesstephen hemminger
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo
2013-12-05netprio_cgroup: convert away from cftype->read_map()Tejun Heo
2013-10-08cgroup: netprio: remove unnecessary task_netprioidxGao feng
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo
2013-08-08netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne...Tejun Heo
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
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