aboutsummaryrefslogtreecommitdiff
path: root/net/core/netprio_cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-26/+12
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-37/+4
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+11
2012-09-26new helper: iterate_fd()Gravatar Al Viro 1-26/+12
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Gravatar Tejun Heo 1-1/+11
2012-09-14cgroup: Assign subsystem IDs during compile timeGravatar Daniel Wagner 1-11/+0
2012-09-13netprio_cgroup: Use memcpy instead of the for-loop to copy priomapGravatar Srivatsa S. Bhat 1-5/+4
2012-09-13netprio_cgroup: Remove update_netdev_tables() since it is unnecessaryGravatar Srivatsa S. Bhat 1-32/+0
2012-08-16net: netprio: fix cgrp create and write priomap raceGravatar John Fastabend 1-5/+3
2012-08-16net: netprio: fix files lock and remove useless d_path bitsGravatar John Fastabend 1-18/+4
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-07-22net: netprio_cgroup: rework update socket logicGravatar John Fastabend 1-0/+53
2012-07-16net: cgroup: fix access the unallocated memory in netprio cgroupGravatar Gao feng 1-17/+54
2012-07-10netprio_cgroup.c: fix comment typoGravatar Liu Bo 1-1/+1
2012-07-09net: cgroup: fix out of bounds accessesGravatar Eric Dumazet 1-2/+2
2012-07-09cgroup: fix panic in netprio_cgroupGravatar Gao feng 1-1/+2
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-19/+11
2012-05-17net: core: Use pr_<level>Gravatar Joe Perches 1-2/+4
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceGravatar Tejun Heo 1-6/+2
2012-04-01cgroup: relocate cftype and cgroup_subsys definitions in controllersGravatar Tejun Heo 1-15/+11
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-6/+4
2012-02-10netprio_cgroup: don't allocate prio table when a device is registeredGravatar Neil Horman 1-6/+0
2012-02-10netprio_cgroup: fix an off-by-one bugGravatar Neil Horman 1-1/+1
2012-02-04netprio_cgroup: Fix obo in get_prioidxGravatar Neil Horman 1-3/+4
2012-02-02cgroup: remove cgroup_subsys argument from callbacksGravatar Li Zefan 1-6/+4
2011-12-09Revert "net: netprio_cgroup: make net_prio_subsys static"Gravatar John Fastabend 1-1/+1
2011-12-08net: netprio_cgroup: make net_prio_subsys staticGravatar John Fastabend 1-1/+1
2011-11-23net: treewide use of RCU_INIT_POINTERGravatar Eric Dumazet 1-2/+2
2011-11-22net: add network priority cgroup infrastructure (v4)Gravatar Neil Horman 1-0/+344