1. bd4508e core: remove unneded headers for net cgroup controllers. by Rosen, Rami · 8 years ago
  2. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  3. bd1060a sock, cgroup: add sock->sk_cgroup by Tejun Heo · 8 years ago
  4. 2a56a1f net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct by Tejun Heo · 8 years ago
  5. 297dbde netprio_cgroup: limit the maximum css->id to USHRT_MAX by Tejun Heo · 8 years ago
  6. 1f7dd3e5 cgroup: fix handling of multi-destination migration from subtree_control enabling by Tejun Heo · 8 years ago
  7. 5577964 cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes by Tejun Heo · 10 years ago
  8. 5c9d535 cgroup: remove css_parent() by Tejun Heo · 10 years ago
  9. 451af50 cgroup: replace cftype->write_string() with cftype->write() by Tejun Heo · 10 years ago
  10. 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 10 years ago
  11. 924f0d9 cgroup: drop @skip_css from cgroup_taskset_for_each() by Tejun Heo · 10 years ago
  12. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 10 years ago
  13. 3ed80a6 cgroup: drop module support by Tejun Heo · 10 years ago
  14. af63633 cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid_cgroup() by Tejun Heo · 10 years ago
  15. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  16. 8e3bff9 net: more spelling fixes by stephen hemminger · 10 years ago
  17. 2da8ca8 cgroup: replace cftype->read_seq_string() with cftype->seq_show() by Tejun Heo · 10 years ago
  18. e92e113 netprio_cgroup: convert away from cftype->read_map() by Tejun Heo · 10 years ago
  19. e1af5e4 cgroup: netprio: remove unnecessary task_netprioidx by Gao feng · 11 years ago
  20. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  21. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  22. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  23. 6d37b97 netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_state by Tejun Heo · 11 years ago
  24. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  25. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  26. 62b5942 net: core: Remove unnecessary alloc/OOM messages by Joe Perches · 11 years ago
  27. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  28. 811d8d6 netprio_cgroup: allow nesting and inherit config on cgroup creation by Tejun Heo · 11 years ago
  29. 666b0eb netprio_cgroup: implement netprio[_set]_prio() helpers by Tejun Heo · 11 years ago
  30. 88d642f netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidx by Tejun Heo · 11 years ago
  31. 4a6ee25 netprio_cgroup: reimplement priomap expansion by Tejun Heo · 11 years ago
  32. 52bca93 netprio_cgroup: shorten variable names in extend_netdev_table() by Tejun Heo · 11 years ago
  33. 6d5759d netprio_cgroup: simplify write_priomap() by Tejun Heo · 11 years ago
  34. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  35. c658f19 cgroup: net_prio: Mark local used function static by Daniel Wagner · 12 years ago
  36. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  37. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  38. 68d47a1 Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  39. c3c073f new helper: iterate_fd() by Al Viro · 12 years ago
  40. 8c7f6ed cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them by Tejun Heo · 12 years ago
  41. 8a8e04d cgroup: Assign subsystem IDs during compile time by Daniel Wagner · 12 years ago
  42. f05ba7f netprio_cgroup: Use memcpy instead of the for-loop to copy priomap by Srivatsa S. Bhat · 12 years ago
  43. d530d6d netprio_cgroup: Remove update_netdev_tables() since it is unnecessary by Srivatsa S. Bhat · 12 years ago
  44. 476ad15 net: netprio: fix cgrp create and write priomap race by John Fastabend · 12 years ago
  45. f796c20 net: netprio: fix files lock and remove useless d_path bits by John Fastabend · 12 years ago
  46. d14b7a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  47. 406a3c6 net: netprio_cgroup: rework update socket logic by John Fastabend · 12 years ago
  48. ef209f1 net: cgroup: fix access the unallocated memory in netprio cgroup by Gao feng · 12 years ago
  49. 0f30732 netprio_cgroup.c: fix comment typo by Liu Bo · 12 years ago
  50. 91c68ce net: cgroup: fix out of bounds accesses by Eric Dumazet · 12 years ago
  51. b761c9b cgroup: fix panic in netprio_cgroup by Gao feng · 12 years ago
  52. 88d6ae8d Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  53. e005d19 net: core: Use pr_<level> by Joe Perches · 12 years ago
  54. 4baf6e3 cgroup: convert all non-memcg controllers to the new cftype interface by Tejun Heo · 12 years ago
  55. 676f7c8 cgroup: relocate cftype and cgroup_subsys definitions in controllers by Tejun Heo · 12 years ago
  56. 0d9cabd Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  57. f5c3820 netprio_cgroup: don't allocate prio table when a device is registered by Neil Horman · 12 years ago
  58. a87dfe1 netprio_cgroup: fix an off-by-one bug by Neil Horman · 12 years ago
  59. 5962b35 netprio_cgroup: Fix obo in get_prioidx by Neil Horman · 12 years ago
  60. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 12 years ago
  61. 0221cd5 Revert "net: netprio_cgroup: make net_prio_subsys static" by John Fastabend · 12 years ago
  62. 865d9f9 net: netprio_cgroup: make net_prio_subsys static by John Fastabend · 12 years ago
  63. 2cfa5a0 net: treewide use of RCU_INIT_POINTER by Eric Dumazet · 12 years ago
  64. 5bc1421 net: add network priority cgroup infrastructure (v4) by Neil Horman · 12 years ago