1. 793d81d net: sched: sch: add extack to change class by Alexander Aring · 7 years ago
  2. 2030721 net: sched: sch: add extack for change qdisc ops by Alexander Aring · 7 years ago
  3. e63d7df net: sched: sch: add extack for init callback by Alexander Aring · 7 years ago
  4. 0921559 net: sched: sch_api: handle generic qdisc errors by Alexander Aring · 7 years ago
  5. ac8ef4a net: sched: fix coding style issues by Alexander Aring · 7 years ago
  6. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  7. 7a4fa29 net: sched: Add TCA_HW_OFFLOAD by Yuval Mintz · 7 years ago
  8. c5ad119 net: sched: pfifo_fast use skb_array by John Fastabend · 7 years ago
  9. 7e66016 net: sched: helpers to sum qlen and qlen for per cpu logic by John Fastabend · 7 years ago
  10. 54160ef net: sched: sch_api: rearrange init handling by Alexander Aring · 7 years ago
  11. 0ac4bd6 net: sched: sch_api: fix code style issues by Alexander Aring · 7 years ago
  12. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  13. 50317fc net_sched: avoid matching qdisc with zero handle by Cong Wang · 7 years ago
  14. 74e3be6 net: sched: use tcf_block_q helper to get q pointer for sch_tree_lock by Jiri Pirko · 7 years ago
  15. 7e5dd53 net_sched: use explicit size of struct tcmsg, remove need to declare tcm by Colin Ian King · 7 years ago
  16. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  17. 07d79fc net_sched: add reverse binding for tc class by Cong Wang · 7 years ago
  18. 143976c net_sched: remove tc class reference counting by WANG Cong · 7 years ago
  19. 14546ba net_sched: introduce tclass_del_notify() by WANG Cong · 7 years ago
  20. 27d7f07 net_sched: get rid of more forward declarations by WANG Cong · 7 years ago
  21. 551143d net_sched: fix a refcount_t issue with noop_qdisc by Eric Dumazet · 7 years ago
  22. 9695fe6 net: sched: use kvmalloc() for class hash tables by Eric Dumazet · 7 years ago
  23. 9594665 net_sched: call qlen_notify only if child qdisc is empty by Konstantin Khlebnikov · 7 years ago
  24. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  25. c90e951 net_sched: remove warning from qdisc_hash_add by Konstantin Khlebnikov · 7 years ago
  26. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  27. 7b93640 net, sched: convert Qdisc.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  28. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. c1a4872 net: sched: Fix one possible panic when no destroy callback by Gao Feng · 7 years ago
  30. 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
  31. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  32. cb395b2 net: sched: optimize class dumps by Eric Dumazet · 8 years ago
  33. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  34. 8ea3e43 Subject: net: allow configuring default qdisc by stephen hemminger · 8 years ago
  35. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  36. 49b4997 net: sched: make default fifo qdiscs appear in the dump by Jiri Kosina · 8 years ago
  37. 806a837 pkt_sched: Remove useless qdisc_stab_lock by Gao Feng · 8 years ago
  38. 87b60cf net_sched: fix error recovery at qdisc creation by Eric Dumazet · 8 years ago
  39. cf1facd sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api by Jiri Pirko · 8 years ago
  40. 79112c2 sched: rename tcf_destroy to tcf_destroy_proto by Jiri Pirko · 8 years ago
  41. d626407 net-tc: make MAX_RECLASSIFY_LOOP local by Willem de Bruijn · 8 years ago
  42. 1c0d32f net_sched: gen_estimator: complete rewrite of rate estimators by Eric Dumazet · 8 years ago
  43. 84c46dd qdisc: catch misconfig of attaching qdisc to tx_queue_len zero device by Jesper Dangaard Brouer · 8 years ago
  44. 5a7a555 net sched: stylistic cleanups by Jamal Hadi Salim · 8 years ago
  45. ea32746 net: sched: avoid duplicates in qdisc dump by Jiri Kosina · 8 years ago
  46. 69012ae net: sched: fix handling of singleton qdiscs with qdisc_hash by Jiri Kosina · 8 years ago
  47. 59cc1f6 net: sched: convert qdisc linked list to hashtable by Jiri Kosina · 8 years ago
  48. 9986020 sched: remove NET_XMIT_POLICED by Florian Westphal · 8 years ago
  49. 45f50be net_sched: remove generic throttled management by Eric Dumazet · 8 years ago
  50. edb09eb net: sched: do not acquire qdisc spinlock in qdisc/class stats dump by Eric Dumazet · 8 years ago
  51. a9efad8 net_sched: avoid too many hrtimer_start() calls by Eric Dumazet · 8 years ago
  52. 9854518 sched: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  53. 2ccccf5 net_sched: update hierarchical backlog too by WANG Cong · 9 years ago
  54. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  55. 7e6e18f net_sched: Improve readability of filter processing by Jamal Hadi Salim · 9 years ago
  56. 619fe32 net_sched fix: reclassification needs to consider ether protocol changes by Jamal Hadi Salim · 9 years ago
  57. 225734d net_sched: make qdisc_tree_decrease_qlen() work for non mq by Eric Dumazet · 9 years ago
  58. 4eaf3b8 net_sched: fix qdisc_tree_decrease_qlen() races by Eric Dumazet · 9 years ago
  59. c1b3b19 net: sched: don't break line in tc_classify loop notification by Daniel Borkmann · 9 years ago
  60. d66d6c3 net: sched: register noqueue qdisc by Phil Sutter · 9 years ago
  61. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
  62. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  63. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  64. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  65. 86e363d net_sched: invoke ->attach() after setting dev->qdisc by WANG Cong · 9 years ago
  66. e578d9c net: sched: use counter to break reclassify loops by Florian Westphal · 10 years ago
  67. 1e31768 net: sched: Use hrtimer_resolution instead of hrtimer_get_res() by Thomas Gleixner · 10 years ago
  68. 1e052be net_sched: destroy proto tp when all filters are gone by Cong Wang · 10 years ago
  69. d8b9605 net: sched: fix skb->protocol use in case of accelerated vlan path by Jiri Pirko · 10 years ago
  70. 7c1c97d net: sched: initialize bstats syncp by Sabrina Dubroca · 10 years ago
  71. f2600cf net: sched: avoid costly atomic operation in fq_dequeue() by Eric Dumazet · 10 years ago
  72. 1e203c1 net: sched: suspicious RCU usage in qdisc_watchdog by John Fastabend · 10 years ago
  73. b0ab6f9 net: sched: enable per cpu qstats by John Fastabend · 10 years ago
  74. 6401585 net: sched: restrict use of qstats qlen by John Fastabend · 10 years ago
  75. 25331d6 net: sched: implement qstat helper routines by John Fastabend · 10 years ago
  76. 22e0f8b net: sched: make bstats per cpu and estimator RCU safe by John Fastabend · 10 years ago
  77. 4a8e320 net: sched: use pinned timers by Eric Dumazet · 10 years ago
  78. 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
  79. 6e765a0 net_sched: drr: warn when qdisc is not work conserving by Florian Westphal · 10 years ago
  80. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  81. 4e8bbb8 net: Allow tc changes in user namespaces by Stéphane Graber · 11 years ago
  82. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 11 years ago
  83. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  84. fba373d pkt_sched: add cond_resched() to class and qdisc dump by Eric Dumazet · 11 years ago
  85. 15dc36e pkt_sched: do not use rcu in tc_dump_qdisc() by Eric Dumazet · 11 years ago
  86. 3731436 pkt_sched: move the sanity test in qdisc_list_add() by Eric Dumazet · 11 years ago
  87. 21eb218 net, sch: fix the typo in register_qdisc() by Zhi Yong Wu · 11 years ago
  88. e57a784 pkt_sched: set root qdisc before change() in attach_default_qdiscs() by Eric Dumazet · 11 years ago
  89. 95dc192 pkt_sched: give visibility to mq slave qdiscs by Eric Dumazet · 11 years ago
  90. 2c8c8e6 net_sched: increment drop counters in qdisc_tree_decrease_qlen() by Eric Dumazet · 11 years ago
  91. 34aedd3 qdisc: fix build with !CONFIG_NET_SCHED by stephen hemminger · 11 years ago
  92. 6da7c8f qdisc: allow setting default queuing discipline by stephen hemminger · 11 years ago
  93. 8a8e3d8 net_sched: restore "linklayer atm" handling by Jesper Dangaard Brouer · 11 years ago
  94. 40edeff net_sched: qdisc_get_rtab() must check data[] array by Eric Dumazet · 11 years ago
  95. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 12 years ago
  96. de179c8 netlink: have length check of rtnl msg before deref by Hong zhi guo · 12 years ago
  97. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 12 years ago
  98. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  99. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  100. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago