1. 367a8ce net_sched: only create filter chains for new filters/actions by WANG Cong · 8 years ago
  2. ee538dc net: sched: cls_api: make reclassify return all the way back to the original tp by Jiri Pirko · 8 years ago
  3. f93e1cd net/sched: fix filter flushing by Jiri Pirko · 8 years ago
  4. 31efcc2 net/sched: properly assign RCU pointer in tcf_chain_tp_insert/remove by Jiri Pirko · 8 years ago
  5. db50514 net: sched: add termination action to allow goto chain by Jiri Pirko · 8 years ago
  6. 9fb9f25 net: sched: push tp down to action init by Jiri Pirko · 8 years ago
  7. 5bc1701 net: sched: introduce multichain support for filters by Jiri Pirko · 8 years ago
  8. acb31fa net: sched: push chain dump to a separate function by Jiri Pirko · 8 years ago
  9. 2190d1d net: sched: introduce helpers to work with filter chains by Jiri Pirko · 8 years ago
  10. 7961973 net: sched: move TC_H_MAJ macro call into tcf_auto_prio by Jiri Pirko · 8 years ago
  11. 9d36d9e net: sched: replace nprio by a bool to make the function more readable by Jiri Pirko · 8 years ago
  12. fbe9c5b net: sched: rename tcf_destroy_chain helper by Jiri Pirko · 8 years ago
  13. 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
  14. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  15. 763dbf6 net_sched: move the empty tp check from ->destroy() to ->delete() by WANG Cong · 8 years ago
  16. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  17. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  18. d7cf52c sched: Fix accidental removal of errout goto by Jiri Pirko · 8 years ago
  19. 40c81b2 sched: check negative err value to safe one level of indent by Jiri Pirko · 8 years ago
  20. 7215032 sched: add missing curly braces in else branch in tc_ctl_tfilter by Jiri Pirko · 8 years ago
  21. 6bb16e7 sched: move err set right before goto errout in tc_ctl_tfilter by Jiri Pirko · 8 years ago
  22. 33a4892 sched: push TC filter protocol creation into a separate function by Jiri Pirko · 8 years ago
  23. cf1facd sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api by Jiri Pirko · 8 years ago
  24. 79112c2 sched: rename tcf_destroy to tcf_destroy_proto by Jiri Pirko · 8 years ago
  25. 628185c net, sched: fix soft lockup in tc_classify by Daniel Borkmann · 8 years ago
  26. 7091d8c net/sched: cls_flower: Add offload support using egress Hardware device by Hadar Hen Zion · 8 years ago
  27. 19a8bb2 net sched filters: fix filter handle ID in tfilter_notify_chain() by Roman Mashak · 8 years ago
  28. 30a391a net sched filters: pass netlink message flags in event notification by Roman Mashak · 8 years ago
  29. 9ee7837 net sched filters: fix notification of filter delete with proper handle by Jamal Hadi Salim · 8 years ago
  30. fa59b27 net_sched: do not broadcast RTM_GETTFILTER result by Eric Dumazet · 8 years ago
  31. 5a7a555 net sched: stylistic cleanups by Jamal Hadi Salim · 8 years ago
  32. 22dc13c net_sched: convert tcf_exts from list to pointer array by WANG Cong · 8 years ago
  33. 9f6ed03 net, cls: also reject deleting all filters when TCA_KIND present by Daniel Borkmann · 9 years ago
  34. ea7f827 net, cls: allow for deleting all filters for given parent by Daniel Borkmann · 9 years ago
  35. 0b0f43f net sched: indentation and other OCD stylistic fixes by Jamal Hadi Salim · 9 years ago
  36. c78e174 net: sched: fix call_rcu() race on classifier module unloads by Daniel Borkmann · 10 years ago
  37. d744318 net_sched: fix a use-after-free in tc_ctl_tfilter() by WANG Cong · 10 years ago
  38. 1e052be net_sched: destroy proto tp when all filters are gone by Cong Wang · 10 years ago
  39. b057df2 cls_api.c: Fix dumping of non-existing actions' stats. by Ignacy Gawędzki · 10 years ago
  40. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  41. 5301e3e net_sched: copy exts->type in tcf_exts_change() by WANG Cong · 10 years ago
  42. 18d0264 net_sched: remove the first parameter from tcf_exts_destroy() by WANG Cong · 10 years ago
  43. 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
  44. 9cc63db net_sched: cancel nest attribute on failure in tcf_exts_dump() by Cong Wang · 10 years ago
  45. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  46. 4e8bbb8 net: Allow tc changes in user namespaces by Stéphane Graber · 11 years ago
  47. a49eb42 sched, act: allow to clear all actions as well by Cong Wang · 11 years ago
  48. 2f7ef2f sched, cls: check if we could overwrite actions when changing a filter by Cong Wang · 11 years ago
  49. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 11 years ago
  50. 832d1d5 net_sched: add struct net pointer to tcf_proto_ops->dump by WANG Cong · 11 years ago
  51. 63acd68 net_sched: Remove unnecessary checks for act->ops by Jamal Hadi Salim · 11 years ago
  52. dcd7608 net_sched: fix a regression in tcf_proto_lookup_ops() by Eric Dumazet · 11 years ago
  53. 3627287 net_sched: convert tcf_proto_ops to use struct list_head by WANG Cong · 11 years ago
  54. 5da57f4 net_sched: cls: refactor out struct tcf_ext_map by WANG Cong · 11 years ago
  55. 33be627 net_sched: act: use standard struct list_head by WANG Cong · 11 years ago
  56. 2f13e9f net_cls: remove duplicated include from cls_api.c by Wei Yongjun · 12 years ago
  57. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 12 years ago
  58. de179c8 netlink: have length check of rtnl msg before deref by Hong zhi guo · 12 years ago
  59. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 12 years ago
  60. c1b5273 pkt_sched: namespace aware act_mirred by Benjamin LaHaise · 12 years ago
  61. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 12 years ago
  62. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  63. af4c664 net sched: Pass the skb into change so it can access NETLINK_CB by Eric W. Biederman · 13 years ago
  64. 942b816 pkt_sched: cls_api: Move away from NLMSG_NEW(). by David S. Miller · 13 years ago
  65. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  66. dc7f9f6 net: sched: constify tcf_proto and tc_action by Eric Dumazet · 14 years ago
  67. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 14 years ago
  68. cc7ec45 net_sched: cleanups by Eric Dumazet · 14 years ago
  69. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  70. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  71. 7316ae8 net_sched: make traffic control network namespace aware by Tom Goff · 15 years ago
  72. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  73. bd27a87 net_cls: Use __dev_get_by_index() by Eric Dumazet · 15 years ago
  74. ad61df9 netlink: fix typo in initialization by Jiri Pirko · 15 years ago
  75. af356af net_sched: reintroduce dev->qdisc for use by sch_api by Patrick McHardy · 15 years ago
  76. 71ebe5e net_sched: make cls_ops->tcf_chain() optional by Patrick McHardy · 15 years ago
  77. 12186be net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel panic when we use cls_cgroup by Minoru Usui · 16 years ago
  78. d0ab8ff net: Only store high 16 bits of kernel generated filter priorities by Robert Love · 16 years ago
  79. 47a1a1d pkt_sched: remove unnecessary xchg() in packet classifiers by Patrick McHardy · 16 years ago
  80. 95a5afc net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) by Johannes Berg · 16 years ago
  81. 102396a pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() by Jarek Poplawski · 16 years ago
  82. 323c048 pkt_sched: Fix unlocking in tc_ctl_tfilter() by Jarek Poplawski · 16 years ago
  83. 55dbc640 pkt_sched: Remove qdisc_lock_tree usage in cls_api.c by David S. Miller · 16 years ago
  84. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  85. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 17 years ago
  86. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 17 years ago
  87. f2df824 net_sched: cls_api: fix return value for non-existant classifiers by Patrick McHardy · 17 years ago
  88. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  89. 5239008 [NET_SCHED]: Constify struct tcf_ext_map by Patrick McHardy · 17 years ago
  90. 57e1c48 [NET_SCHED]: Use NLA_PUT_STRING for string dumping by Patrick McHardy · 17 years ago
  91. 4b3550ef [NET_SCHED]: Use nla_nest_start/nla_nest_end by Patrick McHardy · 17 years ago
  92. ab27cfb [NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_get by Patrick McHardy · 17 years ago
  93. 7ba699c [NET_SCHED]: Convert actions from rtnetlink to new netlink API by Patrick McHardy · 17 years ago
  94. add93b6 [NET_SCHED]: Convert classifiers from rtnetlink to new netlink API by Patrick McHardy · 17 years ago
  95. 2eb9d75 [NET_SCHED]: mark classifier ops __read_mostly by Patrick McHardy · 17 years ago
  96. aa767bf [PKT_SCHED] net classifier: style cleanup's by Stephen Hemminger · 17 years ago
  97. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  98. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  99. 20fea08 [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. by Eric Dumazet · 17 years ago
  100. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago