1. ec0595c net_sched: get rid of struct tcf_common by WANG Cong · 8 years ago
  2. a85a970 net_sched: move tc_action into tcf_common by WANG Cong · 8 years ago
  3. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  4. ebecaa6 net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONE by Jamal Hadi Salim · 8 years ago
  5. b231307 net_sched: make tcf_hash_check() boolean by WANG Cong · 8 years ago
  6. edb09eb net: sched: do not acquire qdisc spinlock in qdisc/class stats dump by Eric Dumazet · 8 years ago
  7. 0b0f43f net sched: indentation and other OCD stylistic fixes by Jamal Hadi Salim · 8 years ago
  8. 53eb440 net sched actions: introduce timestamp for firsttime use by Jamal Hadi Salim · 8 years ago
  9. 9854518 sched: align nlattr properly when needed by Nicolas Dichtel · 8 years ago
  10. ddf97cc net_sched: add network namespace support for tc actions by WANG Cong · 9 years ago
  11. 1d4150c net_sched: prepare tcf_hashinfo_destroy() for netns support by WANG Cong · 9 years ago
  12. 3c64562 net_sched: make tcf_hash_destroy() static by Alexei Starovoitov · 9 years ago
  13. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  14. 28e6b67 net: sched: fix refcount imbalance in actions by Daniel Borkmann · 9 years ago
  15. 519c818 net: sched: add percpu stats to actions by Eric Dumazet · 9 years ago
  16. 4749c3ef net: sched: remove TC_MUNGED bits by Florian Westphal · 9 years ago
  17. b0ab6f9 net: sched: enable per cpu qstats by John Fastabend · 10 years ago
  18. 6401585 net: sched: restrict use of qstats qlen by John Fastabend · 10 years ago
  19. 22e0f8b net: sched: make bstats per cpu and estimator RCU safe by John Fastabend · 10 years ago
  20. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  21. 03701d6 net_sched: act: clean up tca_action_flush() by WANG Cong · 11 years ago
  22. 55334a5 net_sched: act: refuse to remove bound action outside by WANG Cong · 11 years ago
  23. 4f1e9d8 net_sched: act: move tcf_hashinfo_init() into tcf_register_action() by WANG Cong · 11 years ago
  24. a5b5c95 net_sched: act: refactor cleanup ops by WANG Cong · 11 years ago
  25. 8606203 net_sched: act: hide struct tcf_common from API by WANG Cong · 11 years ago
  26. 6e6a50c net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup() by WANG Cong · 11 years ago
  27. c779f7a net_sched: act: fetch hinfo from a->ops->hinfo by WANG Cong · 11 years ago
  28. 7eb8896 net_sched: act: remove struct tcf_act_hdr by WANG Cong · 11 years ago
  29. a56e195 net_sched: act: clean up notification functions by WANG Cong · 11 years ago
  30. ddafd34 net_sched: act: move idx_gen into struct tcf_hashinfo by WANG Cong · 11 years ago
  31. 805c1f4 net_sched: act: action flushing missaccounting by Jamal Hadi Salim · 11 years ago
  32. 63acd68 net_sched: Remove unnecessary checks for act->ops by Jamal Hadi Salim · 11 years ago
  33. 9c75f40 sched action: make local function static by stephen hemminger · 11 years ago
  34. a792866 net_sched: fix regression in tc_action_ops by Eric Dumazet · 11 years ago
  35. 1f747c2 net_sched: convert tc_action_ops to use struct list_head by WANG Cong · 11 years ago
  36. 89819dc net_sched: convert tcf_hashinfo to hlist and use spinlock by WANG Cong · 11 years ago
  37. 369ba56 net_sched: init struct tcf_hashinfo at register time by WANG Cong · 11 years ago
  38. 33be627 net_sched: act: use standard struct list_head by WANG Cong · 11 years ago
  39. d84231d net_sched: remove get_stats from tc_action_ops by WANG Cong · 11 years ago
  40. 17569fa net_sched: remove unnecessary parentheses while return by Yang Yingliang · 11 years ago
  41. 382ca8a net_sched: Provide default walker function for actions by Jamal Hadi Salim · 11 years ago
  42. 63ef617 net_sched: Default action lookup method for actions by Jamal Hadi Salim · 11 years ago
  43. 76c82d7 net_sched: Fail if missing mandatory action operation methods by Jamal Hadi Salim · 11 years ago
  44. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  45. c1b5273 pkt_sched: namespace aware act_mirred by Benjamin LaHaise · 12 years ago
  46. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 12 years ago
  47. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  48. 8b00a53 pkt_sched: act_api: Move away from NLMSG_PUT(). by David S. Miller · 12 years ago
  49. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  50. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  51. dc7f9f6 net: sched: constify tcf_proto and tc_action by Eric Dumazet · 13 years ago
  52. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  53. f5c8593c net,rcu: convert call_rcu(tcf_common_free_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  54. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  55. cc7ec45 net_sched: cleanups by Eric Dumazet · 14 years ago
  56. c7de2cf pkt_sched: gen_kill_estimator() rcu fixes by Eric Dumazet · 14 years ago
  57. 6ff9c36 net sched: printk message severity by stephen hemminger · 14 years ago
  58. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  59. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  60. 7316ae8 net_sched: make traffic control network namespace aware by Tom Goff · 14 years ago
  61. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  62. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  63. 06fe9fb tree-wide: fix a very frequent spelling mistake by Dirk Hohndel · 15 years ago
  64. d250a5f pkt_sched: gen_estimator: Dont report fake rate estimators by Eric Dumazet · 15 years ago
  65. 3a6c2b4 netlink: constify nlmsghdr arguments by Patrick McHardy · 15 years ago
  66. 0e991ec tc: propogate errors from tcf_hash_create by Stephen Hemminger · 16 years ago
  67. 95a5afc net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) by Johannes Berg · 16 years ago
  68. 3672387 net-sched: fix Action flushing return code by Jamal Hadi Salim · 16 years ago
  69. f97017c net-sched: Fix actions flushing by Jamal Hadi Salim · 16 years ago
  70. 76aab2c pkt_sched: Fix actions referencing by Jamal Hadi Salim · 16 years ago
  71. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  72. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  73. 1587bac [NET_SCHED]: Use typeful attribute parsing helpers by Patrick McHardy · 17 years ago
  74. 24beeab [NET_SCHED]: Use typeful attribute construction helpers by Patrick McHardy · 17 years ago
  75. 57e1c48 [NET_SCHED]: Use NLA_PUT_STRING for string dumping by Patrick McHardy · 17 years ago
  76. 4b3550ef [NET_SCHED]: Use nla_nest_start/nla_nest_end by Patrick McHardy · 17 years ago
  77. cee6372 [NET_SCHED]: Propagate nla_parse return value by Patrick McHardy · 17 years ago
  78. ab27cfb [NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_get by Patrick McHardy · 17 years ago
  79. c96c947 [NET_SCHED]: act_api: use nlmsg_parse by Patrick McHardy · 17 years ago
  80. 6d834e0 [NET_SCHED]: act_api: fix netlink API conversion bug by Patrick McHardy · 17 years ago
  81. 7ba699c [NET_SCHED]: Convert actions from rtnetlink to new netlink API by Patrick McHardy · 17 years ago
  82. 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 17 years ago
  83. 62e3ba1 [NET_SCHED]: Move EXPORT_SYMBOL next to exported symbol by Patrick McHardy · 17 years ago
  84. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  85. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  86. e1e992e [NET_SCHED] protect action config/dump from irqs by Jamal Hadi Salim · 17 years ago
  87. 0ba4805 [NET_SCHED]: Remove unnecessary includes by Patrick McHardy · 17 years ago
  88. 4bdf399 [NET_SCHED]: Remove unnecessary stats_lock pointers by Patrick McHardy · 17 years ago
  89. 876d48a [NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option by Patrick McHardy · 17 years ago
  90. 708914c [PKT_SCHED] act: Use rtnl registration interface by Thomas Graf · 17 years ago
  91. dc5fc57 [NETLINK]: Use nlmsg_trim() where appropriate by Arnaldo Carvalho de Melo · 17 years ago
  92. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  93. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  94. 10297b9 [NET] SCHED: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  95. e9ce1cd [PKT_SCHED]: Kill pkt_act.h inlining. by David S. Miller · 18 years ago
  96. 2942e90 [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts by Thomas Graf · 18 years ago
  97. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  98. 781b456a [MAINTAINERS]: Add proper entry for TC classifier by Stephen Hemminger · 18 years ago
  99. ebbaeab [PKT_SCHED]: act_api: Fix module leak while flushing actions by Thomas Graf · 18 years ago
  100. 4fe683f [PKT_SCHED]: Fix error handling while dumping actions by Thomas Graf · 18 years ago