1. 32d3e51 net_sched: use macvlan real dev trans_start in dev_trans_start() by Chris Dion · 7 years ago
  2. 8afa10c net_sched: red: Avoid illegal values by Nogah Frankel · 7 years ago
  3. 90a6ec8 act_sample: get rid of tcf_sample_cleanup_rcu() by Cong Wang · 7 years ago
  4. d51aae6 net: sched: cbq: create block for q->link.block by Jiri Pirko · 7 years ago
  5. f85729d sch_sfq: fix null pointer dereference at timer expiration by Paolo Abeni · 7 years ago
  6. 25415ce cls_bpf: don't decrement net's refcount when offload fails by Jakub Kicinski · 7 years ago
  7. a60b3f5 net: sched: crash on blocks with goto chain action by Roman Kapl · 7 years ago
  8. e4be7ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  9. 0c19f846 net: accept UFO datagrams from tuntap and packet by Willem de Bruijn · 7 years ago
  10. d7aa04a net: sched: fix crash when deleting secondary chains by Roman Kapl · 7 years ago
  11. 288b3de bpf: offload: move offload device validation out to the drivers by Jakub Kicinski · 7 years ago
  12. 9b0ed89 netem: remove unnecessary 64 bit modulus by Stephen Hemminger · 7 years ago
  13. bce552f netem: use 64 bit divide by rate by Stephen Hemminger · 7 years ago
  14. ee9d342 net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issue by Andrew Morton · 7 years ago
  15. 836af83 netem: support delivering packets in delayed time slots by Dave Taht · 7 years ago
  16. 9980317 netem: add uapi to express delay and jitter in nanoseconds by Dave Taht · 7 years ago
  17. 112f9cb netem: convert to qdisc_watchdog_schedule_ns by Dave Taht · 7 years ago
  18. 4c5b9d9 act_vlan: VLAN action rewrite to use RCU lock/unlock and update by Manish Kurup · 7 years ago
  19. e0496cb act_vlan: Change stats update to use per-core stats by Manish Kurup · 7 years ago
  20. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  21. 35c55fc cls_u32: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  22. f2b7510 cls_tcindex: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  23. 9658506 cls_rsvp: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  24. 3fd51de cls_route: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  25. 57767e78 cls_matchall: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  26. d5f984f cls_fw: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  27. 0dadc11 cls_flower: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  28. 22f7cec cls_flow: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  29. ed14816 cls_cgroup: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  30. aae2c35 cls_bpf: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  31. 0b2a598 cls_basic: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  32. e4b95c4 net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net() by Cong Wang · 7 years ago
  33. c7e460c Revert "net_sched: hold netns refcnt for each action" by Cong Wang · 7 years ago
  34. 8521db4 net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBS by Nogah Frankel · 7 years ago
  35. 575ed7d net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO by Nogah Frankel · 7 years ago
  36. 602f3ba net_sch: red: Add offload ability to RED qdisc by Nogah Frankel · 7 years ago
  37. 6c8dfe2 cls_bpf: allow attaching programs loaded for specific device by Jakub Kicinski · 7 years ago
  38. 0f04d05 net: sched: cls_u32: use bitwise & rather than logical && on n->flags by Colin Ian King · 7 years ago
  39. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  40. 7ba3ebf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  41. 4620940 net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath by Jiri Pirko · 7 years ago
  42. c7eb7d7 net: sched: introduce chain_head_change callback by Jiri Pirko · 7 years ago
  43. 8f918d3 net_sched: check NULL in tcf_block_put() by Cong Wang · 7 years ago
  44. 53b3847 net: sched: cls_bpf: use bitwise & rather than logical && on gen_flags by Colin Ian King · 7 years ago
  45. 4bb1b11 net: sched: move block offload unbind after all chains are flushed by Jiri Pirko · 7 years ago
  46. ceffcc5 net_sched: hold netns refcnt for each action by Cong Wang · 7 years ago
  47. a159d3c net_sched: acquire RTNL in tc_action_net_exit() by Cong Wang · 7 years ago
  48. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  49. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  50. 7612fb0 net: sched: remove tc_can_offload check from egdev call by Jiri Pirko · 7 years ago
  51. 44ae12a net: sched: move the can_offload check from binding phase to rule insertion phase by Jiri Pirko · 7 years ago
  52. ed29668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  53. f1fd20c MAINTAINERS: Update Yotam's E-mail by Yotam Gigi · 7 years ago
  54. 384c181 net: sched: Identify hardware traffic classes using classid by Amritha Nambiar · 7 years ago
  55. 822e86d net_sched: remove tcf_block_put_deferred() by Cong Wang · 7 years ago
  56. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  57. 46e235c net_sched: fix call_rcu() race on act_sample module removal by Cong Wang · 7 years ago
  58. 2d132eb net_sched: add rtnl assertion to tcf_exts_destroy() by Cong Wang · 7 years ago
  59. 27ce4f0 net_sched: use tcf_queue_work() in tcindex filter by Cong Wang · 7 years ago
  60. d4f84a4 net_sched: use tcf_queue_work() in rsvp filter by Cong Wang · 7 years ago
  61. c2f3f31 net_sched: use tcf_queue_work() in route filter by Cong Wang · 7 years ago
  62. c0d378e net_sched: use tcf_queue_work() in u32 filter by Cong Wang · 7 years ago
  63. df2735e net_sched: use tcf_queue_work() in matchall filter by Cong Wang · 7 years ago
  64. e071dff net_sched: use tcf_queue_work() in fw filter by Cong Wang · 7 years ago
  65. 0552c8a net_sched: use tcf_queue_work() in flower filter by Cong Wang · 7 years ago
  66. 94cdb47 net_sched: use tcf_queue_work() in flow filter by Cong Wang · 7 years ago
  67. b1b5b04 net_sched: use tcf_queue_work() in cgroup filter by Cong Wang · 7 years ago
  68. e910af6 net_sched: use tcf_queue_work() in bpf filter by Cong Wang · 7 years ago
  69. c96a483 net_sched: use tcf_queue_work() in basic filter by Cong Wang · 7 years ago
  70. 7aa0045 net_sched: introduce a workqueue for RCU callbacks of tc filter by Cong Wang · 7 years ago
  71. 50317fc net_sched: avoid matching qdisc with zero handle by Cong Wang · 7 years ago
  72. 3d0bd02 net/sched: Add support for HW offloading for CBS by Vinicius Costa Gomes · 7 years ago
  73. 585d763 net/sched: Introduce Credit Based Shaper (CBS) qdisc by Vinicius Costa Gomes · 7 years ago
  74. 0f7787b net/sched: Add select_queue() class_ops for mqprio by Jesus Sanchez-Palencia · 7 years ago
  75. ce8a75f net/sched: Change behavior of mq select_queue() by Jesus Sanchez-Palencia · 7 years ago
  76. 26aa045 net/sched: Check for null dev_queue on create flow by Jesus Sanchez-Palencia · 7 years ago
  77. 9d452ce net/sched: Fix actions list corruption when adding offloaded tc flows by Or Gerlitz · 7 years ago
  78. f3ae608 net: sched: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  79. 8d26d56 net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS* by Jiri Pirko · 7 years ago
  80. 3f7889c net: sched: cls_bpf: call block callbacks for offload by Jiri Pirko · 7 years ago
  81. 245dc51 net: sched: cls_u32: call block callbacks for offload by Jiri Pirko · 7 years ago
  82. 7746041 net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnode by Jiri Pirko · 7 years ago
  83. 2447a96 net: sched: cls_matchall: call block callbacks for offload by Jiri Pirko · 7 years ago
  84. 208c0f4 net: sched: use tc_setup_cb_call to call per-block callbacks by Jiri Pirko · 7 years ago
  85. acb6744 net: sched: introduce per-block callbacks by Jiri Pirko · 7 years ago
  86. 6e40cf2 net: sched: use extended variants of block_get/put in ingress and clsact qdiscs by Jiri Pirko · 7 years ago
  87. 8c4083b net: sched: add block bind/unbind notif. and extended block_get/put by Jiri Pirko · 7 years ago
  88. 0843c09 net/sched: Set the net-device for egress device instance by Or Gerlitz · 7 years ago
  89. d18b4b3 net: sched: cls_u32: use hash_ptr() for tc_u_hash by Arnd Bergmann · 7 years ago
  90. 22ce97f mqprio: fix potential null pointer dereference on opt by Colin Ian King · 7 years ago
  91. cdeabbb net: sched: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  92. c019b51 net/sched: cls_flower: Set egress_dev mark when calling into the HW driver by Or Gerlitz · 7 years ago
  93. a10fa20 net: sched: propagate q and parent from caller down to tcf_fill_node by Jiri Pirko · 7 years ago
  94. 74e3be6 net: sched: use tcf_block_q helper to get q pointer for sch_tree_lock by Jiri Pirko · 7 years ago
  95. 1abf272 net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct Qdisc by Jiri Pirko · 7 years ago
  96. 7fa9d97 net: sched: cls_u32: use block instead of q in tc_u_common by Jiri Pirko · 7 years ago
  97. c195456 net: sched: ematch: obtain net pointer from blocks by Jiri Pirko · 7 years ago
  98. 855319b net: sched: store net pointer in block and introduce qdisc_net helper by Jiri Pirko · 7 years ago
  99. 69d78ef net: sched: store Qdisc pointer in struct block by Jiri Pirko · 7 years ago
  100. 3230290 mqprio: Reserve last 32 classid values for HW traffic classes and misc IDs by Alexander Duyck · 7 years ago