aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/netprio_cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann1-8/+2
2020-12-04net: Remove the err argument from sock_from_fileFlorent Revest1-2/+1
2020-05-09netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li1-0/+2
2019-11-12netprio: use css ID instead of cgroup IDTejun Heo1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-22cgroup: net: remove left over MODULE_LICENSE tagPaul Gortmaker1-2/+0
2017-12-13net: remove duplicate includesPravin Shedge1-1/+0
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar1-0/+2
2017-02-10net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2016-02-17core: remove unneded headers for net cgroup controllers.Rosen, Rami1-1/+0
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo1-1/+6
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo1-1/+2
2015-12-08netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo1-0/+9
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo1-4/+5
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo1-1/+1
2014-05-16cgroup: remove css_parent()Tejun Heo1-1/+1
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo1-6/+6
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo1-1/+1
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo1-1/+1
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo1-3/+1
2014-02-08cgroup: drop module supportTejun Heo1-1/+0
2014-02-08cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid...Tejun Heo1-30/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2013-12-10net: more spelling fixesstephen hemminger1-1/+1
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo1-4/+4
2013-12-05netprio_cgroup: convert away from cftype->read_map()Tejun Heo1-3/+3
2013-10-08cgroup: netprio: remove unnecessary task_netprioidxGao feng1-2/+1
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-1/+1
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-6/+4
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-10/+10
2013-08-08netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne...Tejun Heo1-28/+28
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-02-06net: core: Remove unnecessary alloc/OOM messagesJoe Perches1-3/+1
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-11-22netprio_cgroup: allow nesting and inherit config on cgroup creationTejun Heo1-18/+24
2012-11-22netprio_cgroup: implement netprio[_set]_prio() helpersTejun Heo1-22/+50
2012-11-22netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidxTejun Heo1-54/+11
2012-11-22netprio_cgroup: reimplement priomap expansionTejun Heo1-23/+33
2012-11-22netprio_cgroup: shorten variable names in extend_netdev_table()Tejun Heo1-12/+11
2012-11-22netprio_cgroup: simplify write_priomap()Tejun Heo1-45/+11
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo1-4/+4
2012-10-26cgroup: net_prio: Mark local used function staticDaniel Wagner1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-26/+12
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-37/+4
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+11
2012-09-26new helper: iterate_fd()Al Viro1-26/+12
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo1-1/+11
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner1-11/+0
2012-09-13netprio_cgroup: Use memcpy instead of the for-loop to copy priomapSrivatsa S. Bhat1-5/+4
2012-09-13netprio_cgroup: Remove update_netdev_tables() since it is unnecessarySrivatsa S. Bhat1-32/+0
2012-08-16net: netprio: fix cgrp create and write priomap raceJohn Fastabend1-5/+3
2012-08-16net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend1-18/+4
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend1-0/+53
2012-07-16net: cgroup: fix access the unallocated memory in netprio cgroupGao feng1-17/+54
2012-07-10netprio_cgroup.c: fix comment typoLiu Bo1-1/+1
2012-07-09net: cgroup: fix out of bounds accessesEric Dumazet1-2/+2
2012-07-09cgroup: fix panic in netprio_cgroupGao feng1-1/+2
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-19/+11
2012-05-17net: core: Use pr_<level>Joe Perches1-2/+4
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo1-6/+2
2012-04-01cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo1-15/+11
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-6/+4
2012-02-10netprio_cgroup: don't allocate prio table when a device is registeredNeil Horman1-6/+0
2012-02-10netprio_cgroup: fix an off-by-one bugNeil Horman1-1/+1
2012-02-04netprio_cgroup: Fix obo in get_prioidxNeil Horman1-3/+4
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-6/+4
2011-12-09Revert "net: netprio_cgroup: make net_prio_subsys static"John Fastabend1-1/+1
2011-12-08net: netprio_cgroup: make net_prio_subsys staticJohn Fastabend1-1/+1
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet1-2/+2
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman1-0/+344