1. 18d0264 net_sched: remove the first parameter from tcf_exts_destroy() by WANG Cong · 10 years ago
  2. 4a8e320 net: sched: use pinned timers by Eric Dumazet · 10 years ago
  3. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  4. a2aeb02 net: sched: fix compile warning in cls_u32 by Eric Dumazet · 10 years ago
  5. de5df63 net: sched: cls_u32 changes to knode must appear atomic to readers by John Fastabend · 10 years ago
  6. a1ddcfe net: cls_u32: fix missed pcpu_success free_percpu by John Fastabend · 10 years ago
  7. 2571178 net: sched: shrink struct qdisc_skb_cb to 28 bytes by Eric Dumazet · 10 years ago
  8. 4e2840e net: sched: cls_u32: rcu can not be last node by John Fastabend · 10 years ago
  9. ab34f64 net: sched: use __skb_queue_head_init() where applicable by Eric Dumazet · 10 years ago
  10. 9f6c38e net: sched: cls_cgroup need tcf_exts_init in all cases by John Fastabend · 10 years ago
  11. e1f93eb net: sched: cls_fw: add missing tcf_exts_init call in fw_change() by John Fastabend · 10 years ago
  12. d14cbfc8 net: sched: cls_cgroup fix possible memory leak of 'new' by John Fastabend · 10 years ago
  13. a96366bf net: sched: cls_u32 add missing rcu_assign_pointer and annotation by John Fastabend · 10 years ago
  14. 80aab73 net: sched: fix unsued cpu variable by John Fastabend · 10 years ago
  15. 69301ea net_sched: fix a null pointer dereference in tcindex_set_parms() by WANG Cong · 10 years ago
  16. 44b75e4 net_sched: fix memory leak in cls_tcindex by WANG Cong · 10 years ago
  17. 10ee1c3 net_sched: use tcindex_filter_result_init() by WANG Cong · 10 years ago
  18. 2f9a220 net_sched: fix suspicious RCU usage in tcindex_classify() by WANG Cong · 10 years ago
  19. a57a65b net_sched: fix an allocation bug in tcindex_set_parms() by WANG Cong · 10 years ago
  20. 80dcbd1 net_sched: fix suspicious RCU usage in cls_bpf_classify() by WANG Cong · 10 years ago
  21. 1f947bf net: sched: rcu'ify cls_bpf by John Fastabend · 10 years ago
  22. b929d86 net: sched: rcu'ify cls_rsvp by John Fastabend · 10 years ago
  23. 1ce8772 net: sched: make cls_u32 lockless by John Fastabend · 10 years ago
  24. 459d5f6 net: sched: make cls_u32 per cpu by John Fastabend · 10 years ago
  25. 331b729 net: sched: RCU cls_tcindex by John Fastabend · 10 years ago
  26. 1109c00 net: sched: RCU cls_route by John Fastabend · 10 years ago
  27. e35a8ee net: sched: fw use RCU by John Fastabend · 10 years ago
  28. 70da9f0 net: sched: cls_flow use RCU by John Fastabend · 10 years ago
  29. 952313b net: sched: cls_cgroup use RCU by John Fastabend · 10 years ago
  30. 9888faef net: sched: cls_basic use RCU by John Fastabend · 10 years ago
  31. 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
  32. 46e5da4 net: qdisc: use rcu prefix and silence sparse warnings by John Fastabend · 10 years ago
  33. 17448e5 net_sched: sfq: remove unused macro by Florian Westphal · 10 years ago
  34. 3f3c7ee qdisc: exit case fixes for skb list handling in qdisc layer by Jesper Dangaard Brouer · 10 years ago
  35. 10770bc qdisc: adjustments for API allowing skb list xmits by Jesper Dangaard Brouer · 10 years ago
  36. ce93718 net: Don't keep around original SKB when we software segment GSO frames. by David S. Miller · 10 years ago
  37. 50cbe9a net: Validate xmit SKBs right when we pull them out of the qdisc. by David S. Miller · 10 years ago
  38. fa2dbdc net: Pass a "more" indication down into netdev_start_xmit() code paths. by David S. Miller · 10 years ago
  39. 10b3ad8 net: Do txq_trans_update() in netdev_start_xmit() by David S. Miller · 10 years ago
  40. 10c51b5623 net: add skb_get_tx_queue() helper by Daniel Borkmann · 10 years ago
  41. 4798248 net: Add ops->ndo_xmit_flush() by David S. Miller · 10 years ago
  42. 8fc54f6 net: use reciprocal_scale() helper by Daniel Borkmann · 10 years ago
  43. f9474dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  44. d2de875 net: use ktime_get_ns() and ktime_get_real_ns() helpers by Eric Dumazet · 10 years ago
  45. 7201c1d cbq: now_rt removal by Vasily Averin · 10 years ago
  46. 73d0f37 cbq: incorrectly low bandwidth setting blocks limited traffic by Vasily Averin · 10 years ago
  47. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  48. e40f5c7 net_sched: remove exceptional & on function name by Himangi Saraogi · 10 years ago
  49. 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  50. 7801db8 net_sched: avoid generating same handle for u32 filters by Cong Wang · 10 years ago
  51. 224e923 net_sched: hold tcf_lock in netdevice notifier by Cong Wang · 10 years ago
  52. 9cc63db net_sched: cancel nest attribute on failure in tcf_exts_dump() by Cong Wang · 10 years ago
  53. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  54. 9bf2b8c net: fix some typos in comment by Ying Xue · 10 years ago
  55. 2b74e2c net: em_canid: remove useless statements from em_canid_change by Duan Jiong · 10 years ago
  56. 6e765a0 net_sched: drr: warn when qdisc is not work conserving by Florian Westphal · 10 years ago
  57. 4cb2897 net: use the new API kvfree() by WANG Cong · 10 years ago
  58. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  59. b1fcd35 net: filter: let unattached filters use sock_fprog_kern by Daniel Borkmann · 10 years ago
  60. bf63ac7 net_sched: fix an oops in tcindex filter by Cong Wang · 10 years ago
  61. b2ce49e7 sch_hhf: fix comparison of qlen and limit by Yang Yingliang · 10 years ago
  62. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  63. f6a082f net: sched: lock imbalance in hhf qdisc by John Fastabend · 10 years ago
  64. 4e8bbb8 net: Allow tc changes in user namespaces by Stéphane Graber · 10 years ago
  65. a49eb42 sched, act: allow to clear all actions as well by Cong Wang · 10 years ago
  66. 2f7ef2f sched, cls: check if we could overwrite actions when changing a filter by Cong Wang · 10 years ago
  67. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  68. 2d3b479 net-sysfs: expose number of carrier on/off changes by david decotigny · 10 years ago
  69. d37d8ac net: sched: use no more than one page in struct fw_head by Eric Dumazet · 10 years ago
  70. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  71. d59b7d8 net_sched: return nla_nest_end() instead of skb->len by Yang Yingliang · 10 years ago
  72. fba373d pkt_sched: add cond_resched() to class and qdisc dump by Eric Dumazet · 10 years ago
  73. 15dc36e pkt_sched: do not use rcu in tc_dump_qdisc() by Eric Dumazet · 10 years ago
  74. 2818fa0 pkt_sched: fq: do not hold qdisc lock while allocating memory by Eric Dumazet · 10 years ago
  75. 3731436 pkt_sched: move the sanity test in qdisc_list_add() by Eric Dumazet · 10 years ago
  76. 2d8d40a pkt_sched: fq: do not hold qdisc lock while allocating memory by Eric Dumazet · 10 years ago
  77. 6f542ef net_sched: htb: do not acquire qdisc lock in dump operations by Eric Dumazet · 10 years ago
  78. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  79. a135e59 sch_tbf: Remove holes in struct tbf_sched_data. by Hiroaki SHIMODA · 10 years ago
  80. 724b9e1 sch_tbf: Fix potential memory leak in tbf_change(). by Hiroaki SHIMODA · 10 years ago
  81. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  82. 3fbac2a sch_netem: replace magic numbers with enumerate in get_loss_clg by Yang Yingliang · 10 years ago
  83. c045a73 sch_netem: replace magic numbers with enumerate in GE model by Yang Yingliang · 10 years ago
  84. 49545a7 sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sched_data *" by Yang Yingliang · 10 years ago
  85. 54a4b05 sch_netem: return errcode before setting params by Yang Yingliang · 10 years ago
  86. 219e288 net: sched: Cleanup PIE comments by Vijay Subramanian · 10 years ago
  87. 03701d6 net_sched: act: clean up tca_action_flush() by WANG Cong · 10 years ago
  88. 55334a5 net_sched: act: refuse to remove bound action outside by WANG Cong · 10 years ago
  89. 4f1e9d8 net_sched: act: move tcf_hashinfo_init() into tcf_register_action() by WANG Cong · 10 years ago
  90. a5b5c95 net_sched: act: refactor cleanup ops by WANG Cong · 10 years ago
  91. 8606203 net_sched: act: hide struct tcf_common from API by WANG Cong · 10 years ago
  92. de960aa net: add and use skb_gso_transport_seglen() by Florian Westphal · 10 years ago
  93. 2982431 sch_htb: let skb->priority refer to non-leaf class by Harry Mason · 10 years ago
  94. 809fa97 reciprocal_divide: update/correction of the algorithm by Hannes Frederic Sowa · 10 years ago
  95. f337db6 random32: add prandom_u32_max and convert open coded users by Daniel Borkmann · 10 years ago
  96. 6e6a50c net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup() by WANG Cong · 10 years ago
  97. c779f7a net_sched: act: fetch hinfo from a->ops->hinfo by WANG Cong · 10 years ago
  98. 671314a net_sched: act: remove capab from struct tc_action_ops by WANG Cong · 10 years ago
  99. a6e2fe1 sch_netem: replace magic numbers with enumerate by Yang Yingliang · 10 years ago
  100. 722e47d net_sched: fix error return code in fw_change_attrs() by Wei Yongjun · 10 years ago